Please advice me How to remove "Create and Edit..." from many2one field.? that item shows below in the many2one fields which I filtered with domain option.
OpenERP version 7
Please advice me How to remove "Create and Edit..." from many2one field.? that item shows below in the many2one fields which I filtered with domain option.
OpenERP version 7
In the XML file:
Please add options="{'no_create': True}" to your field which will remove the create button
In you XML file
Many2one widget (default)
Options : Other possible options you can use with this widget.
Example:
You can refer it from Ludwik Trammer's post
In the xml file put:
I hope this works!