Merge PR #1404 into 15.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2023-08-01 08:04:27 +00:00
18 changed files with 916 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,
)