2
0

[IMP] : pre-commit stuff

This commit is contained in:
Rodrigo 2022-11-25 16:34:18 +01:00
parent 5e6b39805a
commit 7826f7b9fd
2 changed files with 7 additions and 0 deletions

View File

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

View File

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