-
-
Notifications
You must be signed in to change notification settings - Fork 550
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 708 Bytes
/
__manifest__.py
File metadata and controls
21 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# © 2020 Solvos Consultoría Informática (<http://www.solvos.es>)
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Website Sale Product Description",
"category": "Website",
"summary": "Shows custom e-Commerce description for products",
"version": "18.0.1.0.0",
"website": "https://github.com/OCA/e-commerce",
"author": "Solvos, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["website_sale"],
"data": [
"views/website_sale_template.xml",
"views/product_template.xml",
],
"demo": [
"data/demo_website_sale_product_description.xml",
],
}