Yenthe666 / InstallScript

Odoo install script
MIT License
1.23k stars 1.55k forks source link

Couldn't start Odoo after installation #191

Closed mm82299 closed 4 years ago

mm82299 commented 4 years ago

I have tried to install Odoo 11 CE using the script: https://github.com/Yenthe666/InstallScript but Odoo couldn't start (The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Yenthe666 commented 4 years ago

What is your logfile saying (under /var/log/odoo)?

mm82299 commented 4 years ago

Hello, Bellow is the content of the log file:

2019-12-15 08:46:05,583 15241 INFO ? odoo: Odoo version 11.0 2019-12-15 08:46:05,583 15241 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:46:05,584 15241 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:46:05,584 15241 INFO ? odoo: database: odoo@default:default 2019-12-15 08:46:05,584 15241 CRITICAL ? odoo.modules.module: Couldn't load module web 2019-12-15 08:46:05,584 15241 CRITICAL ? odoo.modules.module: No module named 'web' 2019-12-15 08:46:05,584 15241 ERROR ? odoo.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/opt/odoo/odoo/odoo/service/server.py", line 955, in load_server_wide_modules odoo.modules.module.load_openerp_module(m) File "/opt/odoo/odoo/odoo/modules/module.py", line 368, in load_openerp_module import('odoo.addons.' + module_name) File "/opt/odoo/odoo/odoo/modules/module.py", line 61, in load_module f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths) File "/usr/lib/python3.6/imp.py", line 297, in find_module raise ImportError(_ERR_MSG.format(name), name=name) ImportError: No module named 'web' 2019-12-15 08:46:05,639 15241 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:46:05,748 15241 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:46:05,748 15241 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:46:33,857 15241 INFO ? odoo.http: Generating nondb routing 2019-12-15 08:46:33,906 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:46:33] "POST /longpolling/poll HTTP/1.1" 404 - 2019-12-15 08:46:59,872 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:46:59] "POST /longpolling/poll HTTP/1.1" 404 - 2019-12-15 08:47:21,901 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:47:21] "GET /web HTTP/1.1" 404 - 2019-12-15 08:47:21,998 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:47:21] "GET /favicon.ico HTTP/1.1" 404 - 2019-12-15 08:47:25,618 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:47:25] "GET /web HTTP/1.1" 404 - 2019-12-15 08:47:30,594 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:47:30] "GET / HTTP/1.1" 404 - 2019-12-15 08:48:19,122 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:19] "GET / HTTP/1.1" 404 - 2019-12-15 08:48:19,213 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:19] "GET /favicon.ico HTTP/1.1" 404 - 2019-12-15 08:48:23,257 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:23] "GET / HTTP/1.1" 404 - 2019-12-15 08:48:23,322 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:23] "GET /favicon.ico HTTP/1.1" 404 - 2019-12-15 08:48:39,953 15241 ERROR ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:39] code 400, message Bad request syntax ('ÿôÿý\x06ÿôÿý\x06') 2019-12-15 08:48:39,953 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:39] "ÿôÿýÿôÿý" HTTPStatus.BAD_REQUEST - 2019-12-15 08:48:47,456 15241 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:48:47] "GET / HTTP/1.1" 404 - 2019-12-15 08:48:58,934 15241 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:48:58,934 15241 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:48:59,571 15418 INFO ? odoo: Odoo version 11.0 2019-12-15 08:48:59,571 15418 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:48:59,571 15418 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:48:59,572 15418 INFO ? odoo: database: odoo@default:default 2019-12-15 08:48:59,572 15418 CRITICAL ? odoo.modules.module: Couldn't load module web 2019-12-15 08:48:59,572 15418 CRITICAL ? odoo.modules.module: No module named 'web' 2019-12-15 08:48:59,572 15418 ERROR ? odoo.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/opt/odoo/odoo/odoo/service/server.py", line 955, in load_server_wide_modules odoo.modules.module.load_openerp_module(m) File "/opt/odoo/odoo/odoo/modules/module.py", line 368, in load_openerp_module import('odoo.addons.' + module_name) File "/opt/odoo/odoo/odoo/modules/module.py", line 61, in load_module f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths) File "/usr/lib/python3.6/imp.py", line 297, in find_module raise ImportError(_ERR_MSG.format(name), name=name) ImportError: No module named 'web' 2019-12-15 08:48:59,575 15418 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:48:59,644 15418 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:48:59,645 15418 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:50:32,325 15418 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:50:32,325 15418 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:50:52,277 15621 INFO ? odoo: Odoo version 11.0 2019-12-15 08:50:52,277 15621 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:50:52,277 15621 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:50:52,278 15621 INFO ? odoo: database: odoo@default:default 2019-12-15 08:50:52,278 15621 CRITICAL ? odoo.modules.module: Couldn't load module web 2019-12-15 08:50:52,278 15621 CRITICAL ? odoo.modules.module: No module named 'web' 2019-12-15 08:50:52,278 15621 ERROR ? odoo.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/opt/odoo/odoo/odoo/service/server.py", line 955, in load_server_wide_modules odoo.modules.module.load_openerp_module(m) File "/opt/odoo/odoo/odoo/modules/module.py", line 368, in load_openerp_module import('odoo.addons.' + module_name) File "/opt/odoo/odoo/odoo/modules/module.py", line 61, in load_module f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths) File "/usr/lib/python3.6/imp.py", line 297, in find_module raise ImportError(_ERR_MSG.format(name), name=name) ImportError: No module named 'web' 2019-12-15 08:50:52,281 15621 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:50:52,350 15621 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:50:52,351 15621 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:50:59,956 15621 INFO ? odoo.http: Generating nondb routing 2019-12-15 08:50:59,958 15621 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:50:59] "GET / HTTP/1.1" 404 - 2019-12-15 08:51:26,642 15621 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:51:26,643 15621 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:51:27,628 15722 INFO ? odoo: Odoo version 11.0 2019-12-15 08:51:27,628 15722 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:51:27,628 15722 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:51:27,628 15722 INFO ? odoo: database: odoo@default:default 2019-12-15 08:51:27,629 15722 CRITICAL ? odoo.modules.module: Couldn't load module web 2019-12-15 08:51:27,629 15722 CRITICAL ? odoo.modules.module: No module named 'web' 2019-12-15 08:51:27,629 15722 ERROR ? odoo.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/opt/odoo/odoo/odoo/service/server.py", line 955, in load_server_wide_modules odoo.modules.module.load_openerp_module(m) File "/opt/odoo/odoo/odoo/modules/module.py", line 368, in load_openerp_module import('odoo.addons.' + module_name) File "/opt/odoo/odoo/odoo/modules/module.py", line 61, in load_module f, path, (_suffix, mode, type) = imp.find_module(addon_name, ad_paths) File "/usr/lib/python3.6/imp.py", line 297, in find_module raise ImportError(_ERR_MSG.format(name), name=name) ImportError: No module named 'web' 2019-12-15 08:51:27,632 15722 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:51:27,716 15722 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:51:27,716 15722 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:52:39,898 15722 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:52:39,899 15722 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:52:40,873 15852 INFO ? odoo: Odoo version 11.0 2019-12-15 08:52:40,873 15852 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:52:40,873 15852 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:52:40,874 15852 INFO ? odoo: database: odoo@default:default 2019-12-15 08:52:40,905 15852 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:52:41,016 15852 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:52:41,017 15852 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:52:50,797 15852 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 08:52:51,316 15852 INFO ? odoo.http: HTTP Configuring static files 2019-12-15 08:52:51,322 15852 INFO ? odoo.http: Generating nondb routing 2019-12-15 08:52:51,336 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET / HTTP/1.1" 303 - 2019-12-15 08:52:51,361 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web HTTP/1.1" 303 - 2019-12-15 08:52:51,752 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/database/selector HTTP/1.1" 200 - 2019-12-15 08:52:51,841 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 200 - 2019-12-15 08:52:51,843 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/src/img/logo2.png HTTP/1.1" 200 - 2019-12-15 08:52:51,894 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 200 - 2019-12-15 08:52:51,923 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 304 - 2019-12-15 08:52:51,943 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 304 - 2019-12-15 08:52:51,943 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 304 - 2019-12-15 08:52:51,944 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:51] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 304 - 2019-12-15 08:52:52,036 15852 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:52:52] "GET /web/static/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - 2019-12-15 08:53:35,579 15852 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:53:35,579 15852 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:53:36,523 15988 INFO ? odoo: Odoo version 11.0 2019-12-15 08:53:36,523 15988 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:53:36,523 15988 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:53:36,524 15988 INFO ? odoo: database: mourad@default:default 2019-12-15 08:53:36,533 15988 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:53:36,622 15988 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:53:36,623 15988 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:53:48,879 15988 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 08:53:49,072 15988 INFO ? odoo.http: HTTP Configuring static files 2019-12-15 08:53:49,076 15988 INFO ? odoo.sql_db: Connection to the database failed 2019-12-15 08:53:49,077 15988 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:53:49] "GET /web/database/selector HTTP/1.1" 500 - 2019-12-15 08:53:49,093 15988 INFO ? odoo.sql_db: Connection to the database failed 2019-12-15 08:53:49,095 15988 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:53:49] "GET /favicon.ico HTTP/1.1" 500 - 2019-12-15 08:53:49,192 15988 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1321, in call return self.dispatch(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1295, in call return self.app(environ, start_wrapped) File "/usr/local/lib/python3.6/dist-packages/werkzeug/wsgi.py", line 599, in call return self.app(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1458, in dispatch self.setup_db(httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1390, in setup_db httprequest.session.db = db_monodb(httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1542, in db_monodb dbs = db_list(True, httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1509, in db_list dbs = odoo.service.db.list_dbs(force) File "/opt/odoo/odoo/odoo/service/db.py", line 369, in list_dbs with closing(db.cursor()) as cr: File "/opt/odoo/odoo/odoo/sql_db.py", line 637, in cursor return Cursor(self.pool, self.dbname, self.dsn, serialized=serialized) File "/opt/odoo/odoo/odoo/sql_db.py", line 178, in init self._cnx = pool.borrow(dsn) File "/opt/odoo/odoo/odoo/sql_db.py", line 520, in _locked return fun(self, *args, kwargs) File "/opt/odoo/odoo/odoo/sql_db.py", line 588, in borrow connection_info) File "/usr/local/lib/python3.6/dist-packages/psycopg2/init.py", line 130, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: Peer authentication failed for user "mourad" 2019-12-15 08:53:49,197 15988 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1321, in call return self.dispatch(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1295, in call return self.app(environ, start_wrapped) File "/usr/local/lib/python3.6/dist-packages/werkzeug/wsgi.py", line 599, in call return self.app(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1458, in dispatch self.setup_db(httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1390, in setup_db httprequest.session.db = db_monodb(httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1542, in db_monodb dbs = db_list(True, httprequest) File "/opt/odoo/odoo/odoo/http.py", line 1509, in db_list dbs = odoo.service.db.list_dbs(force) File "/opt/odoo/odoo/odoo/service/db.py", line 369, in list_dbs with closing(db.cursor()) as cr: File "/opt/odoo/odoo/odoo/sql_db.py", line 637, in cursor return Cursor(self.pool, self.dbname, self.dsn, serialized=serialized) File "/opt/odoo/odoo/odoo/sql_db.py", line 178, in init self._cnx = pool.borrow(dsn) File "/opt/odoo/odoo/odoo/sql_db.py", line 520, in _locked return fun(self, *args, kwargs) File "/opt/odoo/odoo/odoo/sql_db.py", line 588, in borrow connection_info) File "/usr/local/lib/python3.6/dist-packages/psycopg2/init.py", line 130, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: Peer authentication failed for user "mourad" 2019-12-15 08:56:45,927 15988 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:56:45,927 15988 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:56:46,666 16249 INFO ? odoo: Odoo version 11.0 2019-12-15 08:56:46,667 16249 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:56:46,667 16249 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:56:46,667 16249 INFO ? odoo: database: odoo@default:default 2019-12-15 08:56:46,676 16249 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:56:46,763 16249 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:56:46,764 16249 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:56:52,483 16249 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 08:56:52,736 16249 INFO ? odoo.http: HTTP Configuring static files 2019-12-15 08:56:52,754 16249 INFO ? odoo.http: Generating nondb routing 2019-12-15 08:56:53,954 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/database/selector HTTP/1.1" 200 - 2019-12-15 08:56:53,980 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 304 - 2019-12-15 08:56:53,984 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 304 - 2019-12-15 08:56:53,989 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 304 - 2019-12-15 08:56:53,995 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 200 - 2019-12-15 08:56:53,996 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 304 - 2019-12-15 08:56:53,999 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:53] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 200 - 2019-12-15 08:56:54,003 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:54] "GET /web/static/src/img/logo2.png HTTP/1.1" 200 - 2019-12-15 08:56:54,075 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:56:54] "GET /web/static/src/img/favicon.ico HTTP/1.1" 200 - 2019-12-15 08:57:02,595 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:02] "GET /web?db=ICS2019 HTTP/1.1" 302 - 2019-12-15 08:57:02,604 16249 INFO ICS2019 odoo.modules.loading: loading 1 modules... 2019-12-15 08:57:02,677 16249 INFO ICS2019 odoo.modules.loading: 1 modules loaded in 0.07s, 0 queries 2019-12-15 08:57:02,686 16249 WARNING ICS2019 odoo.modules.graph: module test_module: not installable, skipped 2019-12-15 08:57:02,731 16249 WARNING ICS2019 odoo.modules.graph: module automatic_backup: not installable, skipped 2019-12-15 08:57:02,759 16249 WARNING ICS2019 odoo.modules.graph: module cendana_custom_odoo_login: not installable, skipped 2019-12-15 08:57:02,764 16249 WARNING ICS2019 odoo.modules.graph: module db_backup: not installable, skipped 2019-12-15 08:57:02,781 16249 INFO ICS2019 odoo.modules.loading: loading 55 modules... 2019-12-15 08:57:03,026 16249 INFO ICS2019 odoo.modules.loading: 55 modules loaded in 0.24s, 0 queries 2019-12-15 08:57:03,592 16249 INFO ICS2019 odoo.modules.loading: Modules loaded. 2019-12-15 08:57:03,597 16249 INFO ICS2019 odoo.addons.base.ir.ir_http: Generating routing map 2019-12-15 08:57:03,667 16249 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 08:57:03,668 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:03] "GET /web?db%3DICS2019 HTTP/1.1" 303 - 2019-12-15 08:57:03,910 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:03,913 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:06,125 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:06,132 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:06,147 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/login HTTP/1.1" 200 - 2019-12-15 08:57:06,216 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-15 08:57:06,441 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/webclient/qweb?mods= HTTP/1.1" 200 - 2019-12-15 08:57:06,445 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2019-12-15 08:57:06,481 16249 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-15 08:57:06,486 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 200 - 2019-12-15 08:57:06,486 16249 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/4b/4bda555f21e671dbbca18e86a35ed4ef1438b2ea Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1005

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/4b/4bda555f21e671dbbca18e86a35ed4ef1438b2ea' 2019-12-15 08:57:06,488 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/content/1005-e5cdabd/web.assets_frontend.0.css HTTP/1.1" 200 - 2019-12-15 08:57:06,544 16249 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:06] "GET /web/static/src/xml/dialog.xml HTTP/1.1" 200 - 2019-12-15 08:57:46,928 16249 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-15 08:57:46,981 16249 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 08:57:47,014 16249 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-15 08:57:55,403 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:55] "GET /web?db=ICS2019 HTTP/1.1" 303 - 2019-12-15 08:57:55,664 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:55,665 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:56,905 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:56,912 16249 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 08:57:56,927 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:56] "GET /web/login HTTP/1.1" 200 - 2019-12-15 08:57:57,073 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:57] "GET /web/webclient/qweb?mods= HTTP/1.1" 200 - 2019-12-15 08:57:57,080 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:57] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2019-12-15 08:57:57,091 16249 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 08:57:57] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-15 08:59:42,816 16249 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 08:59:42,816 16249 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 08:59:44,037 16502 INFO ? odoo: Odoo version 11.0 2019-12-15 08:59:44,037 16502 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 08:59:44,037 16502 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:59:44,038 16502 INFO ? odoo: database: odoo@default:default 2019-12-15 08:59:44,047 16502 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 08:59:44,134 16502 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 08:59:44,135 16502 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 08:59:48,536 16502 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 08:59:48,867 16502 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 08:59:48] "GET /web/login HTTP/1.1" 500 - 2019-12-15 08:59:48,869 16502 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-15 09:01:09,360 16502 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 09:01:09,360 16502 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 09:01:10,235 16604 INFO ? odoo: Odoo version 11.0 2019-12-15 09:01:10,236 16604 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 09:01:10,236 16604 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 09:01:10,236 16604 INFO ? odoo: database: odoo@default:default 2019-12-15 09:01:10,245 16604 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 09:01:10,331 16604 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 09:01:10,332 16604 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 09:01:16,039 16604 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 09:01:16,380 16604 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 09:01:16] "GET /web/login HTTP/1.1" 500 - 2019-12-15 09:01:16,383 16604 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-15 09:03:33,764 16604 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 09:03:33,764 16604 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 09:03:34,827 16795 INFO ? odoo: Odoo version 11.0 2019-12-15 09:03:34,828 16795 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 09:03:34,828 16795 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 09:03:34,828 16795 INFO ? odoo: database: odoo@default:default 2019-12-15 09:03:34,837 16795 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 09:03:34,941 16795 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 09:03:34,942 16795 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 09:03:40,367 16795 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 09:03:40,711 16795 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 09:03:40] "GET /web/login HTTP/1.1" 500 - 2019-12-15 09:03:40,713 16795 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-15 09:04:07,952 16795 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 09:04:07,952 16795 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 09:04:09,047 16883 INFO ? odoo: Odoo version 11.0 2019-12-15 09:04:09,048 16883 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 09:04:09,048 16883 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 09:04:09,048 16883 INFO ? odoo: database: odoo@default:default 2019-12-15 09:04:09,057 16883 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 09:04:09,151 16883 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 09:04:09,152 16883 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 09:04:13,029 16883 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 09:04:13,213 16883 INFO ? odoo.http: HTTP Configuring static files 2019-12-15 09:04:13,225 16883 INFO ICS2019 odoo.modules.loading: loading 1 modules... 2019-12-15 09:04:13,241 16883 INFO ICS2019 odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries 2019-12-15 09:04:13,245 16883 WARNING ICS2019 odoo.modules.graph: module test_module: not installable, skipped 2019-12-15 09:04:13,247 16883 WARNING ICS2019 odoo.modules.graph: module facture_montant_lettres_qweb: not installable, skipped 2019-12-15 09:04:13,247 16883 WARNING ICS2019 odoo.modules.graph: module automatic_backup: not installable, skipped 2019-12-15 09:04:13,250 16883 WARNING ICS2019 odoo.modules.graph: module devis_montant_lettres_qweb: not installable, skipped 2019-12-15 09:04:13,258 16883 WARNING ICS2019 odoo.modules.graph: module cendana_custom_odoo_login: not installable, skipped 2019-12-15 09:04:13,261 16883 WARNING ICS2019 odoo.modules.graph: module db_backup: not installable, skipped 2019-12-15 09:04:13,269 16883 INFO ICS2019 odoo.modules.loading: loading 53 modules... 2019-12-15 09:04:13,476 16883 INFO ICS2019 odoo.modules.loading: 53 modules loaded in 0.21s, 0 queries 2019-12-15 09:04:14,027 16883 INFO ICS2019 odoo.modules.loading: Modules loaded. 2019-12-15 09:04:14,031 16883 INFO ICS2019 odoo.addons.base.ir.ir_http: Generating routing map 2019-12-15 09:04:14,235 16883 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 09:04:14,236 16883 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 09:04:15,423 16883 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 09:04:15,429 16883 WARNING ICS2019 odoo.modules.module: module cendana_custom_odoo_login: module not found 2019-12-15 09:04:15,446 16883 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 09:04:15,447 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/login HTTP/1.1" 200 - 2019-12-15 09:04:15,510 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/4b/4bda555f21e671dbbca18e86a35ed4ef1438b2ea Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1005

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/4b/4bda555f21e671dbbca18e86a35ed4ef1438b2ea' 2019-12-15 09:04:15,516 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-15 09:04:15,531 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/content/1005-e5cdabd/web.assets_frontend.0.css HTTP/1.1" 304 - 2019-12-15 09:04:15,532 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-15 09:04:15,534 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 200 - 2019-12-15 09:04:15,536 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 200 - 2019-12-15 09:04:15,548 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/4d/4d4bf722b3e0c8cc0fd7f4ede84a1a6ca41ba04b Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1136

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/4d/4d4bf722b3e0c8cc0fd7f4ede84a1a6ca41ba04b' 2019-12-15 09:04:15,549 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/content/1136-937c18b/web.assets_frontend.js HTTP/1.1" 200 - 2019-12-15 09:04:15,565 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:15] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-15 09:04:20,934 16883 INFO ICS2019 odoo.addons.base.res.res_users: Login successful for db:ICS2019 login:contact@ics-tunisie.com from 127.0.0.1 2019-12-15 09:04:21,008 16883 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 09:04:21,014 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:21] "POST /web/login HTTP/1.1" 303 - 2019-12-15 09:04:21,273 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3' 2019-12-15 09:04:21,273 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 2019-12-15 09:04:21,274 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03' 2019-12-15 09:04:21,274 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb' 2019-12-15 09:04:21,274 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37' 2019-12-15 09:04:21,275 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2' 2019-12-15 09:04:21,275 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e' 2019-12-15 09:04:21,275 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0' 2019-12-15 09:04:21,275 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6' 2019-12-15 09:04:21,276 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375' 2019-12-15 09:04:21,276 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6' 2019-12-15 09:04:21,276 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab' 2019-12-15 09:04:21,276 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, False, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc' 2019-12-15 09:04:21,549 16883 WARNING ICS2019 odoo.modules.module: module automatic_backup: module not found 2019-12-15 09:04:21,551 16883 WARNING ICS2019 odoo.modules.module: module automatic_backup: module not found 2019-12-15 09:04:21,599 16883 WARNING ICS2019 odoo.modules.module: module automatic_backup: module not found 2019-12-15 09:04:21,746 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:21] "GET /web HTTP/1.1" 200 - 2019-12-15 09:04:21,782 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e0/e0897201a057a9b2b022a2816d09106d2905302a Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1144

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e0/e0897201a057a9b2b022a2816d09106d2905302a' 2019-12-15 09:04:21,783 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:21] "GET /web/content/1144-f9d3964/web.assets_backend.0.css HTTP/1.1" 200 - 2019-12-15 09:04:43,592 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3' 2019-12-15 09:04:43,593 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 2019-12-15 09:04:43,593 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03' 2019-12-15 09:04:43,594 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb' 2019-12-15 09:04:43,594 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37' 2019-12-15 09:04:43,595 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2' 2019-12-15 09:04:43,595 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e' 2019-12-15 09:04:43,596 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0' 2019-12-15 09:04:43,596 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6' 2019-12-15 09:04:43,596 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375' 2019-12-15 09:04:43,596 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6' 2019-12-15 09:04:43,597 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab' 2019-12-15 09:04:43,597 16883 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f929cb69488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc' 2019-12-15 09:04:43,701 16883 WARNING ICS2019 odoo.modules.module: module automatic_backup: module not found 2019-12-15 09:04:43,717 16883 WARNING ICS2019 odoo.modules.module: module automatic_backup: module not found 2019-12-15 09:04:43,750 16883 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:04:43] "GET /web?debug HTTP/1.1" 200 - 2019-12-15 09:05:39,374 16883 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 09:05:39,374 16883 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 09:05:40,641 17044 INFO ? odoo: Odoo version 11.0 2019-12-15 09:05:40,641 17044 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 09:05:40,641 17044 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 09:05:40,641 17044 INFO ? odoo: database: odoo@default:default 2019-12-15 09:05:40,650 17044 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 09:05:40,739 17044 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 09:05:40,740 17044 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 09:05:49,699 17044 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 09:05:49,993 17044 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 09:05:49] "GET /web?debug HTTP/1.1" 500 - 2019-12-15 09:05:49,995 17044 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-15 09:05:50,026 17044 INFO ICS2019 odoo.modules.loading: loading 1 modules... 2019-12-15 09:05:50,056 17044 INFO ICS2019 odoo.modules.loading: 1 modules loaded in 0.03s, 0 queries 2019-12-15 09:05:50,060 17044 WARNING ICS2019 odoo.modules.graph: module test_module: not installable, skipped 2019-12-15 09:05:50,130 17044 WARNING ICS2019 odoo.modules.graph: module cendana_custom_odoo_login: not installable, skipped 2019-12-15 09:05:50,154 17044 INFO ICS2019 odoo.modules.loading: loading 57 modules... 2019-12-15 09:05:50,436 17044 INFO ICS2019 odoo.modules.loading: 57 modules loaded in 0.28s, 0 queries 2019-12-15 09:05:50,933 17044 INFO ICS2019 odoo.modules.loading: Modules loaded. 2019-12-15 09:05:50,938 17044 INFO ICS2019 odoo.addons.base.ir.ir_http: Generating routing map 2019-12-15 09:05:51,045 17044 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 09:05:51] "GET /favicon.ico HTTP/1.1" 404 - 2019-12-15 09:07:58,857 17044 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 09:07:58,857 17044 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-15 09:08:00,097 17229 INFO ? odoo: Odoo version 11.0 2019-12-15 09:08:00,097 17229 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-15 09:08:00,097 17229 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 09:08:00,098 17229 INFO ? odoo: database: odoo@default:default 2019-12-15 09:08:00,111 17229 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-15 09:08:00,208 17229 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-15 09:08:00,209 17229 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-15 09:08:03,627 17229 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-15 09:08:03,959 17229 INFO ? werkzeug: 127.0.0.1 - - [15/Dec/2019 09:08:03] "GET /web?debug HTTP/1.1" 500 - 2019-12-15 09:08:03,963 17229 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-15 10:36:19,098 17229 INFO ICS2019 odoo.modules.loading: loading 1 modules... 2019-12-15 10:36:19,115 17229 INFO ICS2019 odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries 2019-12-15 10:36:19,118 17229 WARNING ICS2019 odoo.modules.graph: module test_module: not installable, skipped 2019-12-15 10:36:19,127 17229 WARNING ICS2019 odoo.modules.graph: module cendana_custom_odoo_login: not installable, skipped 2019-12-15 10:36:19,134 17229 INFO ICS2019 odoo.modules.loading: loading 57 modules... 2019-12-15 10:36:19,316 17229 INFO ICS2019 odoo.modules.loading: 57 modules loaded in 0.18s, 0 queries 2019-12-15 10:36:19,742 17229 INFO ICS2019 odoo.modules.loading: Modules loaded. 2019-12-15 10:36:19,746 17229 INFO ICS2019 odoo.addons.base.ir.ir_http: Generating routing map 2019-12-15 10:36:19,982 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3' 2019-12-15 10:36:19,983 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 2019-12-15 10:36:19,983 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03' 2019-12-15 10:36:19,983 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb' 2019-12-15 10:36:19,984 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37' 2019-12-15 10:36:19,984 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2' 2019-12-15 10:36:19,984 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e' 2019-12-15 10:36:19,984 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0' 2019-12-15 10:36:19,985 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6' 2019-12-15 10:36:19,985 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375' 2019-12-15 10:36:19,985 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6' 2019-12-15 10:36:19,985 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab' 2019-12-15 10:36:19,985 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc' 2019-12-15 10:36:22,526 17229 INFO ICS2019 odoo.models.unlink: User #1 deleted ir.attachment records with IDs: [1145, 1144] 2019-12-15 10:36:23,635 17229 INFO ICS2019 odoo.models.unlink: User #1 deleted ir.attachment records with IDs: [1146] 2019-12-15 10:36:23,793 17229 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 10:36:23,794 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web?debug HTTP/1.1" 200 - 2019-12-15 10:36:23,877 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-15 10:36:23,895 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 304 - 2019-12-15 10:36:23,895 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1147-d802081/web.assets_backend.0.css HTTP/1.1" 200 - 2019-12-15 10:36:23,904 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1148-d802081/web.assets_backend.1.css HTTP/1.1" 200 - 2019-12-15 10:36:23,916 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-15 10:36:23,919 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1139

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605' 2019-12-15 10:36:23,923 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 304 - 2019-12-15 10:36:23,927 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1139-a9a2562/web_editor.summernote.0.css HTTP/1.1" 200 - 2019-12-15 10:36:23,930 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1140

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9' 2019-12-15 10:36:23,933 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1142

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe' 2019-12-15 10:36:23,944 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1140-decfbaa/web_editor.assets_editor.0.css HTTP/1.1" 200 - 2019-12-15 10:36:23,957 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1142-a9a2562/web_editor.summernote.js HTTP/1.1" 200 - 2019-12-15 10:36:23,960 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1143

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66' 2019-12-15 10:36:23,961 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1143-decfbaa/web_editor.assets_editor.js HTTP/1.1" 200 - 2019-12-15 10:36:23,967 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:23] "GET /web/content/1149-d802081/web.assets_backend.js HTTP/1.1" 200 - 2019-12-15 10:36:24,031 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 10:36:24] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-15 10:36:31,478 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-15 10:36:31,549 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-15 10:36:31,553 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-15 10:36:31,587 17229 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 10:36:31,605 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-15 10:36:31,606 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job HR Contract: update state. 2019-12-15 10:36:31,649 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job HR Contract: update state done. 2019-12-15 10:38:03,953 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-15 10:38:03,995 17229 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 10:38:04,043 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-15 11:00:05,427 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Backup dump ftp. 2019-12-15 11:00:05,492 17229 ERROR ICS2019 odoo.addons.base.ir.ir_cron: Call from cron Backup dump ftp for server action #451 failed in Job #9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 350, in safe_eval return unsafe_eval(c, globals_dict, locals_dict) File "", line 1, in AttributeError: 'ir.cron' object has no attribute 'database_backup_cron_action'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_cron.py", line 102, in _callback self.env['ir.actions.server'].browse(server_action_id).run() File "/opt/odoo/odoo/odoo/addons/base/ir/ir_actions.py", line 557, in run res = func(action, eval_context=eval_context) File "/opt/odoo/odoo/odoo/addons/base/ir/ir_actions.py", line 433, in run_action_code_multi safe_eval(action.sudo().code.strip(), eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action' File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 373, in safe_eval pycompat.reraise(ValueError, ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr)), exc_info[2]) File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 86, in reraise raise value.with_traceback(tb) File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 350, in safe_eval return unsafe_eval(c, globals_dict, locals_dict) File "", line 1, in ValueError: <class 'AttributeError'>: "'ir.cron' object has no attribute 'database_backup_cron_action'" while evaluating "env['ir.cron'].database_backup_cron_action(9)" 2019-12-15 11:00:05,542 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Backup dump ftp done. 2019-12-15 11:08:04,568 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-15 11:08:04,603 17229 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 11:08:04,665 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-15 11:34:32,219 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Base: Auto-vacuum internal data. 2019-12-15 11:34:32,328 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _file_gc could not unlink /opt/odoo/.local/share/Odoo/filestore/ICS2019/e0/e0897201a057a9b2b022a2816d09106d2905302a Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 174, in _file_gc os.unlink(self._full_path(fname)) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e0/e0897201a057a9b2b022a2816d09106d2905302a' 2019-12-15 11:34:32,329 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _file_gc could not unlink /opt/odoo/.local/share/Odoo/filestore/ICS2019/7d/7d006a8fc81259bc74149e236ebc3904faa01084 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 174, in _file_gc os.unlink(self._full_path(fname)) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/7d/7d006a8fc81259bc74149e236ebc3904faa01084' 2019-12-15 11:34:32,330 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _file_gc could not unlink /opt/odoo/.local/share/Odoo/filestore/ICS2019/8b/8b3c961a16ac7e3de316b2ed682b84c0775b18aa Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 174, in _file_gc os.unlink(self._full_path(fname)) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/8b/8b3c961a16ac7e3de316b2ed682b84c0775b18aa' 2019-12-15 11:34:32,331 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: filestore gc 6 checked, 0 removed 2019-12-15 11:34:32,497 17229 INFO ICS2019 odoo.addons.base.ir.ir_autovacuum: GC'd 1 user log entries 2019-12-15 11:34:32,521 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Base: Auto-vacuum internal data done. 2019-12-15 11:36:34,652 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-15 11:36:34,727 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-15 11:36:34,730 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Publisher: Update Notification. 2019-12-15 11:36:35,394 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Publisher: Update Notification done. 2019-12-15 11:37:36,456 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Procurement: run scheduler. 2019-12-15 11:37:36,641 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Procurement: run scheduler done. 2019-12-15 11:38:07,895 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-15 11:38:07,939 17229 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-15 11:38:07,988 17229 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-15 11:41:37,622 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3' 2019-12-15 11:41:37,623 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 2019-12-15 11:41:37,623 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03' 2019-12-15 11:41:37,624 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb' 2019-12-15 11:41:37,624 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37' 2019-12-15 11:41:37,624 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2' 2019-12-15 11:41:37,625 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e' 2019-12-15 11:41:37,625 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0' 2019-12-15 11:41:37,625 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6' 2019-12-15 11:41:37,626 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375' 2019-12-15 11:41:37,626 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6' 2019-12-15 11:41:37,626 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab' 2019-12-15 11:41:37,626 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7fbc82669488>, 1, True, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc' 2019-12-15 11:41:38,314 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/?debug HTTP/1.1" 200 - 2019-12-15 11:41:38,352 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-15 11:41:38,368 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 200 - 2019-12-15 11:41:38,377 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-15 11:41:38,378 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1140

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9' 2019-12-15 11:41:38,381 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1139

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605' 2019-12-15 11:41:38,386 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 200 - 2019-12-15 11:41:38,388 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1140-decfbaa/web_editor.assets_editor.0.css HTTP/1.1" 200 - 2019-12-15 11:41:38,390 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1143

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66' 2019-12-15 11:41:38,390 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1142

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe' 2019-12-15 11:41:38,390 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1139-a9a2562/web_editor.summernote.0.css HTTP/1.1" 200 - 2019-12-15 11:41:38,393 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1143-decfbaa/web_editor.assets_editor.js HTTP/1.1" 200 - 2019-12-15 11:41:38,393 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1142-a9a2562/web_editor.summernote.js HTTP/1.1" 200 - 2019-12-15 11:41:38,454 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/content/1147-d802081/web.assets_backend.0.css HTTP/1.1" 200 - 2019-12-15 11:41:38,705 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:38] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2019-12-15 11:41:41,122 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/?debug HTTP/1.1" 200 - 2019-12-15 11:41:41,158 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-15 11:41:41,159 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1139

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605' 2019-12-15 11:41:41,163 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 304 - 2019-12-15 11:41:41,171 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1139-a9a2562/web_editor.summernote.0.css HTTP/1.1" 304 - 2019-12-15 11:41:41,173 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-15 11:41:41,184 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1147-d802081/web.assets_backend.0.css HTTP/1.1" 304 - 2019-12-15 11:41:41,187 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1140

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9' 2019-12-15 11:41:41,189 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 304 - 2019-12-15 11:41:41,202 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1140-decfbaa/web_editor.assets_editor.0.css HTTP/1.1" 304 - 2019-12-15 11:41:41,208 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1148-d802081/web.assets_backend.1.css HTTP/1.1" 304 - 2019-12-15 11:41:41,221 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1142

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe' 2019-12-15 11:41:41,223 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1142-a9a2562/web_editor.summernote.js HTTP/1.1" 304 - 2019-12-15 11:41:41,226 17229 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1143

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66' 2019-12-15 11:41:41,226 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1143-decfbaa/web_editor.assets_editor.js HTTP/1.1" 304 - 2019-12-15 11:41:41,240 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/content/1149-d802081/web.assets_backend.js HTTP/1.1" 304 - 2019-12-15 11:41:41,308 17229 INFO ICS2019 werkzeug: 127.0.0.1 - - [15/Dec/2019 11:41:41] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-15 11:56:40,070 17229 INFO ? odoo.service.server: Initiating shutdown 2019-12-15 11:56:40,070 17229 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-16 05:47:09,089 1061 INFO ? odoo: Odoo version 11.0 2019-12-16 05:47:09,147 1061 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-16 05:47:09,147 1061 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-16 05:47:09,148 1061 INFO ? odoo: database: odoo@default:default 2019-12-16 05:47:09,429 1061 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-16 05:47:10,780 1061 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-16 05:47:10,792 1061 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-16 05:54:00,872 1061 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-16 05:54:01,872 1061 INFO ? werkzeug: 127.0.0.1 - - [16/Dec/2019 05:54:01] "GET / HTTP/1.1" 500 - 2019-12-16 05:54:01,976 1061 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/opt/odoo/odoo/odoo/service/server.py", line 319, in app return self.app(e, s) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/opt/odoo/odoo/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/odoo/odoo/http.py", line 1320, in call self.load_addons() File "/opt/odoo/odoo/odoo/http.py", line 1352, in load_addons m = import('odoo.addons.' + module) File "/opt/odoo/odoo/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.dict) File "", line 1, in

ModuleNotFoundError: No module named 'models' 2019-12-16 05:54:03,408 1061 INFO ICS2019 odoo.modules.loading: loading 1 modules... 2019-12-16 05:54:03,422 1061 INFO ICS2019 odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries 2019-12-16 05:54:03,593 1061 WARNING ICS2019 odoo.modules.graph: module test_module: not installable, skipped 2019-12-16 05:54:04,158 1061 WARNING ICS2019 odoo.modules.graph: module cendana_custom_odoo_login: not installable, skipped 2019-12-16 05:54:04,330 1061 INFO ICS2019 odoo.modules.loading: loading 57 modules... 2019-12-16 05:54:05,288 1061 INFO ICS2019 odoo.modules.loading: 57 modules loaded in 0.96s, 0 queries 2019-12-16 05:54:06,342 1061 INFO ICS2019 odoo.modules.loading: Modules loaded. 2019-12-16 05:54:06,618 1061 INFO ICS2019 odoo.addons.base.ir.ir_http: Generating routing map 2019-12-16 05:54:06,986 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 05:54:06] "GET /favicon.ico HTTP/1.1" 404 - 2019-12-16 05:54:13,467 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Database Backup. 2019-12-16 05:54:14,822 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Database Backup done. 2019-12-16 05:54:14,824 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 05:54:15,022 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 05:54:15,025 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 05:54:15,529 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 05:54:15,600 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 06:08:16,464 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 06:08:16,487 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 06:08:16,530 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 06:37:04,824 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 06:37:04,881 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 06:38:05,944 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 06:38:05,965 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 06:38:06,184 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 07:08:20,192 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 07:08:20,287 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 07:08:20,354 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 07:36:22,100 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 07:36:22,154 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 07:38:08,916 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 07:38:08,983 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 07:38:09,013 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 08:08:24,149 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 08:08:24,180 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 08:08:24,281 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 08:36:25,827 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 08:36:25,857 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 08:38:11,395 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 08:38:11,411 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 08:38:11,451 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 09:08:27,268 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 09:08:27,308 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 09:08:27,347 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 09:22:27,907 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job HR Contract: update state. 2019-12-16 09:22:28,790 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job HR Contract: update state done. 2019-12-16 09:36:29,573 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 09:36:29,641 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 09:38:13,040 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 09:38:13,082 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 09:38:13,128 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 10:08:31,605 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 10:08:31,690 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 10:08:31,732 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 10:36:33,417 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 10:36:33,482 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 10:38:15,820 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 10:38:15,899 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 10:38:15,954 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 11:00:35,004 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Backup dump ftp. 2019-12-16 11:00:35,061 1061 ERROR ICS2019 odoo.addons.base.ir.ir_cron: Call from cron Backup dump ftp for server action #451 failed in Job #9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 350, in safe_eval return unsafe_eval(c, globals_dict, locals_dict) File "", line 1, in AttributeError: 'ir.cron' object has no attribute 'database_backup_cron_action'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_cron.py", line 102, in _callback self.env['ir.actions.server'].browse(server_action_id).run() File "/opt/odoo/odoo/odoo/addons/base/ir/ir_actions.py", line 557, in run res = func(action, eval_context=eval_context) File "/opt/odoo/odoo/odoo/addons/base/ir/ir_actions.py", line 433, in run_action_code_multi safe_eval(action.sudo().code.strip(), eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action' File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 373, in safe_eval pycompat.reraise(ValueError, ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr)), exc_info[2]) File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 86, in reraise raise value.with_traceback(tb) File "/opt/odoo/odoo/odoo/tools/safe_eval.py", line 350, in safe_eval return unsafe_eval(c, globals_dict, locals_dict) File "", line 1, in ValueError: <class 'AttributeError'>: "'ir.cron' object has no attribute 'database_backup_cron_action'" while evaluating "env['ir.cron'].database_backup_cron_action(9)" 2019-12-16 11:00:35,176 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Backup dump ftp done. 2019-12-16 11:08:35,675 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 11:08:35,725 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 11:08:35,762 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 11:34:36,936 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Base: Auto-vacuum internal data. 2019-12-16 11:34:37,028 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: filestore gc 0 checked, 0 removed 2019-12-16 11:34:38,444 1061 INFO ICS2019 odoo.addons.base.ir.ir_autovacuum: GC'd 0 user log entries 2019-12-16 11:34:38,471 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Base: Auto-vacuum internal data done. 2019-12-16 11:36:38,544 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 11:36:38,579 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 11:37:38,590 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Procurement: run scheduler. 2019-12-16 11:37:39,604 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Procurement: run scheduler done. 2019-12-16 11:38:18,182 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 11:38:18,227 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 11:38:18,272 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 12:08:41,124 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 12:08:41,176 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 12:08:41,218 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 12:36:42,655 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 12:36:42,694 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 12:38:20,208 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 12:38:20,231 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 12:38:20,311 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 13:08:44,564 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 13:08:44,596 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 13:08:44,659 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 13:23:05,055 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:05] "GET / HTTP/1.1" 303 - 2019-12-16 13:23:05,926 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b427afd5ed82cde793e0c4b2c6901661614288f3' 2019-12-16 13:23:05,970 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 2019-12-16 13:23:05,971 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/54/549f82ae56b7397db7fcd8ca1a179494b0cfda03' 2019-12-16 13:23:05,972 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/45/45bff6378331e9a088a96ccbe79a7b36d72876cb' 2019-12-16 13:23:05,973 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/a7/a73d3d22e9c79a282a48dcb5bea3ae31033d7c37' 2019-12-16 13:23:05,974 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/08/08ebc81e57db863437270b64ef2043154d5bb1b2' 2019-12-16 13:23:05,975 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/57/576746a590a5ec2384a9428a907bc44e9117ee1e' 2019-12-16 13:23:05,976 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/29/293431f94d2b6e6d13325e9444ddc06a8ac254a0' 2019-12-16 13:23:05,977 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/92/9272fdee77faa2970921cec7bfc2c739908406c6' 2019-12-16 13:23:05,978 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375' 2019-12-16 13:23:05,979 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fd16bb9261211d4bd81b4a530213f0f7a4c13ac6' 2019-12-16 13:23:05,980 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b8/b852566dfbab47cf169684f3e98f3ba097561fab' 2019-12-16 13:23:05,982 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/cache.py", line 84, in lookup r = d[key] File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper return func(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f88f1d18488>, 1, None, ('fr_FR',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 783

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/cf/cf96d1aae2c821025a85d0affa1400838305fecc' 2019-12-16 13:23:08,763 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web HTTP/1.1" 200 - 2019-12-16 13:23:08,824 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-16 13:23:08,827 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1139

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605' 2019-12-16 13:23:08,829 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 200 - 2019-12-16 13:23:08,834 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1139-a9a2562/web_editor.summernote.0.css HTTP/1.1" 200 - 2019-12-16 13:23:08,838 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1140

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9' 2019-12-16 13:23:08,841 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-16 13:23:08,843 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1140-decfbaa/web_editor.assets_editor.0.css HTTP/1.1" 200 - 2019-12-16 13:23:08,845 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 200 - 2019-12-16 13:23:08,848 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1142

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe' 2019-12-16 13:23:08,853 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1142-a9a2562/web_editor.summernote.js HTTP/1.1" 200 - 2019-12-16 13:23:08,853 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1143

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66' 2019-12-16 13:23:08,855 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:08] "GET /web/content/1143-decfbaa/web_editor.assets_editor.js HTTP/1.1" 200 - 2019-12-16 13:23:09,002 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:09] "GET /web/content/1147-d802081/web.assets_backend.0.css HTTP/1.1" 200 - 2019-12-16 13:23:09,223 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:09] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-16 13:23:09,412 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:09] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2019-12-16 13:23:59,431 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web HTTP/1.1" 200 - 2019-12-16 13:23:59,462 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1134

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/b4/b45f00a8810cc44b57bc4eff6fbffe2fcbad85d7' 2019-12-16 13:23:59,470 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1134-ccefd96/web.assets_common.0.css HTTP/1.1" 304 - 2019-12-16 13:23:59,471 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1139

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605' 2019-12-16 13:23:59,477 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1139-a9a2562/web_editor.summernote.0.css HTTP/1.1" 304 - 2019-12-16 13:23:59,479 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1135

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/ba/ba5e66b9ef0db664f4fbb12fa827f239cfa3585d' 2019-12-16 13:23:59,488 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1140

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/e1/e1a6ef4a3bee66570d55edec3a7e2f67654f19e9' 2019-12-16 13:23:59,489 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1135-ccefd96/web.assets_common.js HTTP/1.1" 304 - 2019-12-16 13:23:59,494 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1147-d802081/web.assets_backend.0.css HTTP/1.1" 200 - 2019-12-16 13:23:59,495 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1142

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/c6/c6f8ff207e68da060d5cefd770541a4d0bef7bfe' 2019-12-16 13:23:59,495 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1140-decfbaa/web_editor.assets_editor.0.css HTTP/1.1" 304 - 2019-12-16 13:23:59,503 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1142-a9a2562/web_editor.summernote.js HTTP/1.1" 304 - 2019-12-16 13:23:59,505 1061 INFO ICS2019 odoo.addons.base.ir.ir_attachment: _read_file reading /opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66 Traceback (most recent call last): File "/opt/odoo/odoo/odoo/fields.py", line 948, in get value = record.env.cache.get(record, self) File "/opt/odoo/odoo/odoo/api.py", line 977, in get value = self._data[key][field][record._ids[0]] KeyError: 1143

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo/odoo/odoo/addons/base/ir/ir_attachment.py", line 101, in _file_read r = base64.b64encode(open(full_path,'rb').read()) FileNotFoundError: [Errno 2] No such file or directory: '/opt/odoo/.local/share/Odoo/filestore/ICS2019/fd/fde572af22e399d7d4a8c6defe04fc05ca4e9d66' 2019-12-16 13:23:59,506 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1143-decfbaa/web_editor.assets_editor.js HTTP/1.1" 304 - 2019-12-16 13:23:59,528 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1149-d802081/web.assets_backend.js HTTP/1.1" 304 - 2019-12-16 13:23:59,529 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/content/1148-d802081/web.assets_backend.1.css HTTP/1.1" 304 - 2019-12-16 13:23:59,564 1061 INFO ICS2019 werkzeug: 127.0.0.1 - - [16/Dec/2019 13:23:59] "GET /web/binary/company_logo HTTP/1.1" 200 - 2019-12-16 13:36:46,225 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 13:36:46,274 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 13:38:22,543 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 13:38:22,586 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 13:38:22,623 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 14:08:47,580 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 14:08:47,647 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 14:08:47,700 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 14:36:22,149 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 14:36:22,200 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 14:38:24,326 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 14:38:24,373 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 14:38:24,416 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 15:08:51,064 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 15:08:51,140 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 15:08:51,186 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 15:36:24,331 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 15:36:24,358 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 15:38:26,443 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 15:38:26,487 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 15:38:26,533 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 16:00:49,681 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Database Backup. 2019-12-16 16:00:49,736 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Database Backup done. 2019-12-16 16:08:54,325 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 16:08:54,406 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 16:08:54,448 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 16:36:26,336 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Mail: Email Queue Manager. 2019-12-16 16:36:26,370 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Mail: Email Queue Manager done. 2019-12-16 16:38:28,502 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 16:38:28,540 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 16:38:28,590 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 17:07:59,127 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Starting job Calendar: Event Reminder. 2019-12-16 17:07:59,190 1061 INFO ICS2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2019-12-16 17:07:59,231 1061 INFO ICS2019 odoo.addons.base.ir.ir_cron: Job Calendar: Event Reminder done. 2019-12-16 17:28:17,455 1061 INFO ? odoo.service.server: Initiating shutdown 2019-12-16 17:28:17,455 1061 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-17 05:50:25,269 1096 INFO ? odoo: Odoo version 11.0 2019-12-17 05:50:25,326 1096 INFO ? odoo: Using configuration file at /etc/odoo.conf 2019-12-17 05:50:25,326 1096 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-17 05:50:25,327 1096 INFO ? odoo: database: odoo@default:default 2019-12-17 05:50:25,474 1096 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-17 05:50:26,925 1096 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-17 05:50:26,936 1096 INFO ? odoo.addons.base.ir.ir_actions_report: Wkhtmltopdf seems to be broken. 2019-12-17 06:31:45,999 1096 INFO ? odoo.service.server: Initiating shutdown 2019-12-17 06:31:45,999 1096 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-17 06:50:11,904 22162 INFO ? odoo: Odoo version 11.0 2019-12-17 06:50:11,916 22162 INFO ? odoo: Using configuration file at /etc/odoo-server.conf 2019-12-17 06:50:11,916 22162 INFO ? odoo: addons paths: ['/odoo/odoo-server/addons', '/odoo/custom/addons', '/odoo/odoo-server/odoo/addons'] 2019-12-17 06:50:11,917 22162 INFO ? odoo: database: default@default:default 2019-12-17 06:50:11,961 22162 INFO ? odoo.service.server: HTTP service (werkzeug) running on mourad-Inspiron-3576:8069 2019-12-17 06:50:15,647 22162 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-17 06:50:33,595 22162 INFO ? odoo.addons.sms.wizard.send_sms: The phonenumbers Python module is not available. Phone number validation will be skipped. Try pip3 install phonenumbers to install it. 2019-12-17 06:53:54,749 22422 INFO ? odoo: Odoo version 11.0 2019-12-17 06:53:54,749 22422 INFO ? odoo: Using configuration file at /etc/odoo-server.conf 2019-12-17 06:53:54,749 22422 INFO ? odoo: addons paths: ['/odoo/odoo-server/addons', '/odoo/custom/addons', '/odoo/odoo-server/odoo/addons'] 2019-12-17 06:53:54,750 22422 INFO ? odoo: database: default@default:default 2019-12-17 06:53:54,831 22422 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-17 09:11:23,127 22422 INFO ? odoo.service.server: Initiating shutdown 2019-12-17 09:11:23,173 22422 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-17 09:11:25,739 30803 INFO ? odoo: Odoo version 11.0 2019-12-17 09:11:25,739 30803 INFO ? odoo: Using configuration file at /etc/odoo-server.conf 2019-12-17 09:11:25,739 30803 INFO ? odoo: addons paths: ['/odoo/odoo-server/addons', '/odoo/custom/addons', '/odoo/odoo-server/odoo/addons', '/usr/lib/python3/dist-packages/odoo/addons'] 2019-12-17 09:11:25,740 30803 INFO ? odoo: database: default@default:default 2019-12-17 09:11:25,982 30803 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf 2019-12-17 10:21:58,677 7037 INFO ? odoo: Odoo version 11.0-20191217 2019-12-17 10:21:58,678 7037 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf 2019-12-17 10:21:58,678 7037 INFO ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/usr/lib/python3/dist-packages/odoo/addons'] 2019-12-17 10:21:58,678 7037 INFO ? odoo: database: odoo@default:default 2019-12-17 10:21:58,794 7037 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 2019-12-17 10:22:12,116 7037 INFO ? odoo.service.server: Initiating shutdown 2019-12-17 10:22:12,116 7037 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2019-12-17 10:26:22,313 15246 INFO ? odoo: Odoo version 11.0 2019-12-17 10:26:22,314 15246 INFO ? odoo: Using configuration file at /etc/odoo-server.conf 2019-12-17 10:26:22,314 15246 INFO ? odoo: addons paths: ['/odoo/odoo-server/addons', '/odoo/custom/addons', '/odoo/odoo-server/odoo/addons'] 2019-12-17 10:26:22,314 15246 INFO ? odoo: database: default@default:default 2019-12-17 10:26:22,419 15246 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf

Yenthe666 commented 4 years ago

See this part of the log:

2019-12-15 08:50:52,277 15621 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/11.0', '/opt/odoo/addons', '/opt/odoo/custom_addons', '/opt/odoo/odoo/odoo/addons'] 2019-12-15 08:50:52,278 15621 INFO ? odoo: database: odoo@default:default 2019-12-15 08:50:52,278 15621 CRITICAL ? odoo.modules.module: Couldn't load module web 2019-12-15 08:50:52,278 15621 CRITICAL ? odoo.modules.module: No module named 'web' 2019-12-15 08:50:52,278 15621 ERROR ? odoo.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration.

/opt/odoo/odoo/odoo/addons looks like an invalid path.

mm82299 commented 4 years ago

How i can fix this?

mm82299 commented 4 years ago

I'm not creating any path just executing the script

Yenthe666 commented 4 years ago

Shouldn't happen. Modify the odoo-server.conf file and remove this path.

mm82299 commented 4 years ago

Sorry the path does not exist as the installation was not happened due to the error we got when executing the script

Yenthe666 commented 4 years ago

That's impossible as the log is showing that the file is created. See:

2019-12-17 06:50:11,916 22162 INFO ? odoo: Using configuration file at /etc/odoo-server.conf

The file is there, you just need to modify the params.

mm82299 commented 4 years ago

Hello, I was able to install Odoo and restore an old DB but i got this error message when I select a product or a customer: Image: could not display the selected image Capture

Yenthe666 commented 4 years ago

Those are issues with your Odoo filestore but thats out of the scope of my installation script :) Please make sure that you've copied over the filestore, that it is in the right location and that the Odoo user has enough rights to access it.

mm82299 commented 4 years ago

Dear Yenthe,

thank you for the feedback, i'm new to Odoo, did you have any ideah how to fix this issue. Thanks in advance. Mourad Meziou Gérant E // contact@ics-tunisie.com (mailto:contact@ics-tunisie.com) P // 98 462 916 / 70 032 596 (tel:98%20462%20916%20/%2070%20032%20596)70 032 596 (tel:70%20032%20596) (Fax) A // Avenue Abou Al Hassan Allakhmi, Immeuble Lina Appartement 53 - 3027 Sfax - Tunisie (https://maps.google.com/?q=Avenue%20Abou%20Al%20Hassan%20Allakhmi%2C%20Immeuble%20Lina%20%20%20Appartement%2053%20-%203027%20Sfax%20-%20Tunisie%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20) W // http://www.ics-tunisie.com/

On Dec 17 2019, at 5:46 pm, Yenthe Van Ginneken notifications@github.com wrote:

Closed #191 (https://github.com/Yenthe666/InstallScript/issues/191).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/Yenthe666/InstallScript/issues/191?email_source=notifications&email_token=AKW3QSWHPHSOMJKNIB4EVPDQZD65BA5CNFSM4J3YHIY2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVRFIW7Q#event-2890566526), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AKW3QSVNWJVLDRHQWPLDLILQZD65BANCNFSM4J3YHIYQ).

Yenthe666 commented 4 years ago

Basically what I've said before:

Please make sure that you've copied over the filestore, that it is in the right location and that the Odoo user has enough rights to access it.

Can't really explain and guess all those things for somebody on an external system honestly :) I'd advise you to read tutorials/documentation about how the Odoo core works.