Skip to content

Commit

Permalink
Merge pull request #2754 from kos94ok-3D/13.0-mig-mrp_account
Browse files Browse the repository at this point in the history
[13.0][MIG] mrp_account and mrp_bom_cost
  • Loading branch information
pedrobaeza authored Jun 6, 2021
2 parents bea54f0 + 9ad081f commit a8f2914
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---Models in module 'mrp_account'---
---Fields in module 'mrp_account'---
mrp_account / mrp.production / extra_cost (float) : NEW
mrp_account / mrp.workcenter / costs_hour_account_id (many2one): NEW relation: account.analytic.account
mrp_account / mrp.workcenter.productivity / cost_already_recorded (boolean): NEW
# NOTHING TO DO: New feature

---XML records in module 'mrp_account'---
NEW ir.actions.server: mrp_account.action_compute_price_bom_product [renamed from mrp_bom_cost module]
NEW ir.actions.server: mrp_account.action_compute_price_bom_template [renamed from mrp_bom_cost module]
DEL ir.actions.server: mrp_bom_cost.action_compute_price_bom_product [renamed to mrp_account module]
DEL ir.actions.server: mrp_bom_cost.action_compute_price_bom_template [renamed to mrp_account module]
# Done: in a base module we mrp_bom_cost merged into mrp_account

NEW ir.model.access: mrp_account.access_mrp_bom_invoice_bom
NEW ir.model.access: mrp_account.access_mrp_bom_line_invoice_bom
NEW ir.ui.view: mrp_account.mrp_production_form_view_inherited
NEW ir.ui.view: mrp_account.product_product_ext_form_view2
NEW ir.ui.view: mrp_account.product_product_view_form_normal_inherit_extended
NEW ir.ui.view: mrp_account.product_variant_easy_edit_view_bom_inherit
DEL ir.ui.view: mrp_bom_cost.product_product_ext_form_view2
DEL ir.ui.view: mrp_bom_cost.product_product_view_form_normal_inherit_extended
DEL ir.ui.view: mrp_bom_cost.product_variant_easy_edit_view_bom_inherit
# NOTHING TO DO
4 changes: 2 additions & 2 deletions odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
|mrp | Done |
+----------------------------------------------+-------------------------------------------------+
| |new| mrp_account | |
| |new| mrp_account | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
| |del| mrp_bom_cost | |
| |del| mrp_bom_cost | Done. Merged into mrp_account |
+----------------------------------------------+-------------------------------------------------+
| |del| mrp_byproduct | Done. Merged into mrp |
+----------------------------------------------+-------------------------------------------------+
Expand Down

0 comments on commit a8f2914

Please sign in to comment.