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.

23 lines
645 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Savoir-faire Linux
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Email Template Multi Report',
  6. 'version': '8.0.1.0.0',
  7. 'category': 'Marketing',
  8. 'summary': 'Multiple Reports in Email Templates',
  9. 'author': 'Savoir-faire Linux,Odoo Community Association (OCA)',
  10. 'website': 'http://www.savoirfairelinux.com',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'email_template',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'views/email_template.xml',
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. 'auto_install': False,
  22. }