There were 2 issues here: 1. Failure when user has no signature (main description of this bug and of duplicate bug 902898. This is fixed in trunk addons as of revision 5977 revid: [email protected]
2. Failure to share on a single form view, due to a domain evaluation issue in the web addon (comment #1) This is fixed in trunk addons as of revision 5986 revid: [email protected] ** Changed in: openobject-addons Status: In Progress => Fix Released ** Changed in: openobject-addons Milestone: None => 6.1 -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/902106 Title: cannot share a meeting :need string or buffer, bool found Status in OpenERP Addons (modules): Fix Released Bug description: to test, share a view. Install share Example, go to opportunity list, click share, enter an email address and share : OpenERP Server Error Client Traceback (most recent call last): File "/home/aline/source/web/trunk/addons/web/common/http.py", line 154, in dispatch response["result"] = method(controller, self, **self.params) File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 816, in call_button action = self.call_common(req, model, method, args, domain_id, context_id) File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 808, in call_common return getattr(req.session.model(model), method)(*args) File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 429, in proxy *args) File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 306, in proxy result = self.connector.send(self.service_name, method, *args) File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 276, in send raise fault Server Traceback (most recent call last): File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 257, in send result = openerp.netsvc.dispatch_rpc(service_name, method, args) File "/home/aline/source/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/home/aline/source/server/trunk/openerp/service/web_services.py", line 580, in dispatch res = fn(db, uid, *params) File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper return f(self, dbname, *args, **kwargs) File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 172, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/home/aline/source/addons/trunk/share/wizard/share_wizard.py", line 669, in go_step_2 self.send_emails(cr, uid, wizard_data, context=context) File "/home/aline/source/addons/trunk/share/wizard/share_wizard.py", line 715, in send_emails body += user.signature TypeError: coercing to Unicode: need string or buffer, bool found To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/902106/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

