Move payments tab position (prevents conflict with sale_invisible_stock module that hides shipments tab)
This commit is contained in:
parent
e318453544
commit
fe1e7499bd
@ -15,7 +15,7 @@ copyright notices and license terms. -->
|
|||||||
icon="tryton-go-next"/>
|
icon="tryton-go-next"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath
|
<xpath
|
||||||
expr="/form/notebook/page[@id="shipments"]"
|
expr="/form/notebook/page[@id="other"]"
|
||||||
position="after">
|
position="after">
|
||||||
<page string="Payments" col="4" id="payments">
|
<page string="Payments" col="4" id="payments">
|
||||||
<field name="payments" colspan="4" readonly="1"/>
|
<field name="payments" colspan="4" readonly="1"/>
|
||||||
@ -25,7 +25,6 @@ copyright notices and license terms. -->
|
|||||||
<field name="residual_amount"/>
|
<field name="residual_amount"/>
|
||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath
|
<xpath
|
||||||
expr="/form/notebook/page[@id='other']/field[@name='shop']"
|
expr="/form/notebook/page[@id='other']/field[@name='shop']"
|
||||||
position="after">
|
position="after">
|
||||||
|
Loading…
Reference in New Issue
Block a user