Hi,
we have several shipping methods (air / sea freight) and the data which is important is:
Length * width * height of cartons and it's weight.
How would we implement these prices and their calculation in Odoo?
Thanks, Chris
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
we have several shipping methods (air / sea freight) and the data which is important is:
Length * width * height of cartons and it's weight.
How would we implement these prices and their calculation in Odoo?
Thanks, Chris
try to use landed cost
i make a movie explain how to use this module:
http://www.jointd.com/?p=2318 ,but it's chinese :)
Yes Odoo can do that
with the module https://www.odoo.com/apps/modules/online/website_sale_delivery/
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 24
|
93 | ||
|
0
Apr 24
|
208 | ||
|
0
Nov 23
|
345 | ||
|
2
Jul 17
|
3918 | ||
|
0
Mar 15
|
2532 |
@Chris,
I recommend making sure you've got the warehouse app/module installed and then making sure you've got technical features ticked in your user settings:
Settings >> Users >> [Your username here - eg. Administrator] > Tick 'Technical Features'
you'll then need to refresh your browser.
Once you've done this go to:
Settings >> Sales >> Default Options >> [Tick 'Allow adding shipping costs'] > and then Save
and then:
Warehouse >> Delivery >> Delivery Pricelist >> Create >> Add an Item [in the 'Grid Definition' area]
To add these charges to a quotation for example go to:
Sales >> Quotations >> [Create New Quotation] >> Delivery Method
I think this should be what you're looking for as it is an implementation of table rates, or matrix rates. Alternatively there are a number of shipping connectors that have been built in the community so far that connect to UPS, FedEx, etc. via their respective API's.