TIP: You can type at any time to perform a new search.
Account Move Line Mrp Info
account_move_line_mrp_info · OCA/manufacture
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → mrp.productioncomodel_name='mrp.production'compute='_compute_mrp_production'store=Truestring='Manufacturing Order' -
mrp_workcenter_productivity_idsOne2many → mrp.workcenter.productivitycomodel_name='mrp.workcenter.productivity'inverse_name='account_move_line_id' -
unbuild_idMany2one → mrp.unbuildcomodel_name='mrp.unbuild'compute='_compute_mrp_unbuild'store=Truestring='Unbuild Order'
No public methods.
New fields (1)
-
account_move_line_idsOne2many → account.move.linecomodel_name='account.move.line'copy=Falseinverse_name='mrp_production_id'
-
view_journal_items(self)
New fields (1)
-
account_move_line_idsOne2many → account.move.linecomodel_name='account.move.line'copy=Falseinverse_name='unbuild_id'
-
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)