[MERGE] Global attachments are visible only if you nstall document module

bzr revid: fp@tinyerp.com-20120927173854-8tdlr6yclci015z1
This commit is contained in:
Fabien Pinckaers 2012-09-27 19:38:54 +02:00
commit b565f90df0
1 changed files with 0 additions and 2 deletions

View File

@ -930,12 +930,10 @@ instance.web.Sidebar = instance.web.Widget.extend({
var view = this.getParent();
this.sections = [
{ 'name' : 'print', 'label' : _t('Print'), },
{ 'name' : 'files', 'label' : _t('Attachment(s)'), },
{ 'name' : 'other', 'label' : _t('More'), }
];
this.items = {
'print' : [],
'files' : [],
'other' : []
};
this.fileupload_id = _.uniqueId('oe_fileupload');