Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.0
Category
Manufacturing
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:47:35
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
dreispt
Committers
Daniel Reis, tafaRU, Weblate, OCA-git-bot, oca-travis, oca-git-bot
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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_view account.analytic.line.custom.form account.analytic.line form Inherits analytic.view_account_analytic_line_form
custom_mrp_production_form_view custom.mrp.production.form mrp.production form Inherits mrp.mrp_production_form_view
mrp_workcenter_form_view_custom mrp.workcenter.form.custom mrp.workcenter form Inherits mrp.mrp_workcenter_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (3)
  • manufacturing_order_id Many2one → mrp.production
    string='Related Manufacturing Order' args: 'mrp.production'
  • stock_move_id Many2one → stock.move
    string='Related Stock Move' args: 'stock.move'
  • workorder_id Many2one → mrp.workorder
    string='Work Order' args: 'mrp.workorder'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • generate_analytic_lines(self)
    Generate Analytic Lines for a MO

New fields (2)
  • analytic_product_id Many2one → product.product
    domain="[('is_cost_type', '=', True)]" string='Cost Type' args: 'product.product'
  • costs_hour Float
    compute='_compute_onchange_costs_hour' readonly=False store=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • generate_mrp_work_analytic_line(self)
    Generate Analytic Lines
  • write(self, vals)

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • generate_mrp_raw_analytic_line(self)
    Generate Analytic Lines
  • write(self, vals)
    When material is consumed, generate Analytic Items

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)