Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
6858 Widoki

Hi I will to see the cost of the bom - i believe that was possible with a product extended module in v6?

Can this be done with v7?

Awatar
Odrzuć
Najlepsza odpowiedź

There is a module called product_cost_incl_bom which should meet your requirements. I have tested it in v7 and it seems to work as intended.

Awatar
Odrzuć
Autor

Thanks for that - whats the best way to install it?

You will also need the module called product_get_cost_field. Download the .zip files and just drop them in your addons folder and update the module list.

Autor

Thank you - all working - so the next question to be asked on a differnet thread is how does one get the system to auto calculate how many kits are in stock based on BOM?

I have another question. in order to update the cost of a multi level BOM, we would need updating result of calculation "cost price incl. BOM" into the field "Cost Price". How can we do that? Is it only a tuning in the implementation of this module?

Please start a new question for that! It is something I am also interested in.

I think i found the solution: you have to modify product_cost_incl_bom.py line 62:

change: "std_price = sub_product.standard_price"

by: "std_price = sub_product.cost_price"

Hope this help.

Najlepsza odpowiedź

Hi Oliver,

tested this morning, you get what you are looking for by installing this 2 modules:

  • v6apps.openerp.com/addon/7501
  • v6apps.openerp.com/addon/7502

Theses modules are v6.1 but work out-of-the box on version 7.0.

After installing, you get a new field in product view Cost Price (incl. BoM) : The cost price is the standard price or, if the product has a bom, the sum of all standard price of its components. it take also care of the bom costing like cost per cycle.

Awatar
Odrzuć
Najlepsza odpowiedź

Yes, I also use those modules, but the cost(incl BOM) is NOT used to calculate margin on the sales order line. Therefore the actual margin shown is incorrect. You can use it for external reports, but as for actual manufacturing costs, say for commission, and/or for a labor intensive operation, this will not work.

Awatar
Odrzuć
Najlepsza odpowiedź

You will find a addons here :

bzr branch lp:~sylvain-legal/web-addons/web_field_float_compute

Module named : web_m2x_options

Make it resolved !

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 24
9517
3
wrz 24
21775
5
gru 24
53062
4
lip 24
10622
7
sie 23
11025