-
-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2754 from kos94ok-3D/13.0-mig-mrp_account
[13.0][MIG] mrp_account and mrp_bom_cost
- Loading branch information
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
addons/mrp_account/migrations/13.0.1.0/openupgrade_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,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 |
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