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"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="shipments"]"
|
||||
expr="/form/notebook/page[@id="other"]"
|
||||
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">
|
||||
|
Loading…
Reference in New Issue
Block a user