Hi:
Is there a way to specify the sort order of the dropdown list in a Many2one field on a form via the GUI ?
I'm aware that it's possible to write python code by overriding the class and specifying the _order. However, I'm looking for a way to specify it without modifying a python class - sort of similar to the default_order attribute that can be specified for a tree view.