2
0
Fork 0

[IMP] account_financial_tools: Black, isort, prettier

This commit is contained in:
Enric Tobella 2023-09-15 09:25:40 +02:00
parent ac088df0b5
commit e5e38a86e0
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# generated from manifests external_dependencies
freezegun
numpy-financial<=1.0.0
numpy>=1.15
python-dateutil

View File

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

View File

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