v7.0: unable to share portal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 1 |
Bug Description
lient Traceback (most recent call last):
File "/home/
Step To Reproduce:
1. select customer
2. Click "More" > "Embed"
3. Click "Share"
Below is the result:
response[
File "/home/
action = self._call_kw(req, model, method, args, {})
File "/home/
return getattr(
File "/home/
result = self.proxy.
File "/home/
result = self.session.
File "/home/
raise xmlrpclib.
Server Traceback (most recent call last):
File "/home/
return openerp.
File "/home/
result = ExportService.
File "/home/
res = fn(db, uid, *params)
File "/home/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/
return f(self, dbname, *args, **kwargs)
File "/home/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/
self.
File "/home/
return super(share_
File "/home/
self.
TypeError: has_share() takes at least 4 arguments (4 given)
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 23 lines (+3/-3)1 file modifiedshare/wizard/share_wizard.py (+3/-3)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | Fix Committed → New |
status: | New → Confirmed |
Hello,
It has been fixed into https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1093038- atp branch,
with Revision ID: <email address hidden>
Revision No:8482
it will be merged soon in trunk..
Thanks