2
0

[IMP] account_move_fiscal_year: pre-commit stuff

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

View File

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

View File

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