Stock Orderpoint Mto As Mts

stock_orderpoint_mto_as_mts
REPOSITORY
REPOSITORYOCA/stock-logistics-orderpoint
GIT
GIThttps://github.com/OCA/stock-logistics-orderpoint.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-orderpoint/tree/18.0/stock_orderpoint_mto_as_mts
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYOperations/Inventory/Delivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-orderpoint
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_route_mto
OCA/server-tools:
    - base_partition
OCA/stock-logistics-orderpoint:
    - stock_orderpoint_default_location
OCA/stock-logistics-warehouse:
    - stock_route_mto
odoo/odoo:
    - base
    - stock
    - product
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits stock.view_warehouse
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.

REPOSITORY
REPOSITORYOCA/stock-logistics-orderpoint
GIT
GIThttps://github.com/OCA/stock-logistics-orderpoint.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-orderpoint/tree/16.0/stock_orderpoint_mto_as_mts
VERSION
VERSION 1.3.1
CATEGORY
CATEGORYOperations/Inventory/Delivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, Michael Tietz, oca-ci, Quoc Duong, Tran Anh Tuan
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-orderpoint
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_route_mto
OCA/server-tools:
    - base_partition
OCA/stock-logistics-orderpoint:
    - stock_orderpoint_default_location
OCA/stock-logistics-warehouse:
    - stock_route_mto
odoo/odoo:
    - base
    - stock
    - product
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_warehouse_form_view_inherit stock.warehouse.form.view.inherit stock.warehouse field Inherits stock.view_warehouse
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 (3)
  • archive_orderpoints_mto_removal Boolean
    default=False
  • mto_as_mts Boolean
    help='Manage MTO by orderpoint' inverse='_inverse_mto_as_mts'
  • mto_orderpoint_trigger Selection
    default='auto' help='Orderpoint trigger for any newly automaticaly created orderpoint. Existing orderpoints need to be manually changed' args: [('auto', 'Auto'), ('manual', 'Manual')]
Public methods (0)

No public methods.