There is a Map view in Delivery orders (stock.picking) and it displays a list of the delivery order names (WH/OUT/0001) at the right side and it also has a pins in the map. How can i change it to partner_id instead of the its name?
My current code: But it doesnt change the list. I'm using odoov16
id = "stock_picking_view_map_inherit" model = "ir.ui.view" > name = "name" > stock.picking.view.map.inherit field >
name = "model" > stock.picking
name = "inherit_id" ref = "stock_enterprise.stock_map_view" />
name = "arch" type = "xml" >
res_partner = "partner_id" hide_address = "1" >
name = " partner_id" string = "Contact Address" />
name = "scheduled_date" string = "Scheduled Date" />
field >
record >