[IMP] share: put the sidebar item in the "Other Options" section

bzr revid: chs@openerp.com-20111013153302-ts5yds22n15zdb4h
This commit is contained in:
Christophe Simonis 2011-10-13 17:33:02 +02:00
parent b46ef4b960
commit 0b803c6852
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ instance.web.Sidebar = instance.web.Sidebar.extend({
add_default_sections: function() {
this._super();
this.add_items('Sharing', [{
this.add_items('other', [{
label: 'Share',
callback: this.on_sidebar_click_share,
classname: 'oe_share',