[ADD] base_portal_type

This commit is contained in:
Holger Brunn
2023-04-26 11:38:42 +02:00
parent d99347f100
commit a10388caa5
17 changed files with 720 additions and 0 deletions

View File

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

View File

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