Merge PR #1510 into 16.0

Signed-off-by moylop260
This commit is contained in:
OCA-git-bot
2022-12-08 21:42:03 +00:00
21 changed files with 1701 additions and 0 deletions

View File

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

View File

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