> - Is it possible to have some inheritance system on product. For example : we > have two products, X and Y, X is a sweetshirt and Y is the same product as X > but with some flocking on it. We would like to have a parallel between the > stocks of the X products and the Y (hope I'm clear...) >
You can create product template and then create multiple products like X,Y from that template. If both X,Y are same then you can create multiple variants of same product. > - It is possible to have somewhere in the software the weighted average cost > of the products ? > Yes you can set pricing method per product 1> Standard price 2> Average Price. check this link. http://doc.openerp.com/book/6/6_17_Purchases/6_17_Purchases_workflow.html#weighted-average > - Our company has some very specific activity, is it possible to add some > "home-made" label for a sale. For example between a sale and the packing we > would like to have some state : sale, state1,state2,packing, state3, sending > ... state1,2,3 are linked to our activity. > Requires workflow customization, you can do this using workflow editor too. http://doc.openerp.com/features/workflow_editor.html > - Can we add a barcode to a printable document (PDF, OOo etc...), the barcode > will be generated from a field of the product > Yes you can add barcode tag in all reports where you want to print barcodes we already have few reports with barcodes. check auction, mrp_operations modules. > - In the same way, can we add on a printable document, the identity of the > user who prints this document ? > you can print current user name in header or footer of report who is printing report. change header or footer from menu Administration/Users/Company's Structure/Companies > > - Can we add several addresses for a customer (shiipping address, billing > address etc...) yes in partner you can add No. of addresses per partners. If you need enhanced address management then install base_contacts module so that you can add No. of contacts per address and No. of addresses per partner. > - When you have a sale with 10 products X and only 8 of them in stocks. Does > the software generate an alert for the 2 missing and automatically inform the > user that he must buy some new products ? Install mrp_jit module will make it easy. whenever product's stock gone out of minimum stock level it will automatically create purchase or production order as per products' configuration. ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=40524#40524 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
