[sale] remove multiselection handling exceptions.

This commit is contained in:
?ngel ?lvarez 2019-06-12 15:06:51 +02:00
parent b1291ecd96
commit 68b9fb7043
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,21 @@
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>

6
series
View File

@ -37,6 +37,12 @@ issue8394.diff # [stock_lot_sled] Allow configuring which quantity is grouped in
issue10467.diff # [stock_lot] add lot to grouping when assign try if lot it's required on product
account_asset.diff # [account_asset] check if exist asset_lines
sale_remove_multiselection.diff # [sale] remove multiselection handling exceptions.
# Sao
issue8240.diff # Add drag and drop support to sao
issue8390.diff # Different readonly computation for editable tree