I have found an error but Im not sure if it is a error or it isnt the right way of do it. Well, I have created an employee called luis. After that, luis is connected to Tiny and press Sign-in at 08:00. Then, luis press Sign-in-/Sign-out by proyect at 8:00 and change work. Then, When the user press sign-out the window ask your last sign-in. Im not very sure about the right value, I have tried with the date of sign-in, with the date of Sign-in-/Sign-out by proyect but tiny always shows the same error:
INFO:rpc.request:('execute', 'terp11', 7, 'luis', (79, {'form': {'emp_id': 5, 'state': 'present', 'name': 'Luis', 'last_time': '2007-09-20 08:02:00'}, 'ids': [115], 'report_type': 'pdf', 'model': 'ir.ui.menu', 'id': 115}, 'so', {})) WARNING:rpc.exception:CODE 1: global name 'time' is not defined ERROR:common.message:MSG View details: global name 'time' is not defined (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkDialog' Traceback (most recent call last): File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\gui\window\tree.py", line 191, in sig_open self.sig_action(widget, 'tree_but_open' ) File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\gui\window\tree.py", line 182, in sig_action obj.exec_keyword(keyword, {'model':self.model, 'id':id, File "E:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\main.py", line 145, in exec_keyword self._exec_action(action, data) File "E:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\main.py", line 111, in _exec_action wizard.execute(action['wiz_name'], datas, parent=win) File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\wizard.py", line 104, in execute if 'datas' in res: TypeError: iterable argument required INFO:rpc.request:('execute', 'terp11', 7, 'luis', ('ir.values', 'get', 'action', 'tree_but_open', [('ir.ui.menu', 115)], False, {})) INFO:rpc.request:('create', 'terp11', 7, 'luis', ('hr.si_so',)) (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkWindow' INFO:rpc.request:('execute', 'terp11', 7, 'luis', (80, {'form': {}, 'ids': [115], 'report_type': 'pdf', 'model': 'ir.ui.menu', 'id': 115}, 'init', {})) (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkWindow' INFO:rpc.request:('execute', 'terp11', 7, 'luis', (80, {'form': {'emp_id': 5, 'state': 'present', 'name': 'Luis'}, 'ids': [115], 'report_type': 'pdf', 'model': 'ir.ui.menu', 'id': 115}, 'so_test', {})) (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkDialog' (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkWindow' INFO:rpc.request:('execute', 'terp11', 7, 'luis', (80, {'form': {'emp_id': 5, 'state': 'present', 'name': 'Luis', 'last_time': '2007-09-20 08:02:00'}, 'ids': [115], 'report_type': 'pdf', 'model': 'ir.ui.menu', 'id': 115}, 'so', {})) WARNING:rpc.exception:CODE 1: global name 'time' is not defined ERROR:common.message:MSG View details: global name 'time' is not defined (tinyerp-client.py:2320): libglade-WARNING **: unknown property `urgency_hint' for class `GtkDialog' Traceback (most recent call last): File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\gui\window\tree.py", line 191, in sig_open self.sig_action(widget, 'tree_but_open' ) File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\gui\window\tree.py", line 182, in sig_action obj.exec_keyword(keyword, {'model':self.model, 'id':id, File "E:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\main.py", line 14 5, in exec_keyword self._exec_action(action, data) File "E:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\main.py", line 111, in _exec_action wizard.execute(action['wiz_name'], datas, parent=win) File "e:\CITIC\proyectos\valora\svn\EXTERNO\APPS\ERP\TinyERP\tinyerp-client-4.0.3\bin\modules\action\wizard.py", line 104, in execute if 'datas' in res: TypeError: iterable argument required What does it happen? Which is the right information ? Can somebody help me, please? Thanks a lot SolCarola _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users