|
| 1 | +---Models in module 'delivery'--- |
| 2 | +new model choose.delivery.carrier [transient] |
| 3 | +# NOTHING TO DO |
| 4 | + |
| 5 | +---Fields in module 'delivery'--- |
| 6 | +delivery / 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 | + |
| 10 | +delivery / 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 | + |
| 13 | +delivery / delivery.carrier / margin (integer) : type is now 'float' ('integer') |
| 14 | +# NOTHING TO DO: ORM/PG does the switch automatically |
| 15 | + |
| 16 | +delivery / 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 | + |
| 19 | +delivery / sale.order / invoice_shipping_on_delivery (boolean): DEL |
| 20 | +# NOTHING TO DO: The control for adding delivery line on picking is done with delivery.carrier.invoice_policy |
| 21 | + |
| 22 | +delivery / sale.order / recompute_delivery_price (boolean): NEW |
| 23 | +# DONE: post-migration: marked as True if it has carrier and still quotation, for having the button "Update shipping cost" as highlighted |
| 24 | + |
| 25 | +---XML records in module 'delivery'--- |
| 26 | +NEW ir.ui.view: delivery.choose_delivery_carrier_view_form |
| 27 | +NEW ir.ui.view: delivery.product_template_hs_code |
| 28 | +NEW ir.ui.view: delivery.sale_order_portal_content_inherit_sale_stock_inherit_website_sale_delivery |
| 29 | +NEW ir.ui.view: delivery.vpicktree_view_tree |
| 30 | +DEL ir.ui.view: delivery.assets_backend |
| 31 | +DEL ir.ui.view: delivery_hs_code.product_template_hs_code |
| 32 | +# NOTHING TO DO: noupdate="0" records |
| 33 | + |
| 34 | +DEL mail.template: delivery.mail_template_data_delivery_confirmation [renamed to stock module] (noupdate) |
| 35 | +# NOTHING TO DO: handled in stock |
0 commit comments