I have many2one field called uom_id= fields.Many2one ("Units of Measure", 'product.uom')
I would like to see records at the top which is the most used in that field. I don't know how to use _order method in odoo. Please anyone help how to use order_method . Thank you.