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.

24 lines
716 B

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # © 2015 ADHOC SA
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. ##############################################################################
  6. {
  7. 'name': 'Mass Mailing Keep Archives',
  8. 'version': '8.0.0.0.0',
  9. 'author': 'ADHOC SA, Odoo Community Association (OCA)',
  10. 'website': 'https://www.adhoc.com.ar/',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'mass_mailing',
  14. ],
  15. 'data': [
  16. 'mass_mailing_view.xml',
  17. ],
  18. 'demo': [
  19. ],
  20. 'test': [],
  21. 'installable': True,
  22. }
  23. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: