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
OCA/product-attribute:
OCA/server-tools:
OCA/stock-logistics-orderpoint:
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
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 IDNameModelTypeStatus
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_removal Boolean
    default=False
  • mto_as_mts Boolean
    inverse='_inverse_mto_as_mts'
Public methods (0)

No public methods.

Loading…