Merge PR #783 into 16.0

Signed-off-by gurneyalex
This commit is contained in:
OCA-git-bot
2023-12-08 07:53:12 +00:00
19 changed files with 773 additions and 0 deletions

View File

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

View File

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