TIP: You can type at any time to perform a new search.
sale_order_lot_mrp
sale_order_lot_mrp · OCA/sale-workflow
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.production.lotdefault=_get_default_lot args: 'stock.production.lot', 'Lot'
No public methods.
New fields (1)
-
lot_idMany2one → stock.production.lotindex=True args: 'stock.production.lot', 'Lot'
-
button_plan(self)@api.multiWe 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_idsOne2many → mrp.productionstring='Production Order' args: 'mrp.production', 'lot_id'
-
unlink(self)@api.multi