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.

23 lines
681 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": "Use an email template for send portal invitation",
  8. "version": "8.0.1.0.0",
  9. "category": "Tools",
  10. "website": "https://odoo-community.org/",
  11. 'author': 'Incaser Informatica S.L., '
  12. 'Odoo Community Association (OCA)',
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "portal",
  18. ],
  19. "data": [
  20. "data/email_template_data.xml",
  21. ],
  22. }