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

Subscribers

People subscribed via source and target branches