openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #00731
[Merge] lp:~openerp-dev/openobject-addons/jam-dev-addons1 into lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp has proposed merging lp:~openerp-dev/openobject-addons/jam-dev-addons1 into lp:~openerp-dev/openobject-addons/trunk-dev-addons1.
Requested reviews:
Harry (Open ERP) (hmo-tinyerp)
+ [BUG] lp:673895
+ [IMP]Thunde3rbird Plugin Shell Script Usability Improvement
--
https://code.launchpad.net/~openerp-dev/openobject-addons/jam-dev-addons1/+merge/41718
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/jam-dev-addons1.
=== modified file 'crm/crm_meeting.py'
--- crm/crm_meeting.py 2010-11-02 11:32:31 +0000
+++ crm/crm_meeting.py 2010-11-24 11:54:32 +0000
@@ -188,7 +188,7 @@
view_id = data_obj.browse(cr, uid, data_id, context=context).res_id
self.pool.get('ir.ui.view_sc').copy(cr, uid, view_id, default = {
'user_id': user_id}, context=context)
- except ValueError:
+ except:
# Tolerate a missing shortcut. See product/product.py for similar code.
logging.getLogger('orm').warning('Skipped Products shortcut for user "%s"', data.get('name','<new'))
=== modified file 'thunderbird/plugin/openerp_plugin/packaging.sh'
--- thunderbird/plugin/openerp_plugin/packaging.sh 2010-11-23 11:06:00 +0000
+++ thunderbird/plugin/openerp_plugin/packaging.sh 2010-11-24 11:54:32 +0000
@@ -1,3 +1,6 @@
+# Use this Shell Script for Cleaning & Compressing the chnages in Plugin
+# Run this script using jar command.
+
rm chrome/openerp_plugin.jar
rm ../openerp_plugin.xpi
cd chrome/openerp_plugin/
Follow ups