Files
web/web_pivot_computed_measure/__manifest__.py
Alexandre Díaz 993fb98ad2 [IMP+FIX] web_pivot_computed_measure: Time Ranges Comparison + Change custom_events addition
[IMP] web_pivot_computed_measure: Time Ranges Comparison

[FIX] web_pivot_computed_measure: Change custom_events addition

Previous this commit, the controller events are discarted. With this commit
the existing events are respected
2022-11-22 14:09:13 +01:00

22 lines
561 B
Python

# 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.1",
'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,
}