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/
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
4月 25
|
293 | ||
|
0
4月 25
|
285 | ||
|
0
9月 24
|
641 | ||
|
0
4月 24
|
696 | ||
|
0
11月 23
|
765 |
@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.