Public bug reported:
Creating a new sales contract in v. 7.0-20131227-002443 gives the following
error.
The sales contract can still be created and saved.
=================================
Client Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in
dispatch
response["result"] = method(self, **self.params)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",
line 1128, in call_kw
return self._call_kw(req, model, method, args, kwargs)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",
line 1120, in _call_kw
return getattr(req.session.model(model), method)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 42,
in proxy
result = self.proxy.execute_kw(self.session._db, self.session._uid,
self.session._password, self.model, method, args, kw)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30,
in proxy_method
result = self.session.send(self.service_name, method, *args)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 103,
in send
raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)
Server Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89,
in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in
dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line
626, in dispatch
res = fn(db, uid, *params)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 188, in
execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 131, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 197, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 185, in
execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File
"/usr/lib/pymodules/python2.7/openerp/addons/hr_timesheet_invoice/hr_timesheet_invoice.py",
line 81, in on_change_partner_id
pricelist = part.property_product_pricelist and
part.property_product_pricelist.id or False
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 497, in
__getattr__
return self[name]
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 405, in
__getitem__
field_values = self._table.read(self._cr, self._uid, ids, field_names,
context=self._context, load="_classic_write")
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3623, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3681, in
_read_flat
self.check_access_rule(cr, user, ids, 'read', context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3931, in
check_access_rule
[sub_ids] + where_params)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 161, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 226, in execute
res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = boolean
LINE 1: ...artner.id FROM "res_partner" WHERE res_partner.id IN (false)...
^
HINT: No operator matches the given name and argument type(s). You might need
to add explicit type casts.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1288687
Title:
error on_change_partner_id when creating new sales contract
Status in OpenERP Addons (modules):
New
Bug description:
Creating a new sales contract in v. 7.0-20131227-002443 gives the following
error.
The sales contract can still be created and saved.
=================================
Client Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204,
in dispatch
response["result"] = method(self, **self.params)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",
line 1128, in call_kw
return self._call_kw(req, model, method, args, kwargs)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",
line 1120, in _call_kw
return getattr(req.session.model(model), method)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 42,
in proxy
result = self.proxy.execute_kw(self.session._db, self.session._uid,
self.session._password, self.model, method, args, kw)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30,
in proxy_method
result = self.session.send(self.service_name, method, *args)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line
103, in send
raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)
Server Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89,
in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in
dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line
626, in dispatch
res = fn(db, uid, *params)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 188, in
execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 131, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 197, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 185, in
execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File
"/usr/lib/pymodules/python2.7/openerp/addons/hr_timesheet_invoice/hr_timesheet_invoice.py",
line 81, in on_change_partner_id
pricelist = part.property_product_pricelist and
part.property_product_pricelist.id or False
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 497, in
__getattr__
return self[name]
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 405, in
__getitem__
field_values = self._table.read(self._cr, self._uid, ids, field_names,
context=self._context, load="_classic_write")
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3623, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3681, in
_read_flat
self.check_access_rule(cr, user, ids, 'read', context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3931, in
check_access_rule
[sub_ids] + where_params)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 161, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 226, in execute
res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = boolean
LINE 1: ...artner.id FROM "res_partner" WHERE res_partner.id IN (false)...
^
HINT: No operator matches the given name and argument type(s). You might
need to add explicit type casts.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1288687/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help : https://help.launchpad.net/ListHelp