-
-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[17.0][OU-ADD] crm: Migration to 17.0
- Loading branch information
1 parent
b88554d
commit afcea3b
Showing
2 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
16 changes: 0 additions & 16 deletions
16
openupgrade_scripts/scripts/crm/17.0.1.8/post-migration.py
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
openupgrade_scripts/scripts/crm/17.0.1.8/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |