| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 734 |
| Technical Name |
partner_warehouse_distance |
| License | OPL-1 |
| Versions | 16.0 17.0 18.0 19.0 |
With this app, you can calculate the distance from the warehouse to the customerâs shipping address using both straight-line (as-the-crow-flies) and road distance.
After calculating the distance, you can define a delivery price rule based on that distance.

Configuration.
1. Mapbox Access Token
- This app uses the Mapbox API to find partner's geolocate and calculate road distance. You need to provide a Mapbox access token.


- Basically, You also can use "Open Stree Map" and "Google Place Map" to find the partner's geolocate, and use Mapbox to calculate road distance.
- You need to access the Mapbox dashboard to get the access token.

- Mapbox offers 100K free requests per month. You can access the link below to learn more about Mapbox pricing.
https://www.mapbox.com/pricing#navigation
2. Straight-line distance (as-the-crow-flies)
- If you donât provide a Mapbox access token, and would like to calculate the road distance based on the straight-line distance using the formula below.
Road distance = straight-line distance + (straight-line distance à percentage adjustment)
- You can change the percentage adjustment in the system parameters.
Workflow.
1. Compute the distance from the customerâs address to the warehouse addresses.
- After installing the app, if you want to use the Mapbox API, go to the General Settings and enter the Mapbox access token.

- If you want to calculate the road distance based on straight-line distance, you donât need to enter a Mapbox access token.
but you if want to find the partner's geolocate by using Mapbox API, you have to provide Mapbox access token.
- Enable the âPartner: Compute Warehouse Distanceâ scheduled action.

- This scheduled action will automatically update the distance when the customer address or warehouse address is updated.
- In the partner form view, it will display a list of distances from the customerâs address to all warehouses in the system.

- You can click the "Compute Road Distance" button to recalculate the distance for a specific partner.

- Select multiple warehouse and road distance type.
2. Create delivery price rule based on road distance.
- Go to delivery method form view and add a delivery price rule

- You can select the kilometer condition and combine "AND" / "OR" conditions for the delivery price rule.
- You can select kilometer or additional kilometer in the variable factor.


- Note: This app extends the "Advance Delivery Price Rule" app. Please refer to the link below for more details.
https://apps.odoo.com/apps/modules/19.0/advance_delivery_price_rule
Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Please log in to comment on this module