trytond-patches/purchase_remove_multiselect...

21 lines
1.2 KiB
Diff

diff -r 89b64c48aa46 view/handle_invoice_exception_ask_form.xml
--- a/trytond/trytond/modules/purchase/view/handle_invoice_exception_ask_form.xml Mon May 06 15:09:22 2019 +0200
+++ b/trytond/trytond/modules/purchase/view/handle_invoice_exception_ask_form.xml Wed Jul 03 07:44:09 2019 +0200
@@ -5,5 +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 89b64c48aa46 view/handle_shipment_exception_ask_form.xml
--- a/trytond/trytond/modules/purchase/view/handle_shipment_exception_ask_form.xml Mon May 06 15:09:22 2019 +0200
+++ b/trytond/trytond/modules/purchase/view/handle_shipment_exception_ask_form.xml Wed Jul 03 07:44:09 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>