Merge PR #1631 into 14.0

Signed-off-by jbaudoux
This commit is contained in:
OCA-git-bot
2023-04-04 16:47:14 +00:00
22 changed files with 954 additions and 38 deletions

View File

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

View File

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