Hello Dear Odoers,
I need some help I have created a related field in my model
location_dest_id = fields.Many2one('stock.location', string='To', domain="[('usage', '=', 'internal')]", required=True)
Currently it shows stock locations from the company assigned to a user, I want to show all records in stock location for user selection.
Please help.