Move shipment_done to Other Info tab

This commit is contained in:
resteve 2014-12-12 19:45:33 +01:00
parent e9f0801286
commit dca4bf2432

View file

@ -2,7 +2,7 @@
<!-- This file is part sale_invoices_paid 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/field[@name=&quot;reference&quot;]" position="after">
<xpath expr="/form/notebook/page[@id=&quot;other&quot;]/field[@name=&quot;company&quot;]" position="after">
<label name="shipments_done"/>
<field name="shipments_done"/>
</xpath>