You can not edit the order from a Many2Many field but you can using a One2Many relation and setup a sequence. You can add such One2Many but the relation Model must inherit from ModelView and so you must take care of the access rights.
You can not edit the order from a Many2Many field but you can using a One2Many relation and setup a sequence. You can add such One2Many but the relation Model must inherit from ModelView and so you must take care of the access rights.