odoo/addons/web/static
Martin Trigaux 7ec7f1ba40 [FIX] web: avoid incoherent actual_mode after refresh
When accessing an existing record in form mode directly (enter the url or refresh a page), the daterecord has not been initialized yet. This means that the value of actual_mode will be set to 'edit' before loading the current record (method _actualize_mode() called from do_show()).
This was problematic for one2many fields that we loaded in edit mode, showing add/delete icons/buttons in readonly views. (opw 607910)
2014-10-24 15:36:58 +02:00
..
lib [ADD] QWeb2: add support for operation='attributes' in a t-extend 2014-10-16 10:25:57 +02:00
src [FIX] web: avoid incoherent actual_mode after refresh 2014-10-24 15:36:58 +02:00
test [ADD] JS widgets reference documentation 2014-10-07 10:21:44 +02:00