Merge PR #934 into 14.0

Signed-off-by grindtildeath
This commit is contained in:
OCA-git-bot
2023-11-22 20:36:33 +00:00
14 changed files with 617 additions and 0 deletions

View File

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

View File

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