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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='mrp_production_id' string='Cost Lines'
  • real_cost Float
    compute='_compute_real_cost' store=True args: 'Total Real Cost'
  • unit_real_cost Float
    compute='_compute_real_cost' store=True args: 'Unit Real Cost'
Public methods (1)
  • action_production_end(self)
    @api.multi

New fields (2)
  • post_cost Float
    args: 'Post-Operation Cost'
  • pre_cost Float
    args: 'Pre-Operation Cost'
Public methods (2)
  • action_done(self)
    @api.multi
  • action_start_working(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)
    @api.multi
    Recreate 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