OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
881 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Tecnativa - Antonio Espinosa
  3. # Copyright 2017 Tecnativa - Pedro M. Baeza
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Qweb PDF reports signer",
  7. "summary": "Sign Qweb PDFs usign a PKCS#12 certificate",
  8. "version": "10.0.1.0.0",
  9. "category": "Reporting",
  10. "website": "https://www.tecnativa.com",
  11. "author": "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "installable": True,
  15. "depends": [
  16. "report",
  17. ],
  18. "external_dependencies": {
  19. "bin": ['/usr/bin/java'],
  20. },
  21. "data": [
  22. "security/ir.model.access.csv",
  23. "views/report_certificate_view.xml",
  24. "views/res_company_view.xml",
  25. ],
  26. "demo": [
  27. "demo/report_partner_demo.xml",
  28. "demo/report_certificate_demo.xml",
  29. ],
  30. }