add sale_device field on sale, and used on payment wizard
This commit is contained in:
@@ -25,4 +25,11 @@ copyright notices and license terms. -->
|
||||
<field name="residual_amount"/>
|
||||
</page>
|
||||
</xpath>
|
||||
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id='other']/field[@name='shop']"
|
||||
position="after">
|
||||
<label name="sale_device"/>
|
||||
<field name="sale_device"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
||||
@@ -7,6 +7,6 @@ copyright notices and license terms. -->
|
||||
expr="/form/notebook/page[@id="preferences"]/field[@name="shop"]"
|
||||
position="after">
|
||||
<label name="sale_device"/>
|
||||
<field name="sale_device" widget="selection"/>
|
||||
<field name="sale_device"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user