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
868 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingenieria S.L. - Antonio Espinosa
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Qweb PDF reports signer",
  6. "summary": "Sign Qweb PDFs usign a PKCS#12 certificate",
  7. "version": "8.0.1.0.0",
  8. "category": "Reporting",
  9. "website": "http://www.antiun.com",
  10. "author": "Antiun Ingeniería S.L., "
  11. "Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  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.xml",
  28. "demo/report_certificate.xml",
  29. ],
  30. }