Browse Source

[FIX] remove readonly attribute wrongly set on the field

11.0
houssine 5 years ago
parent
commit
beb11abe5b
  1. 4
      easy_my_coop/models/coop.py

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

Loading…
Cancel
Save