Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:38:24
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
Odoo dependencies
odoo/odoo:
- mrp
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_production_workorder_form_view_inherit_update_components mrp.workorder.form mrp.workorder form Inherits mrp.mrp_production_workorder_form_view_inherit
view_mrp_workorder_new_line_form view_mrp_workorder_new_line_form mrp.workorder.new.line form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • action_new_line_wizard(self)

New fields (7)
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • lot_id Many2one → stock.production.lot
    domain="[('product_id', '=', product_id), ('company_id', '=', company_id)]" string='Lot/Serial Number' args: 'stock.production.lot'
  • original_line_qty Float
    digits='Product Unit of Measure' readonly=True required=True args: 'Original Quantity'
  • product_id Many2one → product.product
    readonly=True required=True args: 'product.product'
  • product_qty Float
    default=1.0 digits='Product Unit of Measure' required=True args: 'Quantity'
  • workorder_id Many2one → mrp.workorder
    check_company=True required=True args: 'mrp.workorder', 'Work Order'
  • workorder_line_id Many2one → mrp.workorder.line
    check_company=True required=True args: 'mrp.workorder.line', 'Work Order Line'
Public methods (2)
  • action_validate(self)
  • not_enought_qty_to_reserve(self, new_available_quantity)