Better use security for that, just allow a user access to the components you want.
Regards, Hans On Fri, 2011-08-05 at 09:33 -0700, SkipDever wrote: > You need to go into each module, e.g. applications/accounting and modify the > ofbiz-component.xml and set app-bar-display="false" > > For example, change: > > <webapp name="accounting" > title="Accounting" > server="default-server" > location="webapp/accounting" > base-permission="OFBTOOLS,ACCOUNTING" > mount-point="/accounting" > app-bar-display="true"/> > > to > <webapp name="accounting" > title="Accounting" > server="default-server" > location="webapp/accounting" > base-permission="OFBTOOLS,ACCOUNTING" > mount-point="/accounting" > app-bar-display="false"/> > > > Do this for all modules you do not want. Most ofbiz modules are (sadly) > interdependent, so you cannot just remove them. I did just that a while > back and it took about two weeks to remove most ofbiz applications and get > the dependencies satisified. > > The above method works if you are not concerned about the applicaiton size. > > Skip > -----Original Message----- > From: prasanth r [mailto:[email protected]] > Sent: Friday, August 05, 2011 2:11 AM > To: [email protected] > Subject: Re: HR module OFBiz > > > can you just tell me what did you do? > > you can do it in ofbiz-container.xml. already i have suggested that. > > > > On Fri, Aug 5, 2011 at 2:28 PM, vivek mishra <[email protected]> wrote: > > > I tried to hide modules other than HR module..but is not working fine. > > > > > > Regards > > *Vivek Mishra > > * > > > -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak Antwebsystems.com: Quality services for competitive rates.
