← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 567844] Re: Products by category : unusable for category with no children.

 

here is the config to test

product ____ procurement method ____ supply method _____ bom type _____ components
A _________ make to order _________ produce __________ general _______ B, C
B _________ make to order _________ produce __________ general _______ D
C _________ make to stock with enough stock, no BOM defined.. it should ba a consumable to avoid interference
D _________ make to stock with enough stock, no BOM defined.. it should ba a consumable to avoid interference


when selling the product A, it will create one manufacturing order with components : C, D... wich would have been the normal behavior if bom type of B was 'phantom'. The expected behavior in this case is to have 2 manufacturing order created:
product A with components B, C
product B with component D

-- 
Products by category : unusable for category with no children.
https://bugs.launchpad.net/bugs/567844
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: In Progress

Bug description:
Hi,

In trunk branch adds toolbar="1" in partner category tree, it forces to create subcategories for filter the partners, for example if I add supplier category to partner and then from categories tree I want to open the parent filter for category = 'Supliers' I can't, because Suppliers is parent and the parent was located in toolbar and cannot open actions. I think that must remove toolbar="1" like 5.0 version or include subcategories by default from installation.