Files
web/web_time_range_menu_custom/__manifest__.py
Alexandre D. Díaz 840ab92bb4 [FIX] web_time_range_menu_custom: Mix custom and 'no custom' periods
Steps to reproduce:

- Go to pivot view
- Select a custom time range
- Select a predefined comparison period (Ex. Previous Period)

Now you see that the comparison period is not being applied.
After this commit the comparison period is applied correctly.

TT29249
2023-03-28 12:33:39 +02:00

15 lines
442 B
Python

# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Web Time Range Menu Custom",
"version": "13.0.1.0.1",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"data": ["templates/assets.xml"],
"depends": ["web"],
"qweb": ["static/src/xml/time_range_menu.xml"],
"installable": True,
"auto_install": False,
}