Merge PR #634 into 15.0

Signed-off-by yvaucher
This commit is contained in:
OCA-git-bot
2022-12-21 13:42:19 +00:00
14 changed files with 707 additions and 0 deletions

View File

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

View File

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