Hi
We use odoo 9 community.
I want in field partner_shipping_id just to show street.
not to show the street2 in field partner_shipping_id in sale_order form.
xml:
<field name="partner_shipping_id" context="{'show_address_only':1}" options="{'always_reload': True ,'no_create': True, 'no_open': True}"/>
please help me.