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/
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
abr 25
|
268 | ||
|
0
abr 25
|
260 | ||
|
0
sept 24
|
633 | ||
|
0
abr 24
|
682 | ||
|
0
nov 23
|
753 |
@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.