c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36823
[Bug 887632] Re: KeyError clicking link to new Quotation after converting opportunity to quote
Couldn't see they "Opportunity 'title' is converted to Quotation. " link
being used in the video. Attached video of steps to reproduce.
** Attachment added: "OpportunitytoQuote.ogv"
https://bugs.launchpad.net/openobject-client-web/+bug/887632/+attachment/2590531/+files/OpportunitytoQuote.ogv
** Changed in: openobject-client-web
Status: Incomplete => New
--
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/887632
Title:
KeyError clicking link to new Quotation after converting opportunity
to quote
Status in OpenERP Web Client:
New
Bug description:
with openobject-client-web/6.0 r4726 and openobject-server/6.0 r3528
* Create a opportunity
* Click 'Convert to Quote'
* Click "Opportunity 'title' is converted to Quotation. " link
* Get traceback:
Traceback (most recent call last):
File "/home/stan/src/openerp/6.0/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/stan/src/openerp/6.0/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/stan/src/openerp/6.0/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/stan/src/openerp/6.0/server/bin/osv/orm.py", line 1963, in read
res2 = self._columns[f].get_memory(cr, self, ids, f, user, context=context, values=result)
File "/home/stan/src/openerp/6.0/server/bin/osv/fields.py", line 351, in get_memory
result[id] = obj.datas[id].get(name, False)
KeyError: 30
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/887632/+subscriptions
References