We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tomado de: http://ludwiktrammer.github.io/odoo/form-widgets-many2one-fields-options-odoo.html
Opciones:
no_quick_create
no_create_edit
no_create
no_open
Ejemplo:
<field name="field_name" options="{'no_quick_create': True, 'no_create_edit': True}"/>