---Models in module 'mrp_account'---
---Fields in module 'mrp_account'---
mrp_account  / account.analytic.account / bom_ids (one2many)            : table is now 'account_analytic_account_mrp_bom_rel' ('False')
mrp_account  / account.analytic.account / bom_ids (one2many)            : type is now 'many2many' ('one2many')
mrp_account  / mrp.bom                  / analytic_account_id (many2one): DEL relation: account.analytic.account
# DONE: post-migration: Fill the m2m table with the old column analytic_account_id

mrp_account  / account.analytic.account / production_ids (one2many)     : table is now 'account_analytic_account_mrp_production_rel' ('False')
mrp_account  / account.analytic.account / production_ids (one2many)     : type is now 'many2many' ('one2many')
mrp_account  / mrp.production           / analytic_account_ids (many2many): NEW relation: account.analytic.account, isfunction: function, stored
# DONE: post-migration: Fill the m2m table with the old column analytic_account_id

mrp_account  / account.analytic.account / workcenter_ids (one2many)     : table is now 'account_analytic_account_mrp_workcenter_rel' ('False')
mrp_account  / account.analytic.account / workcenter_ids (one2many)     : type is now 'many2many' ('one2many')
mrp_account  / mrp.workcenter           / costs_hour_account_ids (many2many): NEW relation: account.analytic.account, isfunction: function, stored
# DONE: post-migration: Fill the m2m table with the old column costs_hour_account_id

mrp_account  / account.analytic.applicability / business_domain (False)       : NEW selection_keys: ['bill', 'expense', 'general', 'invoice', 'manufacturing_order', 'purchase_order'], mode: modify
# NOTHING TO DO: New feature for auto-apply analytic distributions to the manufacturing orders

mrp_account  / mrp.bom                  / analytic_distribution_search (json): NEW
mrp_account  / mrp.bom                  / analytic_distribution_text (text): NEW
mrp_account  / mrp.production           / analytic_distribution_search (json): NEW
mrp_account  / mrp.workcenter           / analytic_distribution_search (json): NEW
# NOTHING TO DO: Non stored fields coming from the mixin

mrp_account  / mrp.bom                  / analytic_precision (integer)  : NEW hasdefault: default
mrp_account  / mrp.production           / analytic_precision (integer)  : NEW hasdefault: default
mrp_account  / mrp.workcenter           / analytic_precision (integer)  : NEW hasdefault: default
# NOTHING TO DO: Default value from mixin seems OK.

mrp_account  / mrp.production           / analytic_account_id (many2one): DEL relation: account.analytic.account
mrp_account  / mrp.production           / analytic_distribution (json)  : NEW hasdefault: compute
# DONE: pre-migration: Convert analytic account to analytic distribution

mrp_account  / mrp.workcenter           / costs_hour_account_id (many2one): DEL relation: account.analytic.account
mrp_account  / mrp.workcenter           / analytic_distribution (json)  : NEW hasdefault: compute
# DONE: pre-migration: Convert analytic account to analytic distribution

mrp_account  / mrp.workcenter.productivity / cost_already_recorded (boolean): DEL
# NOTHING TO DO: Technical field that was used for filtering recorded times, but it's no longer needed (and that was an ugly patch)

mrp_account  / mrp.workorder            / mo_analytic_account_line_id (many2one): DEL relation: account.analytic.line
mrp_account  / mrp.workorder            / mo_analytic_account_line_ids (many2many): NEW relation: account.analytic.line
# DONE: post-migration: Convert m2o to m2m

mrp_account  / mrp.workorder            / wc_analytic_account_line_id (many2one): DEL relation: account.analytic.line
mrp_account  / mrp.workorder            / wc_analytic_account_line_ids (many2many): NEW relation: account.analytic.line
# DONE: post-migration: Convert m2o to m2m

mrp_account  / product.category         / property_stock_account_production_cost_id (many2one): NEW relation: account.account
# NOTHING TO DO: new possibility of granular stock accounting by produt category

---XML records in module 'mrp_account'---
NEW ir.actions.report: mrp_account.wip_report
NEW ir.ui.view: mrp_account.report_wip
NEW ir.ui.view: mrp_account.view_category_property_form
# NOTHING TO DO: ir noupdate=0 stuff
