Skip to content

Commit a8f2914

Browse files
authored
Merge pull request #2754 from kos94ok-3D/13.0-mig-mrp_account
[13.0][MIG] mrp_account and mrp_bom_cost
2 parents bea54f0 + 9ad081f commit a8f2914

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

odoo/openupgrade/doc/source/modules120-130.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
+----------------------------------------------+-------------------------------------------------+

0 commit comments

Comments
 (0)