Comment 7 for bug 453087

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) wrote :

Hello,

1.- Define a product make to order, buy
2. Include this product as part of bill of materials of another product. You could see automatically the field method on bill of materials is set to "to order"

when you define any product type buy : it will not calculate method which is function field and calculate automatically only show the order or stock in method field when the product supply type must be produce.
so i donot know how can you get this "to order" when you defined product supply type : buy.

3. Try opening the line. You can see the field method is not shown. All fields of bill of materials are shown but not the method.

Its your personal request that you want to show the method field in form view also so you can manually open the view from following path:
administator => customization => User Interface => view
and open the form view name : mrp.bom.form.and put the method field in form view <field name="method"/>.

*You should be able to choose the procurement method on bill of materials. Depending on case, it can be generally to stock and punctually to order. This is like that on Sales order lines, but not on bill of materials.

This is not like sale order lines.In bom procurement method is function field which is calculated on the bases of product so when you define product in that time you have already given the procurement method so there is no need to fill it again in the bill of material form. Here it uses function field which takes reference from product.

so if you needed then you have to customize mrp.bom object.

thanks.