[MIG] account_loan: Migration to 15.0

This commit is contained in:
Adrien Peiffer
2022-07-08 10:01:09 +02:00
parent dd21d086eb
commit 30ca10382d
4 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Loan management",
"version": "14.0.1.0.2",
"version": "15.0.1.0.0",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"license": "AGPL-3",

View File

@@ -1,3 +1,5 @@
# generated from manifests external_dependencies
freezegun
numpy
numpy-financial<=1.0.0
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,
)