social/portal_welcome_email_template/__openerp__.py

25 lines
713 B
Python

# -*- coding: utf-8 -*-
# (c) 2015 Incaser Informatica S.L. - Sergio Teruel
# (c) 2015 Incaser Informatica S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Portal Welcome Email Template",
"summary": "Adds an customizable email template for portal user "
"invitation",
"version": "8.0.1.0.0",
"category": "Tools",
"website": "https://odoo-community.org/",
'author': 'Incaser Informatica S.L., '
'Odoo Community Association (OCA)',
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"portal",
],
"data": [
"data/email_template_data.xml",
],
}