Docker command: python3 odoo/odoo-bin --addons-path enterprise/.,odoo-customer-customizations/.,odoo/addons,odoo/odoo/addons --workers 2 --gevent-port 8070 --max-cron-threads 1 -d 00336-17-0-base --proxy-mode --db-filter %d.*$ --smtp 172.17.0.1 ================================================= Adding readonly volume '/data/build/odoo-at-certification-apps' pointing to /home/runbot/odoo/runbot/runbot/static/sources/odoo-at-certification-apps/6d0467e35b554ec24f5dd4a485168b7ba3c99a83 Adding readonly volume '/data/build/odoo-customer-customizations' pointing to /home/runbot/odoo/runbot/runbot/static/sources/odoo-customer-customizations/fcc10881939bd59fd03c85c98f8491f18dda7bd1 Adding readonly volume '/data/build/enterprise' pointing to /home/runbot/odoo/runbot/runbot/static/sources/enterprise/18de36bd5095a4f791cd5320ef090c832c67a8b9 Adding readonly volume '/data/build/odoo' pointing to /home/runbot/odoo/runbot/runbot/static/sources/odoo/a0bfb53cecc14ddac5aa201b1ef13854d2e9f86e Adding readonly volume '/home/runbot/.odoorc' pointing to /home/runbot/odoo/runbot/runbot/static/build/00336-17-0/.odoorc WARNING: Skipping /usr/lib/python3.12/dist-packages/charset_normalizer-3.3.2.dist-info due to invalid metadata entry 'name' Ignoring Babel: markers 'python_version < "3.11"' don't match your environment Ignoring Babel: markers 'python_version >= "3.13"' don't match your environment Ignoring chardet: markers 'python_version < "3.11"' don't match your environment Ignoring cryptography: markers 'python_version < "3.12"' don't match your environment Ignoring decorator: markers 'python_version < "3.11"' don't match your environment Ignoring docutils: markers 'python_version < "3.11"' don't match your environment Ignoring freezegun: markers 'python_version < "3.11"' don't match your environment Ignoring freezegun: markers 'python_version >= "3.13"' don't match your environment Ignoring gevent: markers 'sys_platform != "win32" and python_version == "3.10"' don't match your environment Ignoring gevent: markers 'sys_platform != "win32" and python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring gevent: markers 'sys_platform != "win32" and python_version >= "3.13"' don't match your environment Ignoring greenlet: markers 'sys_platform != "win32" and python_version == "3.10"' don't match your environment Ignoring greenlet: markers 'sys_platform != "win32" and python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring greenlet: markers 'sys_platform != "win32" and python_version >= "3.13"' don't match your environment Ignoring idna: markers 'python_version < "3.12"' don't match your environment Ignoring Jinja2: markers 'python_version <= "3.10"' don't match your environment Ignoring libsass: markers 'python_version < "3.11"' don't match your environment Ignoring lxml: markers 'python_version <= "3.10"' don't match your environment Ignoring lxml: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring MarkupSafe: markers 'python_version <= "3.10"' don't match your environment Ignoring MarkupSafe: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring num2words: markers 'python_version < "3.12"' don't match your environment Ignoring Pillow: markers 'python_version <= "3.10"' don't match your environment Ignoring Pillow: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring Pillow: markers 'python_version >= "3.13"' don't match your environment Ignoring psutil: markers 'python_version <= "3.10"' don't match your environment Ignoring psutil: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring psycopg2: markers 'python_version == "3.10"' don't match your environment Ignoring psycopg2: markers 'python_version == "3.11"' don't match your environment Ignoring psycopg2: markers 'python_version >= "3.13"' don't match your environment Ignoring pyopenssl: markers 'python_version < "3.12"' don't match your environment Ignoring PyPDF2: markers 'python_version <= "3.10"' don't match your environment Ignoring PyPDF: markers 'python_version >= "3.13"' don't match your environment Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment Ignoring python-dateutil: markers 'python_version < "3.11"' don't match your environment Ignoring python-ldap: markers 'sys_platform != "win32" and python_version < "3.12"' don't match your environment Ignoring python-stdnum: markers 'python_version < "3.11"' don't match your environment Ignoring qrcode: markers 'python_version < "3.11"' don't match your environment Ignoring reportlab: markers 'python_version <= "3.10"' don't match your environment Ignoring reportlab: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring requests: markers 'python_version < "3.11"' don't match your environment Ignoring rjsmin: markers 'python_version < "3.11"' don't match your environment Ignoring rl-renderPM: markers 'sys_platform == "win32" and python_version >= "3.12"' don't match your environment Ignoring urllib3: markers 'python_version < "3.12"' don't match your environment Ignoring Werkzeug: markers 'python_version <= "3.10"' don't match your environment Ignoring Werkzeug: markers 'python_version > "3.10" and python_version < "3.12"' don't match your environment Ignoring xlrd: markers 'python_version < "3.12"' don't match your environment Ignoring XlsxWriter: markers 'python_version < "3.12"' don't match your environment Ignoring zeep: markers 'python_version < "3.11"' don't match your environment Ignoring zeep: markers 'python_version >= "3.13"' don't match your environment Requirement already satisfied: Babel==2.10.3 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 4)) (2.10.3) Requirement already satisfied: chardet==5.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 7)) (5.2.0) Requirement already satisfied: cryptography==42.0.8 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 9)) (42.0.8) Collecting decorator==5.1.1 (from -r odoo/requirements.txt (line 11)) Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) Requirement already satisfied: docutils==0.20.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 13)) (0.20.1) Requirement already satisfied: ebaysdk==2.1.5 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 14)) (2.1.5) Requirement already satisfied: freezegun==1.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 16)) (1.2.1) Requirement already satisfied: geoip2==2.9.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 18)) (2.9.0) Requirement already satisfied: gevent==24.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 21)) (24.2.1) Requirement already satisfied: greenlet==3.0.3 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 25)) (3.0.3) Requirement already satisfied: idna==3.6 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 28)) (3.6) Requirement already satisfied: Jinja2==3.1.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 30)) (3.1.2) Requirement already satisfied: libsass==0.22.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 32)) (0.22.0) Requirement already satisfied: lxml==5.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 35)) (5.2.1) Requirement already satisfied: lxml-html-clean in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 36)) (0.1.1) Requirement already satisfied: MarkupSafe==2.1.5 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 39)) (2.1.5) Requirement already satisfied: num2words==0.5.13 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 41)) (0.5.13) Requirement already satisfied: ofxparse==0.21 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 42)) (0.21) Requirement already satisfied: passlib==1.7.4 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 43)) (1.7.4) Requirement already satisfied: Pillow==10.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 46)) (10.2.0) Requirement already satisfied: polib==1.1.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 48)) (1.1.1) Requirement already satisfied: psutil==5.9.8 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 51)) (5.9.8) Requirement already satisfied: psycopg2==2.9.9 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 54)) (2.9.9) Collecting pydot==1.4.2 (from -r odoo/requirements.txt (line 56)) Downloading pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) Requirement already satisfied: pyopenssl==24.1.0 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 58)) (24.1.0) Requirement already satisfied: PyPDF2==2.12.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 60)) (2.12.1) Requirement already satisfied: pyserial==3.5 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 63)) (3.5) Requirement already satisfied: python-dateutil==2.8.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 65)) (2.8.2) Requirement already satisfied: python-ldap==3.4.4 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 67)) (3.4.4) Requirement already satisfied: python-stdnum==1.19 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 69)) (1.19) Requirement already satisfied: pytz in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 70)) (2024.1) Requirement already satisfied: pyusb==1.2.1 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 71)) (1.2.1) Requirement already satisfied: qrcode==7.4.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 73)) (7.4.2) Requirement already satisfied: reportlab==4.1.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 76)) (4.1.0) Requirement already satisfied: requests==2.31.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 78)) (2.31.0) Requirement already satisfied: rjsmin==1.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 80)) (1.2.0) Requirement already satisfied: urllib3==2.0.7 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 83)) (2.0.7) Requirement already satisfied: vobject==0.9.6.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 84)) (0.9.6.1) Requirement already satisfied: Werkzeug==3.0.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 87)) (3.0.1) Requirement already satisfied: xlrd==2.0.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 89)) (2.0.1) Requirement already satisfied: XlsxWriter==3.1.9 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 91)) (3.1.9) Requirement already satisfied: xlwt==1.3.0 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 92)) (1.3.0) Requirement already satisfied: zeep==4.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 94)) (4.2.1) Requirement already satisfied: cffi>=1.12 in /home/runbot/.local/lib/python3.12/site-packages (from cryptography==42.0.8->-r odoo/requirements.txt (line 9)) (2.0.0) Collecting pyparsing>=2.1.4 (from pydot==1.4.2->-r odoo/requirements.txt (line 56)) Downloading pyparsing-3.3.2-py3-none-any.whl.metadata (5.8 kB) Requirement already satisfied: pyasn1>=0.3.7 in /usr/lib/python3/dist-packages (from python-ldap==3.4.4->-r odoo/requirements.txt (line 67)) (0.4.8) Requirement already satisfied: pyasn1_modules>=0.1.5 in /usr/lib/python3/dist-packages (from python-ldap==3.4.4->-r odoo/requirements.txt (line 67)) (0.2.8) Requirement already satisfied: pycparser in /home/runbot/.local/lib/python3.12/site-packages (from cffi>=1.12->cryptography==42.0.8->-r odoo/requirements.txt (line 9)) (3.0) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Downloading pydot-1.4.2-py2.py3-none-any.whl (21 kB) Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB) WARNING: Skipping /usr/lib/python3.12/dist-packages/charset_normalizer-3.3.2.dist-info due to invalid metadata entry 'name' Installing collected packages: pyparsing, decorator, pydot Successfully installed decorator-5.1.1 pydot-1.4.2 pyparsing-3.3.2 2026-03-04 02:05:08,803 26 INFO ? odoo: Odoo version 17.0 2026-03-04 02:05:08,804 26 INFO ? odoo: Using configuration file at /home/runbot/.odoorc 2026-03-04 02:05:08,804 26 INFO ? odoo: addons paths: ['/data/build/odoo/odoo/addons', '/data/build/datadir/addons/17.0', '/data/build/enterprise', '/data/build/odoo-customer-customizations', '/data/build/odoo/addons'] 2026-03-04 02:05:08,804 26 INFO ? odoo: database: runbot@default:default Warn: Can't find .pfb for face 'Courier' 2026-03-04 02:05:09,018 26 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 2026-03-04 02:05:09,283 26 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 2026-03-04 02:05:09,297 26 INFO 00336-17-0-base odoo.modules.loading: loading 1 modules... 2026-03-04 02:05:09,301 26 INFO 00336-17-0-base odoo.modules.loading: 1 modules loaded in 0.00s, 0 queries (+0 extra) 2026-03-04 02:05:09,308 26 INFO 00336-17-0-base odoo.modules.loading: loading 11 modules... 2026-03-04 02:05:09,474 26 INFO 00336-17-0-base odoo.modules.loading: 11 modules loaded in 0.17s, 0 queries (+0 extra) 2026-03-04 02:05:09,493 26 INFO 00336-17-0-base odoo.modules.loading: Modules loaded. 2026-03-04 02:05:09,495 26 INFO 00336-17-0-base odoo.modules.registry: Registry loaded in 0.211s 2026-03-04 02:05:09,495 26 INFO 00336-17-0-base odoo.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 2 connections 2026-03-04 02:05:09,499 31 INFO 00336-17-0-base odoo.service.server: Worker WorkerHTTP (31) alive 2026-03-04 02:05:09,501 32 INFO 00336-17-0-base odoo.service.server: Worker WorkerHTTP (32) alive 2026-03-04 02:05:09,504 35 INFO 00336-17-0-base odoo.service.server: Worker WorkerCron (35) alive 2026-03-04 02:05:10,352 33 INFO ? odoo: Odoo version 17.0 2026-03-04 02:05:10,352 33 INFO ? odoo: Using configuration file at /home/runbot/.odoorc 2026-03-04 02:05:10,352 33 INFO ? odoo: addons paths: ['/data/build/odoo/odoo/addons', '/data/build/datadir/addons/17.0', '/data/build/enterprise', '/data/build/odoo-customer-customizations', '/data/build/odoo/addons'] 2026-03-04 02:05:10,352 33 INFO ? odoo: database: runbot@default:default Warn: Can't find .pfb for face 'Courier' 2026-03-04 02:05:10,573 33 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 2026-03-04 02:05:10,835 33 INFO ? odoo.service.server: Evented Service (longpolling) running on 0.0.0.0:8070 2026-03-04 02:05:20,742 31 INFO 00336-17-0-base odoo.addons.base.models.ir_http: Generating routing map for key None 2026-03-04 02:05:20,760 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:20] "GET / HTTP/1.0" 303 - 11 0.008 0.023 2026-03-04 02:05:20,859 32 INFO 00336-17-0-base odoo.addons.base.models.ir_http: Generating routing map for key None 2026-03-04 02:05:20,877 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:20] "GET /web HTTP/1.0" 303 - 10 0.009 0.032 2026-03-04 02:05:21,190 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:21] "GET /web/login HTTP/1.0" 200 - 55 0.025 0.117 2026-03-04 02:05:21,581 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:21] "GET /web/static/src/libs/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.0" 200 - 1 0.003 0.304 2026-03-04 02:05:21,608 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:21] "GET /web/binary/company_logo HTTP/1.0" 200 - 6 0.009 0.015 2026-03-04 02:05:21,838 32 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/a31e9ba/web.assets_frontend_minimal.min.js (id:189) 2026-03-04 02:05:21,841 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:21] "GET /web/assets/a31e9ba/web.assets_frontend_minimal.min.js HTTP/1.0" 200 - 18 0.011 0.022 2026-03-04 02:05:22,248 31 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/6806213/web.assets_frontend.min.css (id:190) 2026-03-04 02:05:22,251 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:22] "GET /web/assets/6806213/web.assets_frontend.min.css HTTP/1.0" 200 - 16 0.020 0.820 2026-03-04 02:05:22,844 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:22] "GET /web/static/img/favicon.ico HTTP/1.0" 200 - 1 0.002 0.006 2026-03-04 02:05:23,092 31 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/79d5304/web.assets_frontend_lazy.min.js (id:191) 2026-03-04 02:05:23,094 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:23] "GET /web/assets/79d5304/web.assets_frontend_lazy.min.js HTTP/1.0" 200 - 13 0.007 0.253 2026-03-04 02:05:23,395 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:23] "GET /web/webclient/translations/1772589923323 HTTP/1.0" 200 - 8 0.004 0.013 2026-03-04 02:05:32,962 32 INFO 00336-17-0-base odoo.addons.base.models.res_users: Login successful for db:00336-17-0-base login:admin from 127.0.0.42 2026-03-04 02:05:32,972 32 INFO 00336-17-0-base odoo.modules.registry: Caches invalidated, signaling through the database: ['default'] 2026-03-04 02:05:32,973 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:32] "POST /web/login HTTP/1.0" 303 - 54 0.032 0.369 2026-03-04 02:05:33,324 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:33] "GET /web HTTP/1.0" 200 - 76 0.041 0.088 2026-03-04 02:05:33,420 31 INFO ? odoo.modules.registry: Invalidating caches after database signaling: ['default', 'templates.cached_values'] 2026-03-04 02:05:33,465 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:33] "GET /web/webclient/load_menus/172bef6a7af96680ac3a6d836ca7e789cae2e213afe9556bbb3468597f3484c3 HTTP/1.0" 200 - 28 0.017 0.030 2026-03-04 02:05:34,077 31 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/01bfa9d/web.assets_web.min.js (id:192) 2026-03-04 02:05:34,086 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/assets/01bfa9d/web.assets_web.min.js HTTP/1.0" 200 - 26 0.008 0.610 2026-03-04 02:05:34,098 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/webclient/translations/c097a4426362f8e75854b784c5418b565eb85939?lang=en_US HTTP/1.0" 200 - 2 0.001 0.002 2026-03-04 02:05:34,105 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/manifest.webmanifest HTTP/1.0" 200 - 7 0.003 0.003 2026-03-04 02:05:34,205 32 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/6dce177/web.assets_web.min.css (id:193) 2026-03-04 02:05:34,214 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/assets/6dce177/web.assets_web.min.css HTTP/1.0" 200 - 15 0.039 0.760 2026-03-04 02:05:34,856 32 INFO 00336-17-0-base odoo.addons.base.models.assetsbundle: Generating a new asset bundle attachment /web/assets/7484f5f/bus.websocket_worker_assets.min.js (id:194) 2026-03-04 02:05:34,859 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /bus/websocket_worker_bundle?v=17.0-3 HTTP/1.0" 200 - 8 0.004 0.021 2026-03-04 02:05:34,861 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "POST /web/action/load HTTP/1.0" 200 - 9 0.009 0.006 2026-03-04 02:05:34,862 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff2 HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:34,869 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/service-worker.js HTTP/1.0" 200 - 1 0.000 0.001 2026-03-04 02:05:34,872 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/image?model=res.users&field=avatar_128&id=2 HTTP/1.0" 200 - 16 0.003 0.008 2026-03-04 02:05:34,957 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/offline HTTP/1.0" 200 - 6 0.002 0.012 2026-03-04 02:05:34,960 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "GET /web/static/img/odoo-icon-192x192.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:34,976 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:34] "POST /web/dataset/call_kw/ir.module.module/get_views HTTP/1.0" 200 - 52 0.011 0.023 2026-03-04 02:05:35,089 33 INFO ? odoo.modules.loading: loading 1 modules... 2026-03-04 02:05:35,098 33 INFO ? odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries (+0 extra) 2026-03-04 02:05:35,110 33 INFO ? odoo.modules.loading: loading 11 modules... 2026-03-04 02:05:35,242 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 40 0.016 0.009 2026-03-04 02:05:35,245 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 1 0.000 0.001 2026-03-04 02:05:35,252 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "POST /web/dataset/call_kw/ir.module.module/web_search_read HTTP/1.0" 200 - 5 0.003 0.029 2026-03-04 02:05:35,280 33 INFO ? odoo.modules.loading: 11 modules loaded in 0.17s, 0 queries (+0 extra) 2026-03-04 02:05:35,300 33 INFO ? odoo.modules.loading: Modules loaded. 2026-03-04 02:05:35,301 33 INFO ? odoo.modules.registry: Registry loaded in 0.224s 2026-03-04 02:05:35,302 33 INFO 00336-17-0-base odoo.addons.base.models.ir_http: Generating routing map for key None 2026-03-04 02:05:35,455 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /sale_management/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,456 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/mrp_workorder.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,456 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /account/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.000 2026-03-04 02:05:35,458 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /crm/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.000 2026-03-04 02:05:35,458 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /pos_restaurant/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,527 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/account_accountant.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,528 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /website/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,530 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /stock/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,532 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /purchase/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,532 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/knowledge.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,596 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /maintenance/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,597 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /mrp/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,599 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /mass_mailing/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,601 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/sale_subscription.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,604 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /hr/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,606 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/sign.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,732 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/helpdesk.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,733 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/web_studio.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,734 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /hr_holidays/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,735 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /project/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,735 33 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres 2026-03-04 02:05:35,736 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /hr_recruitment/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,738 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /data_recycle/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,806 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /website_slides/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,808 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /website_sale/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,809 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/timesheet_grid.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,812 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /hr_expense/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,812 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/industry_fsm.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,814 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/quality_control.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,878 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/planning.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,879 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /point_of_sale/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,882 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /website_event/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,883 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /mail/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:35,887 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /contacts/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,887 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/mrp_plm.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,958 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/hr_appraisal.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,958 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /calendar/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,961 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /fleet/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,961 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/social.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,964 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /base/static/img/icons/marketing_automation.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:35,964 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:35] "GET /im_livechat/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,038 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /survey/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,038 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/appointment.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:36,046 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /mass_mailing_sms/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,047 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /hr_attendance/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:36,049 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/web_mobile.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,051 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /repair/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.003 2026-03-04 02:05:36,114 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/stock_barcode.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,116 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /project_todo/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,119 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /hr_skills/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,123 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /lunch/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,124 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/voip.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,126 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /website_hr_recruitment/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,266 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /hr_contract/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.002 2026-03-04 02:05:36,268 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/sale_amazon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:36,268 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:36] "GET /base/static/img/icons/sale_ebay.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:05:39,745 33 INFO 00336-17-0-base longpolling: 127.0.0.42 - - [2026-03-04 02:05:39] "GET /websocket?version=17.0-3 HTTP/1.0" 101 450 4.668823 2026-03-04 02:05:59,104 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "GET / HTTP/1.0" 303 - 2 0.001 0.004 2026-03-04 02:05:59,200 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "GET /web HTTP/1.0" 200 - 9 0.003 0.013 2026-03-04 02:05:59,351 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "GET /web/manifest.webmanifest HTTP/1.0" 200 - 5 0.003 0.006 2026-03-04 02:05:59,429 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "GET /bus/websocket_worker_bundle?v=17.0-3 HTTP/1.0" 304 - 3 0.002 0.005 2026-03-04 02:05:59,438 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "GET /web/image?model=res.users&field=avatar_128&id=2 HTTP/1.0" 304 - 9 0.002 0.006 2026-03-04 02:05:59,440 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "POST /web/action/load HTTP/1.0" 200 - 9 0.003 0.009 2026-03-04 02:05:59,533 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "POST /web/dataset/call_kw/ir.module.module/get_views HTTP/1.0" 200 - 2 0.001 0.006 2026-03-04 02:05:59,695 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 6 0.003 0.008 2026-03-04 02:05:59,713 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "POST /web/dataset/call_kw/ir.module.module/web_search_read HTTP/1.0" 200 - 3 0.002 0.014 2026-03-04 02:05:59,716 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:05:59] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 36 0.013 0.015 2026-03-04 02:06:01,552 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:01] "GET /web/service-worker.js HTTP/1.0" 200 - 1 0.000 0.002 2026-03-04 02:06:14,634 35 INFO 00336-17-0-base odoo.modules.registry: Invalidating caches after database signaling: ['default', 'templates.cached_values'] 2026-03-04 02:06:14,660 35 INFO 00336-17-0-base odoo.addons.base.models.ir_cron: Starting job `Base: Auto-vacuum internal data`. 2026-03-04 02:06:14,678 35 INFO 00336-17-0-base odoo.addons.base.models.ir_attachment: filestore gc 62 checked, 0 removed 2026-03-04 02:06:14,703 35 INFO 00336-17-0-base odoo.addons.base.models.res_users: GC'd 0 user log entries 2026-03-04 02:06:14,714 35 INFO 00336-17-0-base odoo.addons.auth_totp.models.auth_totp: GC'd 0 totp devices entries 2026-03-04 02:06:14,721 35 INFO 00336-17-0-base odoo.addons.base.models.ir_cron: Job done: `Base: Auto-vacuum internal data` (0.060s). 2026-03-04 02:06:14,725 35 INFO 00336-17-0-base odoo.addons.base.models.ir_cron: Starting job `Base: Portal Users Deletion`. 2026-03-04 02:06:14,727 35 INFO 00336-17-0-base odoo.addons.base.models.ir_cron: Job done: `Base: Portal Users Deletion` (0.002s). 2026-03-04 02:06:17,460 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:17] "POST /web/dataset/call_kw/ir.module.module/web_search_read HTTP/1.0" 200 - 4 0.008 0.018 2026-03-04 02:06:17,463 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:17] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 36 0.014 0.013 2026-03-04 02:06:17,727 31 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:17] "GET /base/static/description/icon.png HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:06:18,663 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:18] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.0" 200 - 36 0.019 0.083 2026-03-04 02:06:18,742 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:18] "POST /web/dataset/call_kw/ir.module.module/web_search_read HTTP/1.0" 200 - 2 0.002 0.002 2026-03-04 02:06:18,833 32 INFO ? werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:18] "GET /web/static/img/empty_folder.svg HTTP/1.0" 200 - 0 0.000 0.001 2026-03-04 02:06:37,035 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:37] "HEAD /web HTTP/1.0" 303 - 2 0.003 0.007 2026-03-04 02:06:37,474 32 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:37] "HEAD /web/login HTTP/1.0" 200 - 39 0.023 0.107 2026-03-04 02:06:37,651 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:37] "GET /web/login HTTP/1.0" 200 - 27 0.021 0.054 2026-03-04 02:06:37,763 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:37] "GET /web HTTP/1.0" 303 - 2 0.003 0.007 2026-03-04 02:06:38,080 31 INFO 00336-17-0-base werkzeug: 127.0.0.42 - - [04/Mar/2026 02:06:38] "GET /web/login HTTP/1.0" 200 - 5 0.005 0.015 2026-03-04 02:06:38,450 33 INFO 00336-17-0-base longpolling: 127.0.0.42 - - [2026-03-04 02:06:38] "GET /websocket?version=17.0-3 HTTP/1.0" 101 450 38.810862