From da3a42eacc7606866249709b9a6ab7b2231c2ed4 Mon Sep 17 00:00:00 2001 From: houssine Date: Thu, 28 Nov 2019 14:06:38 +0100 Subject: [PATCH] [CHG] set month in the label --- easy_my_coop_loan/models/loan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_my_coop_loan/models/loan.py b/easy_my_coop_loan/models/loan.py index 34a4160..90abdc1 100644 --- a/easy_my_coop_loan/models/loan.py +++ b/easy_my_coop_loan/models/loan.py @@ -27,7 +27,7 @@ class LoanIssue(models.Model): user_id = fields.Many2one('res.users', string="Responsible") term_date = fields.Date(string="Term date") - loan_term = fields.Float(string="Duration of the loan") + loan_term = fields.Float(string="Duration of the loan in month") rate = fields.Float(string="Interest rate") face_value = fields.Monetary(string="Facial value", currency_field='company_currency_id',