credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #05435
[Merge] lp:~sylvain-legal/openupgrade-addons/7.0-procurement into lp:openupgrade-addons
Sylvain LE GAL (GRAP) has proposed merging lp:~sylvain-legal/openupgrade-addons/7.0-procurement into lp:openupgrade-addons.
Requested reviews:
OpenUpgrade Committers (openupgrade-committers)
For more details, see:
https://code.launchpad.net/~sylvain-legal/openupgrade-addons/7.0-procurement/+merge/184206
[ADD] 'procurement' analysis. (no change. no script migration)
--
https://code.launchpad.net/~sylvain-legal/openupgrade-addons/7.0-procurement/+merge/184206
Your team OpenUpgrade Committers is requested to review the proposed merge of lp:~sylvain-legal/openupgrade-addons/7.0-procurement into lp:openupgrade-addons.
=== added file 'procurement/migrations/7.0.1.0/openupgrade_analysis_work.txt'
--- procurement/migrations/7.0.1.0/openupgrade_analysis_work.txt 1970-01-01 00:00:00 +0000
+++ procurement/migrations/7.0.1.0/openupgrade_analysis_work.txt 2013-09-05 22:31:42 +0000
@@ -0,0 +1,34 @@
+---Fields in module 'procurement'---
+# Ignore, no existing data to push as messages
+procurement / procurement.order / message_ids (one2many) : NEW relation: mail.message
+
+# Ignore, change type.
+procurement / procurement.order / name (char) : type is now 'text' ('char')
+
+### Not a new field. 'type' field was in 'product' module before with the selection keys.
+# Ref 6.1. addons/product/product.py
+# Ref 7.0. addons/procurements/procurement.py
+procurement / product.template / type (False) : NEW selection_keys: ['consu', 'product', 'service'], mode: modify
+
+
+---XML records in module 'procurement'---
+
+### Ignore workflow records
+DEL workflow.activity: procurement.act_produce_check
+DEL workflow.activity: procurement.act_produce_service
+
+NEW workflow.transition: procurement.trans_confirm_mto_make_done
+DEL workflow.transition: procurement.trans_confirm_mto_produce_check
+DEL workflow.transition: procurement.trans_confirm_mto_purchase
+DEL workflow.transition: procurement.trans_produce_service_cancel
+DEL workflow.transition: procurement.trans_produce_service_make_done
+DEL workflow.transition: procurement.trans_product_check_produce_service
+
+### Ignore interface and access records
+NEW ir.actions.act_window: procurement.product_open_orderpoint
+DEL ir.actions.act_window: procurement.act_product_product_2_stock_warehouse_orderpoint
+
+NEW ir.ui.view: procurement.product_form_view_procurement_button
+NEW ir.ui.view: procurement.product_search_form_view_procurment
+NEW ir.ui.view: procurement.product_template_form_view_procurement
+DEL ir.ui.view: procurement.product_normal_form_view
=== added file 'procurement/migrations/7.0.1.0/user_notes.txt'
--- procurement/migrations/7.0.1.0/user_notes.txt 1970-01-01 00:00:00 +0000
+++ procurement/migrations/7.0.1.0/user_notes.txt 2013-09-05 22:31:42 +0000
@@ -0,0 +1,1 @@
+Nothing to do for 'procurement' module.
Follow ups