Code review comment for lp:~christophe-chauvet/openobject-client/trunk-save-readonly-field

Revision history for this message
Christophe Simonis (OpenERP) (kangol) wrote :

It is not the change I have in mind.
I was talking about the fields on server side.

_columns = {
  'blah': fields.char('Blah', size=37, readonly=True, always_save=True),
}

And on client side, the value is get via fields_get (and fields_view_get).

review: Disapprove

« Back to merge proposal