Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules
Folder size
0.42 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:17:43
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
GitHub, David Beal, Simone Rubino, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_production_lot_form mrp.production form Inherits mrp.mrp_production_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • lot_id Many2one → stock.production.lot
    default=_get_default_lot args: 'stock.production.lot', 'Lot'
Public methods (0)

No public methods.

New fields (1)
  • lot_id Many2one → stock.production.lot
    index=True args: 'stock.production.lot', 'Lot'
Public methods (1)
  • button_plan(self)
    @api.multi
    We passe the production.id in the context so you can easily retrieve the production information during the process that generate the line of needed for the production order. For exemple, in the method explode() of 'mrp.bom', you can read the information of the production order to customise the needed.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_explode(self)

New fields (1)
  • mrp_production_ids One2many → mrp.production
    string='Production Order' args: 'mrp.production', 'lot_id'
Public methods (1)
  • unlink(self)
    @api.multi