trytond-patches/sale_shop.diff

31 lines
1.2 KiB
Diff

diff -r 2225daf84cb7 view/sale_form.xml
--- a/trytond/trytond/modules/sale_shop/view/sale_form.xml Tue Nov 04 13:49:38 2014 +0100
+++ b/trytond/trytond/modules/sale_shop/view/sale_form.xml Tue Nov 18 16:58:24 2014 +0100
@@ -6,6 +6,6 @@
expr="/form/notebook/page[@id="other"]/field[@name="company"]"
position="after">
<label name="shop"/>
- <field name="shop" widget="selection"/>
+ <field name="shop"/>
</xpath>
</data>
diff -r 2225daf84cb7 view/user_form.xml
--- a/trytond/trytond/modules/sale_shop/view/user_form.xml Tue Nov 04 13:49:38 2014 +0100
+++ b/trytond/trytond/modules/sale_shop/view/user_form.xml Tue Nov 18 16:58:24 2014 +0100
@@ -7,7 +7,7 @@
expr="/form/notebook/page[@id=&quot;preferences&quot;]/field[@name=&quot;language&quot;]"
position="after">
<label name="shop"/>
- <field name="shop" widget="selection"/>
+ <field name="shop"/>
</xpath>
<xpath
expr="/form/notebook/page[@id=&quot;preferences&quot;]"
@@ -16,4 +16,4 @@
<field name="shops"/>
</page>
</xpath>
-</data>
\ No newline at end of file
+</data>