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
|
feedback
|
|
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 | |||
|
feedback
|