Merge PR #510 into 16.0

Signed-off-by bguillot
This commit is contained in:
OCA-git-bot
2023-03-30 14:22:26 +00:00
99 changed files with 39853 additions and 0 deletions

View File

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

View File

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