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',