Use right xpath from sale and purchase view

https://bugs.tryton.org/issue5013
This commit is contained in:
resteve 2015-10-05 10:43:37 +02:00
parent ac74620b0b
commit 5129a1fbfd

View file

@ -2,7 +2,7 @@
<!-- This file is part of sale_shipment_returns module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id=&quot;shipments&quot;]/field[@name=&quot;shipment_returns&quot;]"
<xpath expr="/form/notebook/page[@name=&quot;shipments&quot;]/field[@name=&quot;shipment_returns&quot;]"
position="after">
<field name="shipment_out_returns" colspan="4"/>
</xpath>