mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_loan
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user