Merge PR #2215 into 15.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2022-06-22 10:26:00 +00:00
22 changed files with 1155 additions and 0 deletions

View File

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

View File

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