Hello simahawk, I am trying to work on your solution but when i installing it, its generate below error.
Environment Information : System : Linux-2.6.28-15-generic-i686-with-Ubuntu-9.04-jaunty OS Name : posix Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty Operating System Release : 2.6.28-15-generic Operating System Version : #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 Operating System Architecture : 32bit Operating System Locale : en_IN.ISO8859-1 Python Version : 2.6.2 OpenERP-Client Version : 5.0.6 Last revision No. & ID :1006 [email protected] Traceback (most recent call last): File "/home/deven/workspace/server/bin/netsvc.py", line 244, in dispatch result = LocalService(service_name)(method, *params) File "/home/deven/workspace/server/bin/netsvc.py", line 73, in __call__ return getattr(self, method)(*params) File "/home/deven/workspace/server/bin/service/web_services.py", line 639, in execute return self._execute(db, uid, wiz_id, datas, action, context) File "/home/deven/workspace/server/bin/service/web_services.py", line 619, in _execute return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context) File "/home/deven/workspace/server/bin/wizard/__init__.py", line 178, in execute res = self.execute_cr(cr, uid, data, state, context) File "/home/deven/workspace/server/bin/wizard/__init__.py", line 74, in execute_cr action_res = action(self, cr, uid, data, context) File "/home/deven/workspace/server/bin/addons/base/module/wizard/wizard_module_upgrade.py", line 92, in _upgrade_module db, pool = pooler.restart_pool(cr.dbname, update_module=True) File "/home/deven/workspace/server/bin/pooler.py", line 62, in restart_pool return get_db_and_pool(db_name, force_demo, status, update_module=update_module) File "/home/deven/workspace/server/bin/pooler.py", line 40, in get_db_and_pool addons.load_modules(db, force_demo, status, update_module) File "/home/deven/workspace/server/bin/addons/__init__.py", line 728, in load_modules r = load_module_graph(cr, graph, status, report=report) File "/home/deven/workspace/server/bin/addons/__init__.py", line 578, in load_module_graph register_class(package.name) File "/home/deven/workspace/server/bin/addons/__init__.py", line 400, in register_class imp.load_module(m, *fm) File "/home/deven/workspace/server/bin/addons/report_openoffice/__init__.py", line 1, in <module> import report_openoffice File "/home/deven/workspace/server/bin/addons/report_openoffice/report_openoffice.py", line 30, in <module> from relatorio.templates.opendocument import Template ImportError: No module named relatorio.templates.opendocument So can you please tell me where is the problem and how can i overcome it? Waiting for your reply. ------------------------ Sincerely, Deven www.4colordesign.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=45567#45567 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
