From 8d40f273bd754314d11c905ae6a1b41a5afc09e2 Mon Sep 17 00:00:00 2001 From: jordan <jordan@le-filament.com> Date: Thu, 16 Dec 2021 12:48:16 +0100 Subject: [PATCH] [update] field label 'lettrage' --- models/scop_cotisation_idf.py | 2 +- models/scop_invoice_idf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/scop_cotisation_idf.py b/models/scop_cotisation_idf.py index 09f6179..0ab6eeb 100644 --- a/models/scop_cotisation_idf.py +++ b/models/scop_cotisation_idf.py @@ -31,7 +31,7 @@ class ScopCotisationsIDF(models.Model): ('reject', 'Rejet'), ('pay', 'Paiment')], string='Type', required=True) - lettrage = fields.Char('Lettrage') + lettrage = fields.Char('Référence de lettrage') currency_id = fields.Many2one( comodel_name='res.currency', string='Monnaie', diff --git a/models/scop_invoice_idf.py b/models/scop_invoice_idf.py index 2433504..f739515 100644 --- a/models/scop_invoice_idf.py +++ b/models/scop_invoice_idf.py @@ -31,7 +31,7 @@ class ScopInvoiceIDF(models.Model): ('reject', 'Rejet'), ('pay', 'Paiment')], string='Type', required=True) - lettrage = fields.Char('Lettrage') + lettrage = fields.Char('Référence de lettrage') currency_id = fields.Many2one( comodel_name='res.currency', string='Monnaie', -- GitLab