Repository
odoo/odoo · module folder
Module version
1.0
Category
Supply Chain/Manufacturing
Folder size
0.1 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-08 22:45:29
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Raphael Collet, Odoo Translation Bot, Arnold Moyaux, Julien Castiaux, Tiffany Chang (tic), Gorash, Roy Le, Dylan Kiss (dyki), kcv-odoo, nihp-odoo, lase
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
project_mrp_stock_landed_costs
Description
This module allows you to easily add extra costs on manufacturing order 
and decide the split of these costs among their stock moves in order to 
take them into account in your stock valuation.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_mrp_landed_costs_form mrp.landed.cost.form stock.landed.cost form Inherits stock_landed_costs.view_stock_landed_cost_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • mrp_production_ids Many2many → mrp.production
    copy=False groups='stock.group_stock_manager' string='Manufacturing order' args: 'mrp.production'
  • target_model Selection
    ondelete={'manufacturing': 'set default'} selection_add=[('manufacturing', 'Manufacturing Orders')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…