Feat: credito view
This commit is contained in:
parent
047fce94d3
commit
501d0ff776
@ -19,4 +19,9 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="total_tip"/>
|
||||
<field name="total_tip"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='sale']/group[@id='amount']/field[@name='total_amount']"
|
||||
position="after">
|
||||
<label name="credito"/>
|
||||
<field name="credito"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
@ -3,10 +3,10 @@
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='shop']" position="after">
|
||||
<field name="zone" string="Zona"/>
|
||||
<field name="table" string="Mesa"/>
|
||||
<field name="zone" string="Zona"/>
|
||||
<field name="table" string="Mesa"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='untaxed_amount']" position="after">
|
||||
<field name="total_amount"/>
|
||||
<field name="total_amount"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user