Move payments tab position (prevents conflict with sale_invisible_stock module that hides shipments tab)

This commit is contained in:
Jordi Esteve 2015-03-20 12:50:07 +01:00
parent e318453544
commit fe1e7499bd

View File

@ -15,7 +15,7 @@ copyright notices and license terms. -->
icon="tryton-go-next"/>
</xpath>
<xpath
expr="/form/notebook/page[@id=&quot;shipments&quot;]"
expr="/form/notebook/page[@id=&quot;other&quot;]"
position="after">
<page string="Payments" col="4" id="payments">
<field name="payments" colspan="4" readonly="1"/>
@ -25,7 +25,6 @@ copyright notices and license terms. -->
<field name="residual_amount"/>
</page>
</xpath>
<xpath
expr="/form/notebook/page[@id='other']/field[@name='shop']"
position="after">