@@ -4,15 +4,23 @@ new model choose.delivery.carrier [transient]
44
55---Fields in module 'delivery'---
66delivery / delivery.carrier / get_return_label_from_portal (boolean): NEW
7+ delivery / delivery.carrier / return_label_on_delivery (boolean): NEW
8+ # NOTHING TO DO: New feature for allowing to print the return label. Default False value is OK for preserving previous behavior (no return label).
9+
710delivery / delivery.carrier / invoice_policy (selection) : NEW required, selection_keys: ['estimated', 'real'], req_default: function, hasdefault
11+ # DONE: post-migration: Fill all delivery.carrier records to have `real` value in invoice_policy, as this is the most similar one to the v12 behavior
12+
813delivery / delivery.carrier / margin (integer) : type is now 'float' ('integer')
9- delivery / delivery.carrier / return_label_on_delivery (boolean): NEW
14+ # NOTHING TO DO: ORM/PG does the switch automatically
15+
1016delivery / sale.order / delivery_price (float) : DEL
17+ # NOTHING TO DO: There's no carrier selection now in sale.order, only via wizard, so no computed price is shown in header
18+
1119delivery / sale.order / invoice_shipping_on_delivery (boolean): DEL
12- # NOTHING TO DO
20+ # NOTHING TO DO: The control for adding delivery line on picking is done with delivery.carrier.invoice_policy
1321
1422delivery / sale.order / recompute_delivery_price (boolean): NEW
15- # DONE: post-migration: marked as True if it has carrier
23+ # DONE: post-migration: marked as True if it has carrier and still quotation, for having the button "Update shipping cost" as highlighted
1624
1725---XML records in module 'delivery'---
1826NEW ir.ui.view: delivery.choose_delivery_carrier_view_form
@@ -21,7 +29,7 @@ NEW ir.ui.view: delivery.sale_order_portal_content_inherit_sale_stock_inherit_we
2129NEW ir.ui.view: delivery.vpicktree_view_tree
2230DEL ir.ui.view: delivery.assets_backend
2331DEL ir.ui.view: delivery_hs_code.product_template_hs_code
24- # NOTHING TO DO
32+ # NOTHING TO DO: noupdate="0" records
2533
2634DEL mail.template: delivery.mail_template_data_delivery_confirmation [renamed to stock module] (noupdate)
2735# NOTHING TO DO: handled in stock
0 commit comments