forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 818 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
25
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product State History",
"summary": """
Allows to store product state history for reporting purpose""",
"version": "14.0.1.0.1",
"license": "AGPL-3",
"category": "Sales",
"maintainers": ["rousseldenis"],
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-attribute",
"depends": [
"product_state",
],
"data": [
"security/product_state_history.xml",
"security/product_state_history_wizard.xml",
"views/product_state_history.xml",
"views/product_template.xml",
"wizards/product_state_history_wizard.xml",
"report/report_product_state_history.xml",
],
}