OpenERP disable editing of field if in edit mode -


We need to allow a field to be visible but not editable in editing mode. Is it possible in OpenERP? If I can not at least hide it in edit mode?

Thank you!

This is the only readable attribute for stock.view_production_lot_revision_form Example:

  & lt; Field name = "author_id" readonly = "1" />    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -