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

  1. {
  2. 'name': 'Mail Template Language Specific Attachments',
  3. 'summary': 'Set language specific attachments on mail templates.',
  4. 'author': 'Onestein,Odoo Community Association (OCA)',
  5. 'website': 'https://github.com/oca/server-tools',
  6. 'category': 'Localization',
  7. 'version': '11.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'depends': [
  10. 'mail'
  11. ],
  12. 'data': [
  13. 'views/mail_template_view.xml',
  14. 'security/ir.model.access.csv'
  15. ],
  16. 'installable': True,
  17. }