Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
6902 Представления

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?

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Автор

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.

Автор

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.

Лучший ответ

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.

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Лучший ответ

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 !

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
дек. 24
9660
3
сент. 24
21910
5
дек. 24
53251
4
июл. 24
10753
7
авг. 23
11168