[ADD] base_ical

This commit is contained in:
Holger Brunn
2023-07-10 21:17:17 +02:00
committed by fkantelberg
parent 35dbc22d7e
commit 1e6b6ceda7
28 changed files with 1162 additions and 0 deletions

6
setup/base_ical/setup.py Normal file
View File

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