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.

27 lines
623 B

  1. # -*- coding: utf-8 -*-
  2. # © initOS GmbH 2016
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Print Emails",
  6. 'summary': """
  7. PDF Reports to print the emails
  8. """,
  9. 'author': "initOS GmbH, Odoo Community Association (OCA)",
  10. 'website': "http://www.initos.com",
  11. 'version': '8.0.1.0.0',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'report',
  15. 'mail',
  16. 'web',
  17. ],
  18. 'data': [
  19. 'report.xml',
  20. 'views/mail_message_report.xml',
  21. 'views/templates.xml',
  22. ],
  23. 'qweb': [
  24. 'static/src/xml/mail.xml',
  25. ],
  26. }