2
0

[IMP] account_fiscal_month: pre-commit stuff

This commit is contained in:
BT-anieto 2023-08-04 08:09:13 +02:00
parent b76655d6fb
commit e1277eaf38
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

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

View File

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