Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.1.0
Category
Warehouse
Folder size
0.43 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Stefan Rijnhart, Sébastien Alix, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
product_route_profile_internal_resupply
Description
This module replaces the initial concept of route_ids with a new concept
of "route profile", coming with a company-specific and priority route
profile.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
route_profile_form route.profile.form route.profile form New
route_profile_tree route.profile.list route.profile list New
view_template_route_profile_form product.template.route.profile.form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • force_route_profile_id Many2one → route.profile
    company_dependent=True help='If defined, the priority route profile will be used and will replace the route profile, only for this company.' string='Priority Route Profile' args: 'route.profile'
  • route_ids Many2many
    compute='_compute_route_ids' inverse='_inverse_route_ids' search='_search_route_ids' store=False
  • route_profile_id Many2one → route.profile
    string='Route Profile' args: 'route.profile'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (4)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> required=False
  • name Char
  • product_ids One2many → product.template
    comodel_name='product.template' inverse_name='route_profile_id' string='Products (default)'
  • route_ids Many2many → stock.route
    comodel_name='stock.route' domain=<expr> string='Routes'
Public methods (0)

No public methods.

New fields (2)
  • product_ids Many2many
    compute='_compute_product_ids' inverse='_inverse_product_ids' search='_search_product_ids' store=False
  • route_profile_ids Many2many → route.profile
    comodel_name='route.profile' string='Route Profiles'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…