File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
addons/mrp_account/migrations/13.0.1.0
odoo/openupgrade/doc/source Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ ---Models in module 'mrp_account'---
2+ ---Fields in module 'mrp_account'---
3+ mrp_account / mrp.production / extra_cost (float) : NEW
4+ mrp_account / mrp.workcenter / costs_hour_account_id (many2one): NEW relation: account.analytic.account
5+ mrp_account / mrp.workcenter.productivity / cost_already_recorded (boolean): NEW
6+ # NOTHING TO DO: New feature
7+
8+ ---XML records in module 'mrp_account'---
9+ NEW ir.actions.server: mrp_account.action_compute_price_bom_product [renamed from mrp_bom_cost module]
10+ NEW ir.actions.server: mrp_account.action_compute_price_bom_template [renamed from mrp_bom_cost module]
11+ DEL ir.actions.server: mrp_bom_cost.action_compute_price_bom_product [renamed to mrp_account module]
12+ DEL ir.actions.server: mrp_bom_cost.action_compute_price_bom_template [renamed to mrp_account module]
13+ # Done: in a base module we mrp_bom_cost merged into mrp_account
14+
15+ NEW ir.model.access: mrp_account.access_mrp_bom_invoice_bom
16+ NEW ir.model.access: mrp_account.access_mrp_bom_line_invoice_bom
17+ NEW ir.ui.view: mrp_account.mrp_production_form_view_inherited
18+ NEW ir.ui.view: mrp_account.product_product_ext_form_view2
19+ NEW ir.ui.view: mrp_account.product_product_view_form_normal_inherit_extended
20+ NEW ir.ui.view: mrp_account.product_variant_easy_edit_view_bom_inherit
21+ DEL ir.ui.view: mrp_bom_cost.product_product_ext_form_view2
22+ DEL ir.ui.view: mrp_bom_cost.product_product_view_form_normal_inherit_extended
23+ DEL ir.ui.view: mrp_bom_cost.product_variant_easy_edit_view_bom_inherit
24+ # NOTHING TO DO
Original file line number Diff line number Diff line change @@ -435,9 +435,9 @@ missing in the new release are marked with |del|.
435435+----------------------------------------------+-------------------------------------------------+
436436| mrp | Done |
437437+----------------------------------------------+-------------------------------------------------+
438- | |new | mrp_account | |
438+ | |new | mrp_account | Nothing to do |
439439+----------------------------------------------+-------------------------------------------------+
440- | |del | mrp_bom_cost | |
440+ | |del | mrp_bom_cost | Done. Merged into mrp_account |
441441+----------------------------------------------+-------------------------------------------------+
442442| |del | mrp_byproduct | Done. Merged into mrp |
443443+----------------------------------------------+-------------------------------------------------+
You can’t perform that action at this time.
0 commit comments