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.

20 lines
674 B

  1. # © 2016 Therp BV <http://therp.nl>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Pdf watermark",
  5. "version": "14.0.1.0.0",
  6. "author": "Therp BV, " "Odoo Community Association (OCA)",
  7. "license": "AGPL-3",
  8. "category": "Technical Settings",
  9. "summary": "Add watermarks to your QWEB PDF reports",
  10. "website": "https://github.com/OCA/reporting-engine",
  11. "depends": ["web"],
  12. "data": [
  13. "demo/report.xml",
  14. "views/ir_actions_report_xml.xml",
  15. "views/layout_templates.xml",
  16. ],
  17. "demo": ["demo/report.xml"],
  18. "installable": True,
  19. "external_dependencies": {"python": ["PyPDF2"]},
  20. }