Product Route Profile - Internal Resupply

product_route_profile_internal_resupply
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/product_route_profile_internal_resupply
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSSébastien Alix, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - product_route_profile
odoo/odoo:
    - stock
    - product
    - base
    - 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 allows to add dedicated Internal Supplies Routes on products,
which won't be included in the related route profile.

By default Odoo allows you to set different routes for a given product.
The 'Product Route Profile' module allows you to define profiles common to
multiple products, but you could need to configure internal routes that are
dedicated to some products (e.g. warehouse 'Retail Store' replenishes some
products from 'Warehouse 1' and others from 'Warehouse 2').

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_template_route_profile_internal_form product.template.route.profile.internal.form product.template xpath Inherits product.product_template_form_view
Models touched (4)

New fields (1)
  • internal_supply_ids Many2many → stock.route
    comodel_name='stock.route' domain=[('internal_supply', '=', True)] string='internal Supplies'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • internal_supply Boolean
    readonly=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.