← Back to team overview

openerp-community team mailing list archive

Re: OpenERP CMS & eCommerce

 

Ok I just setup an testing suite, and I have some bugs or improvement to
share.

I have bug like:

Calendar with fullcalendar.js give an error when clicking on an existing
event (trunk-website-al branch) and not on trunk :)
That not funny to report this by email on a mailing list ... is it possible
to report it on launchpad ?

what title, key can i give to this kind of report ?

Thanks for your advice,


Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/http.py",
line 345, in dispatch
    response["result"] = self._call_function(**self.params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/http.py",
line 218, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/service/model.py",
line 112, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/http.py",
line 213, in checked_call
    return self.func(*a, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/http.py",
line 515, in __call__
    return self.method(*args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/addons/web/controllers/main.py",
line 1195, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/addons/web/controllers/main.py",
line 1187, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr,
request.uid, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/addons/mail/mail_thread.py",
line 322, in fields_view_get
    res = super(mail_thread, self).fields_view_get(cr, uid,
view_id=view_id, view_type=view_type, context=context,
toolbar=toolbar, submenu=submenu)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/osv/orm.py",
line 1844, in fields_view_get
    root_view = View.read_combined(cr, uid, view_id, fields=['id',
'name', 'field_parent', 'type', 'model', 'arch'], context=context)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/addons/base/ir/ir_ui_view.py",
line 418, in read_combined
    [view] = self.read(cr, uid, [root_id], fields=fields, context=context)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/osv/orm.py",
line 3210, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/osv/orm.py",
line 3257, in _read_flat
    cr.execute(query, [tuple(sub_ids)] + rule_params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/sql_db.py",
line 156, in wrapper
    return f(self, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-website-al-28682/server/openerp/sql_db.py",
line 221, in execute
    res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = boolean
LINE 1: ..._ui_view.id FROM "ir_ui_view" WHERE ir_ui_view.id IN (false)...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You
might need to add explicit type casts.


Nicolas JEUDY

Follow ups

References