Releases: ionutsavin7/odoo
Releases · ionutsavin7/odoo
8.0 del 29 de octubre del 2015
[FIX] web: radio button display empty value when change record
When a selection field with widget="radio" is False, the form view display the previews value for this field.
1 - Create a selection field (ex: [("1", "1"), ("2", "2")]), and display it on a form vue.
2 - Go to the form view (all the record have False value for this field).
3 - Change the value of this field for one record.
4 - In readonly mode, all other records now wrongly display this value (still False in DB or when "edit").
#opw-652002