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.

18 lines
473 B

  1. # Copyright 2009-2020 Noviat.
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Report xlsx helpers - demo",
  5. "author": "Noviat, Odoo Community Association (OCA)",
  6. "website": "https://github.com/OCA/reporting-engine",
  7. "category": "Reporting",
  8. "version": "14.0.1.0.0",
  9. "license": "AGPL-3",
  10. "depends": [
  11. "report_xlsx_helper",
  12. ],
  13. "data": [
  14. "views/res_partner.xml",
  15. ],
  16. "installable": True,
  17. }