attuch wrote: > Hi guys, I've got a question for you; > I've got to serve n-users with the same OpenErp's Program management, but I > want to give them different interfaces and modules according to their needs.. > I've used apache2 to give a name, instead of the port number.. > >
Hi, if I understand correctly your question, and you mean users sharing the same database, this is not a client related question but a basic parameter of the server to manage access to menus. Now if I inderstand badly and if each user is a company, and you want to differentiate addons, then you must start several openerp servers on different ports using the relevent code for everyone (usually a full copy of the openerp server code) To implement client-web on this, you then must start as many client-webs with associated configuration files. And to provide a clean and secure access, you need to set up a vhost manager and a firewall. but all this only if users are separate independent companies. regards ------------------------ Dominique http://sisalp.fr , Hébergement OpenERP http://bdll.fr/openerp-serveur-gratuit.html -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50633#50633 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
