odoo/addons/web/static
Christophe Matthieu ee2b550f3c [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
2015-10-29 07:21:36 +01:00
..
lib [FIX] web: Kabyle localization file 2015-05-28 16:33:04 +02:00
src [FIX] web: radio button display empty value when change record 2015-10-29 07:21:36 +01:00
test [FIX] tests: outdated resource paths in manual test files 2015-09-18 15:52:11 +02:00