Merge PR #173 into 14.0

Signed-off-by JordiBForgeFlow
This commit is contained in:
OCA-git-bot
2022-09-30 08:13:52 +00:00
17 changed files with 1141 additions and 0 deletions

View File

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

View File

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