2
0

[FIX] account_loan

This commit is contained in:
Enric Tobella 2023-03-01 14:16:37 +01:00
parent 1e57201411
commit 9db50673d9

View File

@ -19,5 +19,8 @@
"views/account_move_view.xml",
],
"installable": True,
"external_dependencies": {"python": ["numpy", "numpy-financial<=1.0.0"]},
"external_dependencies": {
"python": ["numpy==1.15", "numpy-financial<=1.0.0"],
"deb": ["libatlas-base-dev"],
},
}