I have an issue with the delivery address. I want to show the partner address on the stock.picking.batch.form
. Right now, the content (a part of) of the view is like this:
<xpath expr="//field[@name='user_id']" position="after">
<field
name="partner_id"
readonly="1"
context="{'show_address': 1}"
options="{'always_reload': True}"
/>
<field name="date" />
</xpath>
I tested the same view on v14.0, and is working properly, but in the v17 don’t work…anybody have any idea?
New contributor
Josep Tortosa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4