[IMP] document_page_access_group: pre-commit stuff

This commit is contained in:
Alberto Martínez 2024-03-28 15:46:02 +01:00
parent c46047c068
commit 954660150d
2 changed files with 7 additions and 0 deletions

View File

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

View File

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