Merge PR #1419 into 15.0

Signed-off-by rvalyi
This commit is contained in:
OCA-git-bot
2022-06-09 14:45:14 +00:00
96 changed files with 41495 additions and 0 deletions

View File

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

View File

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