mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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
15 lines
442 B
Python
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,
|
|
}
|