[IMP] web_ir_actions_act_multi: pre-commit stuff

pull/2328/head
matiasperalta1 2022-10-27 14:48:54 -03:00
parent 6e018cbbae
commit 8bebf48f75
2 changed files with 7 additions and 0 deletions

View File

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

View File

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