Skip to content

Commit

Permalink
[MIG] crm: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acpMicrocom committed Oct 28, 2024
1 parent b2f4cfe commit 63730ea
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| contacts | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| crm | | |
| crm | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| crm_iap_enrich | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
28 changes: 28 additions & 0 deletions openupgrade_scripts/scripts/crm/17.0.1.8/upgrade_analysis_work.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---Models in module 'crm'---
---Fields in module 'crm'---
crm / crm.lead / activity_user_id (many2one) : not related anymore
crm / crm.lead / activity_user_id (many2one) : now a function
crm / crm.lead / date_action_last (datetime) : DEL
crm / crm.lead / date_automation_last (datetime): NEW
crm / crm.lead / email_domain_criterion (char) : NEW isfunction: function, stored
crm / crm.lead / message_main_attachment_id (many2one): DEL relation: ir.attachment
crm / crm.lead / rating_ids (one2many) : NEW relation: rating.rating
crm / crm.lead / recurring_revenue_prorated (float): NEW isfunction: function, stored
# NOTHING TO DO:

---XML records in module 'crm'---
NEW ir.actions.act_window: crm.mail_activity_plan_action_lead
DEL ir.actions.server: crm.action_mark_as_lost
NEW ir.model.access: crm.access_crm_activity_report_salesman
NEW ir.model.access: crm.access_mail_activity_plan_sale_manager
NEW ir.model.access: crm.access_mail_activity_plan_template_sale_manager
# NOTHING TO DO:

NEW ir.rule: crm.mail_plan_rule_group_sale_manager_lead (noupdate)
NEW ir.rule: crm.mail_plan_templates_rule_group_sale_manager_lead (noupdate)
# NOTHING TO DO: Handled by ORM

NEW ir.ui.menu: crm.mail_activity_plan_menu_config_lead
NEW ir.ui.view: crm.crm_lead_view_tree_opportunity_reporting
NEW ir.ui.view: crm.res_partner_view_form_simple_form
# NOTHING TO DO:

0 comments on commit 63730ea

Please sign in to comment.