[sale] remove multiselection handling exceptions.

This commit is contained in:
?ngel ?lvarez 2019-06-12 15:06:51 +02:00
parent 54028e5c4d
commit 8b5d59f804
2 changed files with 24 additions and 1 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>

4
series
View File

@ -23,13 +23,15 @@ stock_quantity_to_zero.diff # [stock] Ensure to sum with value.
improve_performance_on_try_assign.diff # [stock] change browse of product to get default_uom to pysql
stock_lot_sled.diff # [stock_lot_sled] Allow configuring which quantity is grouped in compute_quantities_query() needed by stock_number_of_packages
issue8394.diff # [stock_lot_sled] Allow configuring which quantity is grouped in compute_quantities_query() needed by stock_number_of_packages
issue10467.diff # [stock_lot] add lot to grouping when assign try if lot it's required on product
party_identifier_migration.diff # [Party] avoid errors on upgrades
production_view.diff [production] Split inputs and outputs on pages
issue8413.diff [carrier] Add recname to search
sale_remove_multiselection.diff # [sale] remove multiselection handling exceptions.
account_asset.diff # [account_asset] check if exist asset_lines
# Sao
issue8240.diff # Add drag and drop support to sao