[MIG] web_pivot_computed_measure: Migration to 13.0

This commit is contained in:
Ernesto Tejeda
2020-11-17 15:40:28 -05:00
committed by CarlosRoca13
parent bea8716db7
commit b66c149b71
8 changed files with 192 additions and 216 deletions

View File

@@ -4,13 +4,13 @@
{
"name": "Web Pivot Computed Measure",
"category": "web",
"version": "12.0.1.0.2",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"version": "13.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["view/assets.xml"],
"qweb": ["static/src/xml/web_pivot_computed_measure.xml",],
"qweb": ["static/src/xml/web_pivot_computed_measure.xml"],
"auto_install": False,
"installable": True,
}