Skip to Content
Menu
This question has been flagged
2 Replies
6359 Views

Hi,

There are parts of Odoo that allow multiple selections (tags, labels etc)


I'm trying to do the same with a studio created field, but I can only ever select one option.

The example, is within the Quality Alerts section, I'm trying to enter the Employee at fault (many2one field currently, pulling all employee names), but there are times where multiple staff members are at fault. How do I change this field (or replace it) so that one QA entry, can cover two employees?

Thanks

Avatar
Discard
Author

Thank you both, that works brilliantly.
A couple of enhancements if possible, for some reason I can't add this new field to the 'group by' search on the list view screen - any ideas?
Is there now a way of adding a tab on an employee's record, that shows all quality alerts that include their name (as the employee at fault)

Best Answer

Hi Ant,

Use the Many2many field instead Many2one, allowing you to choose multiple records within a single selection field.
The 'tag' field you mentioned is M2M, not M2O

 

Hope it helps,
Kiran K

Avatar
Discard
Author

Thank you both, that works brilliantly.
A couple of enhancements if possible, for some reason I can't add this new field to the 'group by' search on the list view screen - any ideas?
Is there now a way of adding a tab on an employee's record, that shows all quality alerts that include their name (as the employee at fault)

Best Answer

Instead of creating many2one field, create many2many field instead which will allow you to select multiple options. You can also add many2many_tags widget for better UI.


Regards,

Karan BK

Avatar
Discard
Author

Thank you both, that works brilliantly.
A couple of enhancements if possible, for some reason I can't add this new field to the 'group by' search on the list view screen - any ideas?
Is there now a way of adding a tab on an employee's record, that shows all quality alerts that include their name (as the employee at fault)

Related Posts Replies Views Activity
1
Sep 23
1582
0
Feb 25
30
0
Nov 22
62
0
Oct 20
3074
1
Aug 17
3543