Hello Here is what I get in the client debug mode when clicking on partner contact:
File "/usr/local/tinyerp/4.2/client/bin/modules/gui/window/tree.py", line 200, in sig_open self.sig_action(widget, 'tree_but_open' ) File "/usr/local/tinyerp/4.2/client/bin/modules/gui/window/tree.py", line 195, in sig_action 'ids':ids, 'report_type':report_type, 'window': self.window}, context=ctx) File "/usr/local/tinyerp/4.2/client/bin/modules/action/main.py", line 167, in exec_keyword self._exec_action(action, data, context=context) File "/usr/local/tinyerp/4.2/client/bin/modules/action/main.py", line 121, in _exec_action limit=datas['limit'], auto_refresh=datas['auto_refresh']) File "/usr/local/tinyerp/4.2/client/bin/modules/gui/window/__init__.py", line 57, in create auto_refresh=auto_refresh) File "/usr/local/tinyerp/4.2/client/bin/modules/gui/window/form.py", line 84, in __init__ window=self.window, limit=limit, readonly=bool(auto_refresh)) File "/usr/local/tinyerp/4.2/client/bin/widget/screen/screen.py", line 105, in __init__ self.display() File "/usr/local/tinyerp/4.2/client/bin/widget/screen/screen.py", line 432, in display self.search_active(self.current_view.view_type in ('tree', 'graph', 'calendar')) File "/usr/local/tinyerp/4.2/client/bin/widget/screen/screen.py", line 115, in search_active self.domain, (self, self.search_filter)) File "/usr/local/tinyerp/4.2/client/bin/widget_search/form.py", line 200, in __init__ self.widgets = parser.parse(xml, ww) File "/usr/local/tinyerp/4.2/client/bin/widget_search/form.py", line 167, in parse self.add_widget(*i) File "/usr/local/tinyerp/4.2/client/bin/widget_search/form.py", line 117, in add_widget widget_act = widgets_type[ type ][0](str(attrs['name']), self.parent, self.fields[attrs['name']]) KeyError: u'callto' I am not a programmer so I am not really sure how to solve this issue. Cheers Norbert _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
