This question has been flagged
1 Reply
23581 Views

Hi,

I would like to add to the model res.partner a multiple selection field. How could I do this ?

The field type 'selection' authorizes only one option to be selected.

I would like to avoid to make a one2many relation, in order to propose only two 'static' options, so the users won't be able to create/delete any options.

Thanks for your help

Cheers

Avatar
Discard
Best Answer

make a many2many field and use the tag widget

Avatar
Discard
Author

Thanks that worked like a charm.

How did you put the options?