How to disable create button in many2many field in form view like :
<field name="field_name" options="{'create': false, 'create_edit': false}">
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to disable create button in many2many field in form view like :
<field name="field_name" options="{'create': false, 'create_edit': false}">
<field name="field_name" options="{'no_create': True}"></field>
try this. it in v8
Hello I saw the answer and I have a doubt. Can i make domains on the options attribute, or do you know another form to make a domain relative to one field.
There is this module that can be used and adds more options: https://github.com/0k/web_m2x_options
This module web_m2x_options doesn't work in this case.I already tested
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld dig
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.