From beb11abe5b9b53fa247e1ee79a22295a5ddd390f Mon Sep 17 00:00:00 2001 From: houssine Date: Thu, 25 Apr 2019 10:06:39 +0200 Subject: [PATCH] [FIX] remove readonly attribute wrongly set on the field --- easy_my_coop/models/coop.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/easy_my_coop/models/coop.py b/easy_my_coop/models/coop.py index 46b46e6..5496e83 100644 --- a/easy_my_coop/models/coop.py +++ b/easy_my_coop/models/coop.py @@ -243,9 +243,7 @@ class subscription_request(models.Model): " register number and on the iban bank" " account. To be done in case of the id" " card is from abroad or in case of" - " a passport", - readonly=True, - states={'draft': [('readonly', False)]}) + " a passport") lang = fields.Selection(_lang_get, string='Language', required=True,