[IMP] account_move_fiscal_year: pre-commit stuff
This commit is contained in:
parent
ab87396113
commit
c887c6cd2e
@ -0,0 +1 @@
|
||||
../../../../account_move_fiscal_year
|
6
setup/account_move_fiscal_year/setup.py
Normal file
6
setup/account_move_fiscal_year/setup.py
Normal file
@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue
Block a user