When I add
widget="many2many_checkboxes"
to a m2m field, it will show them by their ids (id=1, id=2,...). Is there a way to show them in their name's alphabetical order?
Normally when I display m2m in a tree, i can use default_order="name desc" but in here
<field name="categ_ids" widget="many2many_checkboxes" default_order="name desc"/>
does nothing.