Harry (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-attachment-rga into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-attachment-rga/+merge/126168

In the web client, the "Attachment" top menu should only be visible if you 
install the "document" module.

addons branch: lp:~openerp-dev/openobject-addons/trunk-attachment-rga
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-attachment-rga/+merge/126168
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-attachment-rga.
=== modified file 'addons/web/static/src/js/views.js'
--- addons/web/static/src/js/views.js	2012-09-24 11:53:44 +0000
+++ addons/web/static/src/js/views.js	2012-09-25 06:39:22 +0000
@@ -930,12 +930,10 @@
         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');

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to