Add purchase_remove_multiselection.diff

This commit is contained in:
Raimon Esteve 2019-07-03 07:47:10 +02:00
parent 88e7a5986e
commit c8c59abc3f
2 changed files with 22 additions and 1 deletions

View File

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

3
series
View File

@ -18,6 +18,8 @@ sale_list_price.diff # [sale] Can't convert to currency with list price is null
sale_supply_supply_on_sale_multivalue.diff # [sale_supply] supply_on_sale field multvalue #035100
sale_remove_multiselection.diff # [sale] remove multiselection handling exceptions
purchase_remove_multiselection.diff # [purchase] remove multiselection handling exceptions
lock_stock_move.diff # [stock] Function to overwrite if lock table or not
issue4482.diff # [stock] stock inventory misses company access rule
search_warehouse.diff # [stock] search function for warehouse
@ -31,7 +33,6 @@ 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
party_identifier_migration.diff # [Party] avoid errors on upgrades
issue8413.diff # [carrier] Add recname to search
production_view.diff #[production] Split inputs and outputs on pages