This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-12 00:35:41,670 2188 ERROR Zeeva_HK openerp.service.web_services: Exception: | |
identity=[ImageReader@0x7bfcd90] | |
handle_pageBegin args=() | |
Traceback (most recent call last): | |
File "/opt/openerp/server/openerp/service/web_services.py", line 712, in go | |
(result, format) = obj.create(cr, uid, ids, datas, context) | |
File "/opt/openerp/server/openerp/report/report_sxw.py", line 444, in create | |
fnct_ret = fnct(cr, uid, ids, data, report_xml, context) | |
File "/opt/openerp/server/openerp/report/report_sxw.py", line 513, in create_source_pdf | |
return self.create_single_pdf(cr, uid, ids, data, report_xml, context) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/openerp/server/openerp/openerp/http.py", line 500, in _handle_exception | |
return super(JsonRequest, self)._handle_exception(exception) | |
File "/opt/openerp/server/openerp/openerp/http.py", line 517, in dispatch | |
result = self._call_function(**self.params) | |
File "/opt/openerp/server/openerp/openerp/http.py", line 283, in _call_function | |
return checked_call(self.db, *args, **kwargs) | |
File "/opt/openerp/server/openerp/openerp/service/model.py", line 113, in wrapper | |
return f(dbname, *args, **kwargs) | |
File "/opt/openerp/server/openerp/openerp/http.py", line 280, in checked_call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/odoo/odoo-server/openerp/http.py", line 648, in _handle_exception | |
return super(JsonRequest, self)._handle_exception(exception) | |
File "/opt/odoo/odoo-server/openerp/http.py", line 685, in dispatch | |
result = self._call_function(**self.params) | |
File "/opt/odoo/odoo-server/openerp/http.py", line 321, in _call_function | |
return checked_call(self.db, *args, **kwargs) | |
File "/opt/odoo/odoo-server/openerp/service/model.py", line 118, in wrapper | |
return f(dbname, *args, **kwargs) | |
File "/opt/odoo/odoo-server/openerp/http.py", line 314, in checked_call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/odoo/server/openerp/addons/report/controllers/main.py", line 96, in report_download | |
response = self.report_routes(reportname, docids=docids, converter='pdf') | |
File "/opt/odoo/server/openerp/http.py", line 514, in response_wrap | |
response = f(*args, **kw) | |
File "/opt/odoo/server/openerp/addons/report_custom_filename/controllers/report_controller.py", line 18, in report_routes | |
reportname, docids=docids, converter=converter, **data) | |
File "/opt/odoo/server/openerp/http.py", line 514, in response_wrap | |
response = f(*args, **kw) | |
File "/opt/odoo/server/openerp/addons/report/controllers/main.py", line 45, in report_routes |
OlderNewer