Merge PR #2115 into 15.0

Signed-off-by legalsylvain
This commit is contained in:
OCA-git-bot
2022-03-02 08:12:09 +00:00
12 changed files with 595 additions and 0 deletions

View File

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

View File

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