add sale_device field on sale, and used on payment wizard

This commit is contained in:
?ngel ?lvarez
2014-11-21 12:28:58 +01:00
parent 2da4695718
commit ae383a3399
6 changed files with 36 additions and 56 deletions

View File

@@ -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>

View File

@@ -7,6 +7,6 @@ copyright notices and license terms. -->
expr="/form/notebook/page[@id=&quot;preferences&quot;]/field[@name=&quot;shop&quot;]"
position="after">
<label name="sale_device"/>
<field name="sale_device" widget="selection"/>
<field name="sale_device"/>
</xpath>
</data>