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.

19 lines
507 B

  1. # Copyright 2015 Agile Business Group
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Report Qweb Element Page Visibility',
  5. 'version': '12.0.1.0.0',
  6. 'author': 'Agile Business Group, Odoo Community Association (OCA)',
  7. 'category': 'Tools',
  8. 'website': 'https://github.com/oca/reporting-engine',
  9. 'license': 'AGPL-3',
  10. 'application': False,
  11. 'installable': True,
  12. 'data': [
  13. 'views/layouts.xml',
  14. ],
  15. 'depends': [
  16. 'web',
  17. ],
  18. }