[15.0][MIG] account_asset_number

This commit is contained in:
Saran440
2022-12-02 12:06:26 +07:00
committed by ps-tubtim
parent a31a0e26f5
commit eb0d1f28f3
5 changed files with 66 additions and 1 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,
)