Good evening everyone,
I am a developer and new to Odoo 17. For a while now, I have been looking for a way to disable the 'Create' and 'Edit' suggestions that appear when searching for a specific value in a Many2One field.
I found a solution that allows this for a specific model, which is:
{'no_create': True}
This response does not work for me because it does not apply to all models. If you have a link to an article, forum, etc.
Any response is welcome.