view.model.form.inherit ir.model custom.field.restriction.all.view.form custom.field.restriction

Required Field Rule

Invisible Field Rule

Readonly Field Rule

custom.field.restriction.required.view.tree custom.field.restriction custom.field.restriction.invisible.view.tree custom.field.restriction custom.field.restriction.readonly.view.tree custom.field.restriction custom.field.restriction.all.view.tree custom.field.restriction Required Fields custom.field.restriction tree,form [('required', '=', True)] {'show_required_form': True} Invisible Fields custom.field.restriction tree,form [('field_invisible', '=', True)] {'show_invisible_form': True} Readonly Fields custom.field.restriction tree,form [('field_readonly', '=', True)] {'show_readonly_form': True} All Fields Restrictions custom.field.restriction tree,form {'show_readonly_form': True, 'show_invisible_form': True, 'show_required_form': True, 'hide_title': True}