forked from shopinvader/odoo-shopinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
24 lines (23 loc) · 843 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Shopinvader Notification default",
"summary": """
Provide default notification templates for Shopinvader suite.""",
"version": "14.0.1.0.1",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/shopinvader/odoo-shopinvader",
"depends": ["shopinvader", "email_template_qweb"],
"data": [
"templates/layout.xml",
"templates/cart_email.xml",
"templates/sale_email.xml",
"templates/invoice_email.xml",
"templates/customer_profile_email.xml",
"templates/customer_address_email.xml",
"data/email_template.xml",
"data/shopinvader_notification.xml",
],
"installable": False,
}