Hello,
I need to make 'taxes_id' field in Purchase order line, v15, as read only and unselectable.
I made an inherited view, but didn't work:
{'readonly':[('state', 'in', ['draft','purchase', 'done', 'cancel'])]}
True
{'no_create_edit': True}
Thanks