trytond-patches/sale_remove_multiselection....

22 lines
1.2 KiB
Diff

diff -r 7fdc432c6f03 view/handle_invoice_exception_ask_form.xml
--- a/trytond/trytond/modules/sale/view/handle_invoice_exception_ask_form.xml Mon May 06 15:10:35 2019 +0200
+++ b/trytond/trytond/modules/sale/view/handle_invoice_exception_ask_form.xml Wed Jun 12 15:03:41 2019 +0200
@@ -5,6 +5,5 @@
<image name="tryton-info" xexpand="0" xfill="0"/>
<label string="Choose invoices to recreate" id="choose"
yalign="0.0" xalign="0.0" xexpand="1"/>
- <field name="recreate_invoices" colspan="2" widget="multiselection"/>
+ <field name="recreate_invoices" colspan="2"/>
</form>
-
diff -r 7fdc432c6f03 view/handle_shipment_exception_ask_form.xml
--- a/trytond/trytond/modules/sale/view/handle_shipment_exception_ask_form.xml Mon May 06 15:10:35 2019 +0200
+++ b/trytond/trytond/modules/sale/view/handle_shipment_exception_ask_form.xml Wed Jun 12 15:03:41 2019 +0200
@@ -5,5 +5,5 @@
<image name="tryton-info" xexpand="0" xfill="0"/>
<label string="Choose move to recreate" id="choose"
yalign="0.0" xalign="0.0" xexpand="1"/>
- <field name="recreate_moves" colspan="2" widget="multiselection"/>
+ <field name="recreate_moves" colspan="2"/>
</form>