Account Move Line Mrp Info

account_move_line_mrp_info
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/account_move_line_mrp_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacture
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - account_move_line_stock_info
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the manufacturing orders and unbuild orders to the
account move lines that it generates.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production xpath Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild xpath Inherits mrp.mrp_unbuild_form_view
view_account_move_line_filter account.move.line.filter - account_move_line_mrp_info account.move.line field Inherits account.view_account_move_line_filter
view_move_line_form account.move.line.form account.move.line field Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree - account_move_line_mrp_info account.move.line field Inherits account.view_move_line_tree
Models touched (3)

New fields (3)
  • mrp_production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_mrp_production' store=True string='Manufacturing Order'
  • mrp_workcenter_productivity_ids One2many → mrp.workcenter.productivity
    comodel_name='mrp.workcenter.productivity' inverse_name='account_move_line_id'
  • unbuild_id Many2one → mrp.unbuild
    comodel_name='mrp.unbuild' compute='_compute_mrp_unbuild' store=True string='Unbuild Order'
Public methods (0)

No public methods.

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='mrp_production_id'
Public methods (1)
  • view_journal_items(self)

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='unbuild_id'
Public methods (1)
  • view_journal_items(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/17.0/account_move_line_mrp_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacture
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Carlos Vallés Fuster
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - account_move_line_stock_info
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the manufacturing orders and unbuild orders to the
account move lines that it generates.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production xpath Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild xpath Inherits mrp.mrp_unbuild_form_view
view_account_move_line_filter account.move.line.filter - account_move_line_mrp_info account.move.line field Inherits account.view_account_move_line_filter
view_move_line_form account.move.line.form account.move.line field Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree - account_move_line_mrp_info account.move.line field Inherits account.view_move_line_tree
Models touched (3)

New fields (2)
  • mrp_production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_mrp_production' store=True string='Manufacturing Order'
  • unbuild_id Many2one → mrp.unbuild
    comodel_name='mrp.unbuild' compute='_compute_mrp_unbuild' store=True string='Unbuild Order'
Public methods (0)

No public methods.

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='mrp_production_id'
Public methods (1)
  • view_journal_items(self)

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='unbuild_id'
Public methods (1)
  • view_journal_items(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/account_move_line_mrp_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacture
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - account_move_line_stock_info
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production xpath Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild xpath Inherits mrp.mrp_unbuild_form_view
view_account_move_line_filter account.move.line.filter - account_move_line_mrp_info account.move.line field Inherits account.view_account_move_line_filter
view_move_line_form account.move.line.form account.move.line field Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree - account_move_line_mrp_info account.move.line field Inherits account.view_move_line_tree
Models touched (3)

New fields (2)
  • mrp_production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_mrp_production' store=True string='Manufacturing Order'
  • unbuild_id Many2one → mrp.unbuild
    comodel_name='mrp.unbuild' compute='_compute_mrp_unbuild' store=True string='Unbuild Order'
Public methods (0)

No public methods.

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='mrp_production_id'
Public methods (1)
  • view_journal_items(self)

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='unbuild_id'
Public methods (1)
  • view_journal_items(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/15.0/account_move_line_mrp_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacture
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:36
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - account_move_line_stock_info
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production xpath Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild xpath Inherits mrp.mrp_unbuild_form_view
view_account_move_line_filter account.move.line.search account.move.line field Inherits account.view_account_move_line_filter
view_move_line_form account.move.line.form account.move.line field Inherits account.view_move_line_form
Models touched (3)

New fields (2)
  • mrp_production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_mrp_production' store=True string='Manufacturing Order'
  • unbuild_id Many2one → mrp.unbuild
    comodel_name='mrp.unbuild' compute='_compute_mrp_unbuild' store=True string='Unbuild Order'
Public methods (0)

No public methods.

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='mrp_production_id'
Public methods (1)
  • view_journal_items(self)

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='unbuild_id'
Public methods (1)
  • view_journal_items(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/14.0/account_move_line_mrp_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacture
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSMiquel Raïch, oca-travis, Weblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - account_move_line_stock_info
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production xpath Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild xpath Inherits mrp.mrp_unbuild_form_view
view_move_line_form account.move.line.form account.move.line field Inherits account.view_move_line_form
Models touched (3)

New fields (2)
  • mrp_production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_mrp_production' store=True string='Manufacturing Order'
  • unbuild_id Many2one → mrp.unbuild
    comodel_name='mrp.unbuild' compute='_compute_mrp_unbuild' store=True string='Unbuild Order'
Public methods (0)

No public methods.

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='mrp_production_id'
Public methods (1)
  • view_journal_items(self)

New fields (1)
  • account_move_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False inverse_name='unbuild_id'
Public methods (1)
  • view_journal_items(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/manufacture
PULL REQUEST
PULL REQUEST[19.0][MIG] account_move_line_mrp_info (#1691)