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

  1. # -*- coding: utf-8 -*-
  2. # (c) 2015 Incaser Informatica S.L. - Sergio Teruel
  3. # (c) 2015 Incaser Informatica S.L. - Carlos Dauden
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. "name": "Portal Welcome Email Template",
  7. "summary": "Adds an customizable email template for portal user "
  8. "invitation",
  9. "version": "8.0.1.0.0",
  10. "category": "Tools",
  11. "website": "https://odoo-community.org/",
  12. 'author': 'Incaser Informatica S.L., '
  13. 'Odoo Community Association (OCA)',
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "depends": [
  18. "portal",
  19. ],
  20. "data": [
  21. "data/email_template_data.xml",
  22. ],
  23. }