Hi,

I'm using timesheet process in OpenERP with signin/signout by project.

This is working fine until i want to generate invoices.
In Financial Management/Periodical Processing/Entries to invoice,
I select the analytic entry to invoice, i click on "Invoice Analytic Lines", 
then "Create Invoice" and i receive the following error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/openerp-server/netsvc.py", line 231, 
in dispatch
    result = LocalService(service_name)(method, *params)
  File "/usr/lib/python2.4/site-packages/openerp-server/netsvc.py", line 74, in 
__call__
    return getattr(self, method)(*params)
  File 
"/usr/lib/python2.4/site-packages/openerp-server/service/web_services.py", line 
552, in execute
    return self._execute(db, uid, wiz_id, datas, action, context)
  File 
"/usr/lib/python2.4/site-packages/openerp-server/service/web_services.py", line 
532, in _execute
    return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context)
  File "/usr/lib/python2.4/site-packages/openerp-server/wizard/__init__.py", 
line 178, in execute
    res = self.execute_cr(cr, uid, data, state, context)
  File "/usr/lib/python2.4/site-packages/openerp-server/wizard/__init__.py", 
line 83, in execute_cr
    res['action'] = result_def['action'](self, cr, uid, data, context)
  File 
"/usr/lib/python2.4/site-packages/openerp-server/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py",
 line 138, in _do_create
    (account.id, data['ids'], product_id, factor_id))
  File "/usr/lib/python2.4/site-packages/openerp-server/sql_db.py", line 76, in 
wrapper
    return f(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/openerp-server/sql_db.py", line 118, 
in execute
    res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = integer[] at character 68
HINT:  No operator matches the given name and argument type(s). You might need 
to add explicit type casts.

Any idea what's wrong ? I used the same settings in v4 and it was ok. Problem 
occurs only in v5.

Thanks in advance.

Kind regards.

------------------------
Bertrand Hanot
B.H.C. sprl




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=40387#40387

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to