~openerp-dev/openerp-web/7.0-opw-602858ReadonlyFieldsInEditableListview-msh

Viewing all changes in revision 4186.

  • Committer: Mohammed Shekha
  • Date: 2014-05-12 05:38:27 UTC
  • mfrom: (4162.1.1 7.0)
  • Revision ID: msh@tinyerp.com-20140512053827-26y42a90rr2zddjq
[FIX]Web: Re-Fixed the issue of readonly field not displayed which creates issue with onchange result, result of onchange doesn't diplayed untill editable row is saved, the reason is we kept readonly field invisible in edition form and that's why that readonly field widget doesn't positioned as the place edition form and simple cell is displayed, onchange result calls set_value but value is set on hidden element which is not displayed on edition form, also considered some other scenarios like many2one throws after setting field to visible so checked if many2one field is effective_readonly, also span in current row should not be displayed in edition mode,also fixed the issues of form view which sets dimension even in readonly.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: