Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing
Folder size
0.17 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), Eficent, John Walsh
Maintainers
sergiocorato
Committers
Holger Brunn, sergiocorato, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
- mrp
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_template_property_form product.template.form - mrp_mto_with_stock extension product.template form Inherits stock.view_template_property_form
view_warehouse_mrp_with_stock stock.warehouse Inherits mrp.view_warehouse_inherit_mrp
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (3)
  • action_assign(self)
    @api.multi
    Reserves available products to the production order but also creates procurements for more items if we cannot reserve enough (MTO with stock). @returns True
  • get_mto_qty_to_procure(self, move)
    @api.multi
  • run_procurement(self, move, qty, mto_with_no_move_dest_id)
    @api.multi

New fields (1)
  • mrp_mts_mto_location_ids Many2many → stock.location
    comodel_name='stock.location' help='These manufacturing locations will create procurements when there is no stock availale in the source location.' string='Manufacturing MTO/MTS Locations'
Public methods (0)

No public methods.

New fields (1)
  • mrp_mto_mts_forecast_qty Boolean
    help="When you use Mrp_mto_with_stock, the procurement creation is based on reservable stock by default. Check this option if you prefer base it on the forecast stock. In this case, the created procurements won't be linked to the raw material moves" string='MRP MTO with forecast stock'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…