sale_crm: Convert to Quote fails

Bug #607645 reported by ViktorNagy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Undecided
Sananaz (Open ERP)

Bug Description

with web client 5.0.11 and 5.0.12, server 5.0.11

Reproduce:
1. install sale_crm
2. open an opportunity and click convert to quote
3. click on the "+" sign to add products
4. the pop-up window should show a list of products, but this fails

I've tried the same with gtk client 5.0.11, and it worked fine.

the traceback is:
Traceback (most recent call last):
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/netsvc.py", line 247, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/netsvc.py", line 76, in __call__
    return getattr(self, method)(*params)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/service/web_services.py", line 577, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/osv.py", line 58, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/osv.py", line 119, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/osv.py", line 111, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/orm.py", line 1415, in search_count
    res = self.search(cr, user, args, context=context, count=True)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/orm.py", line 3019, in search
    (qu1, qu2, tables) = self._where_calc(cr, user, args, context=context)
  File "/home/akasha/virtualenv/openerp/lib/python2.6/site-packages/openerp-server/osv/orm.py", line 2982, in _where_calc
    args = args[:]
TypeError: unhashable type

Revision history for this message
Sananaz (Open ERP) (sma-tiny) wrote :

Hello ViktorNagy,

Thank you to figure out this problem. I have fixed this problem in web client 5.0 and trunk-dev-web branch.
so now you can update your branch.

Revision Info:
Stable: 2887 <email address hidden>

trunk-dev-web: 3555 <email address hidden>

trunk-dev-web branch will be merge with Trunk web-client branch soon.

Thanks.

Changed in openobject-client-web:
status: New → Fix Released
assignee: nobody → sma (Open ERP) (sma-tiny)
milestone: none → 5.0.13
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.