[IMP] web_pivot_computed_measure: pre-commit stuff

pull/2755/head
Carlos Roca 2024-02-26 11:15:19 +01:00
parent 1529a7bf93
commit 1ea97cc177
2 changed files with 7 additions and 0 deletions

View File

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

View File

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