File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
addons/sale_crm/migrations/13.0.1.0
odoo/openupgrade/doc/source Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ ---Models in module 'sale_crm'---
2+ new model crm.quotation.partner [transient]
3+ ---Fields in module 'sale_crm'---
4+ sale_crm / account.invoice / campaign_id (many2one) : DEL relation: utm.campaign
5+ sale_crm / account.invoice / medium_id (many2one) : DEL relation: utm.medium
6+ sale_crm / account.invoice / source_id (many2one) : DEL relation: utm.source
7+ # NOTHING TO DO: Already transferred on `sale` module
8+
9+ sale_crm / sale.order / campaign_id (many2one) : module is now 'sale' ('sale_crm')
10+ sale_crm / sale.order / medium_id (many2one) : module is now 'sale' ('sale_crm')
11+ sale_crm / sale.order / source_id (many2one) : module is now 'sale' ('sale_crm')
12+ # NOTHING TO DO: Already switched the module on `sale` one
13+
14+ ---XML records in module 'sale_crm'---
15+ NEW ir.actions.act_window: sale_crm.crm_quotation_partner_action
16+ NEW ir.actions.act_window: sales_team.crm_team_salesteams_act
17+ DEL ir.actions.act_window: sale_crm.sale_action_orders
18+ DEL ir.actions.act_window: sale_crm.sale_action_quotations
19+ NEW ir.ui.view: sale_crm.crm_quotation_partner_view_form
20+ NEW ir.ui.view: sale_crm.crm_team_salesteams_view_form_in_sale_crm
21+ NEW ir.ui.view: sale_crm.view_order_tree
22+ NEW ir.ui.view: sale_crm.view_quotation_tree
23+ # NOTHING TO DO: noupdate=0 ir records
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ missing in the new release are marked with |del|.
561561+----------------------------------------------+-------------------------------------------------+
562562| |new | sale_coupon_delivery | |
563563+----------------------------------------------+-------------------------------------------------+
564- | sale_crm | |
564+ | sale_crm | Nothing to do |
565565+----------------------------------------------+-------------------------------------------------+
566566| sale_expense | |
567567+----------------------------------------------+-------------------------------------------------+
You can’t perform that action at this time.
0 commit comments