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
24 lines
713 B
# -*- 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",
|
|
],
|
|
}
|