Merge PR #1359 into 15.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2022-05-05 10:27:26 +00:00
12 changed files with 840 additions and 0 deletions

View File

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

View File

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