TIP: You can type at any time to perform a new search.
Real costs in manufacturing orders
mrp_production_real_cost · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Manufacturing
- Folder size
- 0.29 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:03:07
- Authors
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun IngenierÃa S.L., OdooMRP team
- Maintainers
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun IngenierÃa S.L., OdooMRP team
- Committers
- Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, Daniel Dico, oca-travis, agaldona, Antonio Espinosa, oihane, Mauro
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp.mrp_production_form_view_costs |
mrp.production.form.view.costs | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp_production_form_view_real_costs |
mrp.production.form.view.real.costs | mrp.production | form | Inherits mrp.mrp_production_form_view_costs |
mrp_production_tree_view_real_costs |
mrp.production.tree.real.costs | mrp.production | tree | Inherits mrp.mrp_production_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
analytic_line_idsOne2many → account.analytic.linecomodel_name='account.analytic.line'inverse_name='mrp_production_id'string='Cost Lines' -
real_costFloatcompute='_compute_real_cost'store=True args: 'Total Real Cost' -
unit_real_costFloatcompute='_compute_real_cost'store=True args: 'Unit Real Cost'
-
action_production_end(self)@api.multi
New fields (2)
-
post_costFloatargs: 'Post-Operation Cost' -
pre_costFloatargs: 'Pre-Operation Cost'
-
action_done(self)@api.multi -
action_start_working(self)@api.multi
New fields (0)
No new fields.
Public methods (1)-
write(self, vals)@api.multiRecreate costs when updating manually the uptime.
New fields (0)
No new fields.
Public methods (3)-
action_done(self)@api.multi -
get_price_unit(self, move)@api.model -
product_price_update_production_done(self)@api.multi