[IMP] account_asset_number: pre-commit stuff

This commit is contained in:
Saran440
2023-12-28 16:32:12 +07:00
parent cc2b33f791
commit f4e81b8e24
2 changed files with 7 additions and 0 deletions

View File

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

View File

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