Can anyone help me calcualte freight costs for shipping for a sales order?
In order to calculate the freight costs I need the type of vehicle that will be used, the type of product, and the origin-desination (distance) (3 variables), and I have al the data in a spreadsheet, and I add the value manually when invoicing the client.
How could I integrate this calculation in odoo? Would it be better to take it as a product or as a service?
Let me show you an example for product type A.
Route | Cost in a Van | Cost in a truck |
A-B | 1.5 $ | 1.0$ |
A-C | 2.0$ | 2.35$ |
A-D | 3.0$ | 3.5$ |
The data will change according to the type of product.
Could you give me any recommendations?
I hope I was clear enoug :).