How can we remove the panel that appears on right hand side of openERP's main page ,which shows ACTIONS ,LINKS,OTHER OPTIONS.From which file in openERP web server can we remove that.

Thanks, Sameer

link|improve this question

14% accept rate
feedback

1 Answer

up vote 4 down vote accepted

serch for main_sidebar in web/addons/openerp/controllers/templates/form.mako

you can hide the toolbar using this css file: web/addons/openerp/static/css/screen.cs

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.