[ADD] web_pivot_computed_measure

This commit is contained in:
Alexandre Díaz
2020-03-10 03:35:30 +01:00
committed by CarlosRoca13
parent 07b7590fc0
commit b9bc3561ce
14 changed files with 1300 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 2020 Tecnativa - Alexandre Díaz
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Web Pivot Computed Measure",
'category': "web",
'version': "12.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',
],
'auto_install': False,
'installable': True,
}