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.

22 lines
521 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. ],
  17. 'data': [
  18. 'report.xml',
  19. 'views/mail_message_report.xml',
  20. ],
  21. }