Skip to Content
Menu
This question has been flagged
1 Reply
5026 Views

Hello everybody, 

I'm trying to work with the stock landed costs module, I'm not sure if I'm missing something but after finish the purchase process and add some landed costs to that picking (validate landed costs) from this tutorial (https://www.odoo.com/forum/how-to/warehouse-management-6/how-can-i-assign-landed-costs-to-my-cost-price-55132).

  • I checked my real price cost for some of the related products and the price isn't changing, it stays at 0.00
  • I manually update the product quantity to 0 and update again to it's original value, and I got the change I needed for the product cost.

How to reproduce: 

  • New purchase_order_1 ($10500):
    • Product 1: 50 units, $10 each = $500
    • Product 2: 200 units, $50 each = $10000
  • Purchase and transfer to my warehouse WH/IN/00001
  • Add a new landed_cost_1 (total $1300)
    • Picking: WH/IN/00001
    • Accountant Journal: "Purchase Journal"
    • Add landed costs:
      • Transport: $800
      • Custom costs: $500
      • (Default) Divide the landed costs in 2, so $650 for Product 1, and $650 for Product 2
    • Compute, Save, Validate
  • Go to Warehouse/Product/Product 1 or Product 2 
    • The real cost price for Product 1 is: 0.00 <- it should be $23 = ($650/50)+$10
    • The real cost price for Product 2 is: 0.00 <- it should be $53.25 = ($650/200)+$50
  • At this point I goes to the inventory tab for Product 1 and 2 and manually updated the on hand product quantities to 0 and again to 50 and 200 for each product, after that, I got the good prices for each product.

So my question is, what am I missing? I'm not sure, but I think the product cost should automatically change when the landed cost is validate.. or, is there any other step after validate the landing cost?

Thanks for any reply

Cheers

Alejandro Perez

Avatar
Discard
Best Answer

Hello Alejandro.

Landed costs are working with quants. So if you go to quants and then you add <field name="cost"/> on the tree view you can check that cost is changing. But only in quants. Sometimes standard price change on the product. but I'm not sure when. Now you are using a FIFO/LIFO structure. You can check changes on your cost when you are using average price

Avatar
Discard
Author

I see, but I can't add landed costs to a product with average cost..

I know it. So that's the problem that I'm facing actually. But there is no implementations about it atm. So you have to get data from LIFO/FIFO quants, or you have develop something for average price

Related Posts Replies Views Activity
1
Jun 24
312
1
Jun 23
1092
1
Jul 16
3771
1
Oct 15
2278
1
Apr 15
2378