2
0

[IMP] account_move_fiscal_month: pre-commit stuff

This commit is contained in:
BT-anieto 2023-08-04 08:28:08 +02:00
parent 6b1b2e0ec5
commit 1bb31a1e4d
2 changed files with 7 additions and 0 deletions

View File

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

View File

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