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.

52 lines
2.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # Python source code encoding : https://www.python.org/dev/peps/pep-0263/
  3. ##############################################################################
  4. #
  5. # OpenERP, Odoo Source Management Solution
  6. # Copyright (c) 2015 Antiun Ingeniería S.L. (http://www.antiun.com)
  7. # Antonio Espinosa <antonioea@antiun.com>
  8. #
  9. # This program is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU Affero General Public License as published
  11. # by the Free Software Foundation, either version 3 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU Affero General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU Affero General Public License
  20. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. #
  22. ##############################################################################
  23. {
  24. 'name': "Customizable unsubscription process on mass mailing emails",
  25. 'category': 'Marketing',
  26. 'version': '8.0.2.1.0',
  27. 'depends': [
  28. 'mass_mailing',
  29. 'website_crm',
  30. ],
  31. 'data': [
  32. 'security/ir.model.access.csv',
  33. 'data/install_salt.xml',
  34. 'data/mail_unsubscription_reason.xml',
  35. 'views/assets.xml',
  36. 'views/mail_unsubscription_reason_view.xml',
  37. 'views/mail_mass_mailing_list_view.xml',
  38. 'views/mail_unsubscription_view.xml',
  39. 'views/pages.xml',
  40. ],
  41. 'images': [
  42. 'images/failure.png',
  43. 'images/form.png',
  44. 'images/success.png',
  45. ],
  46. 'author': 'Antiun Ingeniería S.L., '
  47. 'Tecnativa,'
  48. 'Odoo Community Association (OCA)',
  49. 'website': 'http://www.antiun.com',
  50. 'license': 'AGPL-3',
  51. 'installable': True,
  52. }