I would like to see a street + city of a partner underneath the delivery address selector on a sale order screen. I had another solution where I added a text field to sale.order and a onchange function, but I think theres a better way.
Here is what I have in the view:
<field name="partner_shipping_id">
<tree>
<field name="street" string="Street"/>
</tree>
</field>
I have also tried using mode=form but none of these seem to alter the default behavior of showing the delivery address contact name...