TIP: You can type at any time to perform a new search.
Product Route Profile
product_route_profile · OCA/stock-logistics-warehouse
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → route.profilecompany_dependent=Truehelp='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_idsMany2manycompute='_compute_route_ids'inverse='_inverse_route_ids'search='_search_route_ids'store=False -
route_profile_idMany2one → route.profilestring='Route Profile' args: 'route.profile'
-
create(self, vals_list)@api.model_create_multi
New fields (4)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>required=False -
nameChar -
product_idsOne2many → product.templatecomodel_name='product.template'inverse_name='route_profile_id'string='Products (default)' -
route_idsMany2many → stock.routecomodel_name='stock.route'domain=<expr>string='Routes'
No public methods.
New fields (2)
-
product_idsMany2manycompute='_compute_product_ids'inverse='_inverse_product_ids'search='_search_product_ids'store=False -
route_profile_idsMany2many → route.profilecomodel_name='route.profile'string='Route Profiles'
No public methods.
Loading…
Loading…
Loading…
Loading…