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

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