3be594fd25
Update the documentation based on V12. Real costing has changed to FIFO. The
setting to activate the landed costs have changed too. The screenshots were
not up to date anymore.
Remove old screenshots and compress screenshots added at 51b3e3030
39 lines
1.3 KiB
ReStructuredText
39 lines
1.3 KiB
ReStructuredText
============================================================================
|
|
How to integrate additional costs in the cost of the product? (landed costs)
|
|
============================================================================
|
|
|
|
Overview
|
|
========
|
|
|
|
The landed cost feature in Odoo allows to include additional costs (shipment,
|
|
insurance, customs duties, etc.) into the cost of the product.
|
|
|
|
.. note::
|
|
Landed costs can only be applied to products with a FIFO costing method and
|
|
an automated inventory valuation (which requires the accounting application
|
|
to be instealled).
|
|
|
|
Configuration
|
|
=============
|
|
|
|
|
|
First, you need to activate the landed costs feature in
|
|
:menuselection:`Inventory --> Configuration --> Settings`.
|
|
|
|
.. image:: media/landed_costs_v12_01.png
|
|
:align: center
|
|
|
|
Add costs to products
|
|
======================
|
|
|
|
Go in :menuselection:`Inventory --> Operations --> Landed Costs`and click on the
|
|
**Create** button. You then have to select the transfers on which you want to
|
|
attribute additional costs and the costs lines you want to add up. Once it's
|
|
done, click on the **Compute** button to see how the costs lines will be split
|
|
accross your transfers lines.
|
|
|
|
.. image:: media/landed_costs_v12_02.png
|
|
:align: center
|
|
|
|
To confirm, click on the **Validate** button.
|