[IMP] account_move_fiscal_month: pre-commit stuff
This commit is contained in:
parent
6b1b2e0ec5
commit
1bb31a1e4d
@ -0,0 +1 @@
|
|||||||
|
../../../../account_move_fiscal_month
|
6
setup/account_move_fiscal_month/setup.py
Normal file
6
setup/account_move_fiscal_month/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