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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -