Merge lp:~akretion-team/openupgrade-addons/61-to-70-delivery into lp:openupgrade-addons

Proposed by Alexis de Lattre
Status: Merged
Approved by: Holger Brunn (Therp)
Approved revision: no longer in the source branch.
Merged at revision: 8170
Proposed branch: lp:~akretion-team/openupgrade-addons/61-to-70-delivery
Merge into: lp:openupgrade-addons
Diff against target: 33 lines (+29/-0)
1 file modified
delivery/migrations/7.0.1.0/openupgrade_analysis_work.txt (+29/-0)
To merge this branch: bzr merge lp:~akretion-team/openupgrade-addons/61-to-70-delivery
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) Approve
Pedro Manuel Baeza code review Approve
Review via email: mp+221920@code.launchpad.net

Description of the change

Add work file for delivery module for 6.1 to 7.0 migration. This analysis shows that we don't need to write scripts for delivery.

To post a comment you must log in.
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

LGTM

review: Approve (code review)
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

Anyone can confirm that there's nothing to do to proceed with the merge?

Revision history for this message
Holger Brunn (Therp) (hbrunn) wrote :

Yes, in the end it's the same table, so data-wise indeed nothing to do I think.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'delivery/migrations/7.0.1.0/openupgrade_analysis_work.txt'
2--- delivery/migrations/7.0.1.0/openupgrade_analysis_work.txt 1970-01-01 00:00:00 +0000
3+++ delivery/migrations/7.0.1.0/openupgrade_analysis_work.txt 2014-06-03 16:40:52 +0000
4@@ -0,0 +1,29 @@
5+---Fields in module 'delivery'---
6+# Removed id field definition => nothing to do
7+delivery / sale.order / id (integer) : DEL
8+
9+# weight_uom_id is a new readonly field just to indicate kg in the form view of picking => nothing to to
10+delivery / stock.move / weight_uom_id (many2one) : NEW relation: product.uom, required: required, req_default: function
11+
12+# weight_uom_id is a new readonly field just to indicate kg in the form view of picking => nothing to do
13+delivery / stock.picking / weight_uom_id (many2one) : NEW relation: product.uom, required: required, req_default: function
14+
15+# These fields are NOT new ; they are just defined on stock.picking.out to solve the stock.picking.in/.out mess in v7
16+delivery / stock.picking.out / carrier_id (many2one) : NEW relation: delivery.carrier
17+delivery / stock.picking.out / carrier_tracking_ref (char) : NEW
18+delivery / stock.picking.out / number_of_packages (integer) : NEW
19+delivery / stock.picking.out / volume (float) : NEW
20+---XML records in module 'delivery'---
21+DEL ir.actions.act_window: delivery.action_define_delivery_steps
22+DEL ir.actions.act_window: delivery.action_delivery_carrier_form1
23+DEL ir.actions.act_window: delivery.action_delivery_cost
24+DEL ir.actions.todo: delivery.delivery_method_form_view_todo
25+DEL ir.actions.todo: delivery.todo_define_delivery_steps
26+NEW ir.ui.view: delivery.view_picking_withcarrier_in_form
27+DEL ir.ui.view: delivery.define_delivery_steps_form
28+DEL ir.ui.view: delivery.edit_project_multicompany
29+DEL ir.ui.view: delivery.view_make_delivery_wizard
30+DEL ir.ui.view: delivery.view_move_reception_picking_withweight_form
31+DEL ir.ui.view: delivery.view_picking_withcarrier_out_move_form
32+DEL ir.ui.view: delivery.view_picking_withweight_in_form
33+DEL ir.ui.view: delivery.view_picking_withweight_in_move_form

Subscribers

People subscribed via source and target branches