2
0

[IMP] account_asset_batch_compute: pre-commit -stuff

This commit is contained in:
Javier Iniesta 2023-03-13 09:31:47 +01:00
parent ab8c1ddfe3
commit 7015c3eb6d
2 changed files with 7 additions and 0 deletions

View File

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

View File

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