[IMP] document_page_project: pre-commit stuff

This commit is contained in:
ntsirintanis
2024-03-07 14:30:35 +01:00
parent 3c50b7e054
commit 2dbb45f3da
3 changed files with 7 additions and 1 deletions

View File

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

View File

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