Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacture
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, ThiagoMForgeFlow, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits mrp.mrp_production_form_view
mrp_unbuild_form_view mrp.unbuild form Inherits mrp.mrp_unbuild_form_view
view_account_move_line_filter account.move.line.filter - account_move_line_mrp_info account.move.line Inherits account.view_account_move_line_filter
view_move_line_form account.move.line.form account.move.line form Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree - account_move_line_mrp_info account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
219 days ago
Last activity
10 days ago
Repository
OCA/manufacture
Pull request
[19.0][MIG] account_move_line_mrp_info (#1691)