[IMP] web_time_range_menu_custom: pre-commit stuff

pull/2993/head
Carlos Roca 2024-11-18 13:46:20 +01:00
parent 7f4c93f790
commit c2ad3b0593
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
../../../../web_time_range_menu_custom

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)