TIP: You can type at any time to perform a new search.
Stock Orderpoint Mto As Mts
stock_orderpoint_mto_as_mts · OCA/stock-logistics-orderpoint
- Repository
- OCA/stock-logistics-orderpoint · module folder · Try on Runboat
- Module version
- 1.2.0
- Category
- Operations/Inventory/Delivery
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-orderpoint
- Last tracking update
- 2026-08-07 08:42:52
- Authors
- Camptocamp, Odoo Community Association (OCA), BCIM
- Maintainers
- Camptocamp, Odoo Community Association (OCA), BCIM
- Committers
- Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module aims to materialize the triggering of another stock rule through an orderpoint in the procurement of MTO products. The MTO route will loose it's MTO rule as this is replaced by the generated orderpoints. When a product is configured as MTO, then an orderpoint with min/max of zero is created. When the product is not anymore configured as MTO, the orderpoint can be automatically archived depending on the configuration you choose on the warehouse.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_warehouse_form_view_inherit |
stock.warehouse.form.view.inherit | stock.warehouse | form | Inherits stock.view_warehouse |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (1)-
write(self, vals)
New fields (0)
No new fields.
Public methods (1)-
create(self, vals_list)@api.model_create_multi
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (0)
No new fields.
Public methods (1)-
write(self, vals)
New fields (2)
-
archive_orderpoints_mto_removalBooleandefault=False -
mto_as_mtsBooleaninverse='_inverse_mto_as_mts'
No public methods.
Loading…