TIP: You can type at any time to perform a new search.
Manufacturing Analytic Items
mrp_account_analytic · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- 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:09:18
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Daniel Reis, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
custom_account_analytic_line_filter_view |
account.analytic.line.custom.filter | account.analytic.line | Inherits analytic.view_account_analytic_line_filter | |
custom_account_analytic_line_form_ext |
account.analytic.line.custom.form | account.analytic.line | form | Inherits analytic.view_account_analytic_line_form |
custom_account_analytic_line_tree_ext |
account.analytic.line.custom.tree | account.analytic.line | tree | Inherits analytic.view_account_analytic_line_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
manufacturing_order_idMany2one → mrp.productionstring='Related Manufacturing Order' args: 'mrp.production' -
stock_move_idMany2one → stock.movestring='Related Stock Move' args: 'stock.move' -
workorder_idMany2one → mrp.workorderstring='Work Order' args: 'mrp.workorder'
No public methods.
New fields (0)
No new fields.
Public methods (3)-
create(self, vals_list)@api.model_create_multi -
generate_mrp_work_analytic_line(self) -
write(self, vals)
New fields (0)
No new fields.
Public methods (3)-
create(self, vals_list)@api.model_create_multi -
generate_mrp_raw_analytic_line(self)Generate Analytic Lines. One Analytic Item for each Stock Move line. If the Stock Move is updated, the existing Analytic Item is updated. -
write(self, vals)When material is consumed, generate Analytic Items
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
Loading…
Loading…