From cf1cb9953f428800932d0858ee50052f7779ad1d Mon Sep 17 00:00:00 2001 From: houssine Date: Wed, 27 Mar 2019 00:12:21 +0100 Subject: [PATCH] [TYPO] typo in state --- .../models/tax_shelter_declaration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py b/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py index 9dc749b..4db2c8c 100644 --- a/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py +++ b/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py @@ -160,7 +160,7 @@ class TaxShelterCertificate(models.Model): required=True, readonly=True) state = fields.Selection([('draft', 'Draft'), ('validated', 'Validated'), - ('non_eligible', 'Non eligible'), + ('no_eligible', 'No eligible'), ('sent', 'Sent')], string='State', required=True, default="draft") declaration_id = fields.Many2one('tax.shelter.declaration',