Skip to Content
Menú
This question has been flagged
1 Respondre
4438 Vistes

If you want to prevent users from creating new records from a relational field

Avatar
Descartar

You can do it dynamically based on each model and its fields (relational fields) in v16 and v17: https://apps.odoo.com/apps/modules/17.0/mh_dynamic_many2one_field_options

Autor Best Answer

If you want to prevent users from creating new records from a relational field (just like the country_id field on the res.partner model), just add this in the xml view: options="{"no_open": True, "no_create": True}".

For example:

.

will prevent users from creating new roles from the x_role_id field.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de gen. 25
9914
1
de maig 21
2218
1
d’abr. 21
8311
2
de gen. 25
5920
4
de des. 24
16379