在创建销售订单时,保存之后,出现如下显示: 点放大镜出现: 出现上面红色错误的时候 怎么解决 解决...
KeyError: None The above server error caused the following client error: RPC_ERROR: Odoo Server Error at makeErrorFromResponse (http://localhost:8082/web/assets/391-ff00880/web.assets_backend.min.js:967:163) at XMLHttpRequest. (http://localhost:8082/web/assets/391-ff00880/web.assets_backe...
line 1579, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/home/odoo/odoo/odoo/service/model.py", line 134, in retrying result = func() File "/home/odoo/odoo/
who might not be experienced Linux administrators but who want to run their own Odoo server. ...
o.run(args)#运行server openerp.cli.main()通过tools.config._parse_config([args[0]])设计模块路径,通过最后一行o.run(args)运行server openerp.cli.server defmain(args): check_root_user() openerp.tools.config.parse_config(args) check_postgres_user() ...
raise KeyError(fd) _poll_class = _Poll 然后找到 self._pollobj = select.poll() 换为 self._pollobj = _poll_class() 删除 rm /usr/local/lib/python2.7/site-packages/pyinotify.pyc # pip install pudb # pip install ipdb 支持excel # pip install xlrd ...
KeyError: ('ir.qweb', , 'web.brand_promotion_message', ('en_US', None, None, None, False, 1)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup ...
KeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x7f55dcb85378>, 'base.user_demo') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 744, in parse...
(environ, start_response) File "/usr/lib/python3/dist-packages/odoo/http.py", line 1471, in dispatch ir_http = request.registry['ir.http'] File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 176, in __getitem__ return self.models[model_name] KeyError: 'ir.http' ...
error = { 'code': 200, 'message': 'Odoo Server Error', 'data': se } return request.make_response(html_escape(json.dumps(error))) When clicking the Print button the controller calls get_xlsx_report() in the wizard python file.