Docker command: python3 odoo/odoo-bin --addons-path us_dev,odoo/addons,odoo/odoo/addons -d 01381-18-0-all -i us_prro_checkbox,us_prro_vchasno_kasa,us_prro --stop-after-init --log-level=test --max-cron-threads=0 ================================================= Adding readonly volume '/data/build/us_dev' pointing to /home/runbot/odoo/runbot/runbot/static/sources/us_dev/75d5179bafbd45f10b52f78c0984fff1a16ffbf7 Adding readonly volume '/data/build/odoo' pointing to /home/runbot/odoo/runbot/runbot/static/sources/odoo/42e1a00b7aa7b3c3c952e477760bac88efc7f7fc Adding readonly volume '/home/runbot/.odoorc' pointing to /home/runbot/odoo/runbot/runbot/static/build/01381-18-0/.odoorc Defaulting to user installation because normal site-packages is not writeable WARNING: Skipping /usr/lib/python3.12/dist-packages/charset_normalizer-3.3.2.dist-info due to invalid metadata entry 'name' Ignoring asn1crypto: markers 'python_version < "3.11"' don't match your environment 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 cbor2: markers 'python_version < "3.12"' 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 openpyxl: 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 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: asn1crypto==1.5.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 4)) (1.5.1) Requirement already satisfied: Babel==2.10.3 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 6)) (2.10.3) Requirement already satisfied: cbor2==5.6.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 9)) (5.6.2) Requirement already satisfied: chardet==5.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 11)) (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 13)) (42.0.8) Collecting decorator==5.1.1 (from -r odoo/requirements.txt (line 15)) 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 17)) (0.20.1) Requirement already satisfied: freezegun==1.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 19)) (1.2.1) Requirement already satisfied: geoip2==2.9.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 21)) (2.9.0) Requirement already satisfied: gevent==24.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 24)) (24.2.1) Requirement already satisfied: greenlet==3.0.3 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 28)) (3.0.3) Requirement already satisfied: idna==3.6 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 31)) (3.6) Requirement already satisfied: Jinja2==3.1.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 33)) (3.1.2) Requirement already satisfied: libsass==0.22.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 35)) (0.22.0) Requirement already satisfied: lxml==5.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 38)) (5.2.1) Requirement already satisfied: lxml-html-clean in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 39)) (0.1.1) Requirement already satisfied: MarkupSafe==2.1.5 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 42)) (2.1.5) Requirement already satisfied: num2words==0.5.13 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 44)) (0.5.13) Requirement already satisfied: ofxparse==0.21 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 45)) (0.21) Requirement already satisfied: openpyxl==3.1.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 47)) (3.1.2) Requirement already satisfied: passlib==1.7.4 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 48)) (1.7.4) Requirement already satisfied: Pillow==10.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 51)) (10.2.0) Requirement already satisfied: polib==1.1.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 53)) (1.1.1) Requirement already satisfied: psutil==5.9.8 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 56)) (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 59)) (2.9.9) Requirement already satisfied: pyopenssl==24.1.0 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 62)) (24.1.0) Requirement already satisfied: PyPDF2==2.12.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 64)) (2.12.1) Requirement already satisfied: pyserial==3.5 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 66)) (3.5) Requirement already satisfied: python-dateutil==2.8.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 68)) (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 70)) (3.4.4) Requirement already satisfied: python-stdnum==1.19 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 72)) (1.19) Requirement already satisfied: pytz in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 73)) (2024.1) Requirement already satisfied: pyusb==1.2.1 in /home/runbot/.local/lib/python3.12/site-packages (from -r odoo/requirements.txt (line 74)) (1.2.1) Requirement already satisfied: qrcode==7.4.2 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 76)) (7.4.2) Requirement already satisfied: reportlab==4.1.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 79)) (4.1.0) Requirement already satisfied: requests==2.31.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 81)) (2.31.0) Requirement already satisfied: rjsmin==1.2.0 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 83)) (1.2.0) Requirement already satisfied: urllib3==2.0.7 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 86)) (2.0.7) Requirement already satisfied: vobject==0.9.6.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 87)) (0.9.6.1) Requirement already satisfied: Werkzeug==3.0.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 90)) (3.0.1) Requirement already satisfied: xlrd==2.0.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 92)) (2.0.1) Requirement already satisfied: XlsxWriter==3.1.9 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 94)) (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 95)) (1.3.0) Requirement already satisfied: zeep==4.2.1 in /usr/lib/python3/dist-packages (from -r odoo/requirements.txt (line 97)) (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 13)) (2.0.0) Requirement already satisfied: pyasn1>=0.3.7 in /usr/lib/python3/dist-packages (from python-ldap==3.4.4->-r odoo/requirements.txt (line 70)) (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 70)) (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 13)) (2.23) Downloading decorator-5.1.1-py3-none-any.whl (9.1 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: decorator Successfully installed decorator-5.1.1 2025-11-25 15:05:56,022 26 INFO ? odoo: Odoo version 18.0 2025-11-25 15:05:56,022 26 INFO ? odoo: Using configuration file at /home/runbot/.odoorc 2025-11-25 15:05:56,022 26 INFO ? odoo: addons paths: ['/data/build/odoo/odoo/addons', '/data/build/datadir/addons/18.0', '/data/build/us_dev', '/data/build/odoo/addons'] 2025-11-25 15:05:56,022 26 INFO ? odoo: database: runbot@default:default Warn: Can't find .pfb for face 'Courier' 2025-11-25 15:05:56,265 26 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 2025-11-25 15:05:56,273 26 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltoimage binary at /usr/local/bin/wkhtmltoimage 2025-11-25 15:05:56,575 26 INFO 01381-18-0-all odoo.modules.loading: init db 2025-11-25 15:05:57,629 26 INFO 01381-18-0-all odoo.modules.loading: loading 1 modules... 2025-11-25 15:05:57,629 26 INFO 01381-18-0-all odoo.modules.loading: Loading module base (1/1) 2025-11-25 15:05:57,659 26 INFO 01381-18-0-all odoo.modules.registry: module base: creating or updating database tables 2025-11-25 15:05:58,352 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.module.module.menus_by_module 2025-11-25 15:05:58,352 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.module.module.reports_by_module 2025-11-25 15:05:58,352 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.module.module.views_by_module 2025-11-25 15:05:58,624 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.user_id 2025-11-25 15:05:58,625 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.commercial_partner_id 2025-11-25 15:05:58,625 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.complete_name 2025-11-25 15:05:58,625 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.company_registry 2025-11-25 15:05:58,625 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.commercial_company_name 2025-11-25 15:05:58,625 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.partner_share 2025-11-25 15:05:58,710 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.currency.decimal_places 2025-11-25 15:05:58,776 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.uses_default_logo 2025-11-25 15:05:58,776 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.logo_web 2025-11-25 15:05:58,784 26 INFO 01381-18-0-all odoo.models: Computing parent_path for table res_company... 2025-11-25 15:05:58,836 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.users.signature 2025-11-25 15:05:58,836 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.users.share 2025-11-25 15:06:00,686 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_bank.xml 2025-11-25 15:06:00,691 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res.lang.csv 2025-11-25 15:06:00,728 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_lang_data.xml 2025-11-25 15:06:00,758 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_partner_data.xml 2025-11-25 15:06:00,802 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_currency_data.xml 2025-11-25 15:06:01,154 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_company_data.xml 2025-11-25 15:06:01,160 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_users_data.xml 2025-11-25 15:06:02,225 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/report_paperformat_data.xml 2025-11-25 15:06:02,231 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_country_data.xml 2025-11-25 15:06:02,550 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_demo_data.xml 2025-11-25 15:06:02,559 26 INFO 01381-18-0-all odoo.modules.loading: loading base/security/base_groups.xml 2025-11-25 15:06:03,002 26 INFO 01381-18-0-all odoo.modules.loading: loading base/security/base_security.xml 2025-11-25 15:06:03,105 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/base_menus.xml 2025-11-25 15:06:03,150 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/decimal_precision_views.xml 2025-11-25 15:06:03,163 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_config_views.xml 2025-11-25 15:06:03,168 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res.country.state.csv 2025-11-25 15:06:03,775 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_actions_views.xml 2025-11-25 15:06:03,871 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_asset_views.xml 2025-11-25 15:06:03,886 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_config_parameter_views.xml 2025-11-25 15:06:03,899 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_cron_views.xml 2025-11-25 15:06:03,922 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_cron_trigger_views.xml 2025-11-25 15:06:03,935 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_filters_views.xml 2025-11-25 15:06:03,948 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_mail_server_views.xml 2025-11-25 15:06:03,961 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_model_views.xml 2025-11-25 15:06:04,077 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_attachment_views.xml 2025-11-25 15:06:04,096 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_rule_views.xml 2025-11-25 15:06:04,116 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_sequence_views.xml 2025-11-25 15:06:04,135 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_ui_menu_views.xml 2025-11-25 15:06:04,152 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_ui_view_views.xml 2025-11-25 15:06:04,195 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_default_views.xml 2025-11-25 15:06:04,211 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_config_parameter_data.xml 2025-11-25 15:06:04,213 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_cron_data.xml 2025-11-25 15:06:04,221 26 INFO 01381-18-0-all odoo.modules.loading: loading base/report/ir_model_report.xml 2025-11-25 15:06:04,224 26 INFO 01381-18-0-all odoo.modules.loading: loading base/report/ir_model_templates.xml 2025-11-25 15:06:04,230 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_logging_views.xml 2025-11-25 15:06:04,244 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_qweb_widget_templates.xml 2025-11-25 15:06:04,255 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_module_views.xml 2025-11-25 15:06:04,298 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_module_category_data.xml 2025-11-25 15:06:04,344 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_module_module.xml 2025-11-25 15:06:04,389 26 INFO 01381-18-0-all odoo.modules.loading: loading base/report/ir_module_reports.xml 2025-11-25 15:06:04,393 26 INFO 01381-18-0-all odoo.modules.loading: loading base/report/ir_module_report_templates.xml 2025-11-25 15:06:04,398 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_module_update_views.xml 2025-11-25 15:06:04,411 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_language_install_views.xml 2025-11-25 15:06:04,422 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_import_language_views.xml 2025-11-25 15:06:04,432 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_module_upgrade_views.xml 2025-11-25 15:06:04,449 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_module_uninstall_views.xml 2025-11-25 15:06:04,460 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_export_language_views.xml 2025-11-25 15:06:04,473 26 INFO 01381-18-0-all odoo.modules.loading: loading base/wizard/base_partner_merge_views.xml 2025-11-25 15:06:04,488 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/ir_demo_failure_data.xml 2025-11-25 15:06:04,503 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/ir_profile_views.xml 2025-11-25 15:06:04,523 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_company_views.xml 2025-11-25 15:06:04,541 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_lang_views.xml 2025-11-25 15:06:04,559 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_partner_views.xml 2025-11-25 15:06:04,647 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_bank_views.xml 2025-11-25 15:06:04,674 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_country_views.xml 2025-11-25 15:06:04,710 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_currency_views.xml 2025-11-25 15:06:04,736 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_users_views.xml 2025-11-25 15:06:04,814 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_device_views.xml 2025-11-25 15:06:04,827 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_users_identitycheck_views.xml 2025-11-25 15:06:04,832 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/res_config_settings_views.xml 2025-11-25 15:06:04,837 26 INFO 01381-18-0-all odoo.modules.loading: loading base/views/report_paperformat_views.xml 2025-11-25 15:06:04,855 26 INFO 01381-18-0-all odoo.modules.loading: loading base/security/ir.model.access.csv 2025-11-25 15:06:04,970 26 INFO 01381-18-0-all odoo.modules.loading: Module base: loading demo 2025-11-25 15:06:04,971 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_users_demo.xml 2025-11-25 15:06:06,785 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_partner_bank_demo.xml 2025-11-25 15:06:06,792 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_currency_demo.xml 2025-11-25 15:06:06,796 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_currency_rate_demo.xml 2025-11-25 15:06:06,980 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_bank_demo.xml 2025-11-25 15:06:06,984 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_partner_demo.xml 2025-11-25 15:06:07,097 26 INFO 01381-18-0-all odoo.modules.loading: loading base/data/res_partner_image_demo.xml 2025-11-25 15:06:07,515 26 INFO 01381-18-0-all odoo.modules.loading: Module base loaded in 9.89s, 9258 queries (+9258 other) 2025-11-25 15:06:07,515 26 INFO 01381-18-0-all odoo.modules.loading: 1 modules loaded in 9.89s, 9258 queries (+9258 extra) 2025-11-25 15:06:07,541 26 INFO 01381-18-0-all odoo.modules.loading: updating modules list 2025-11-25 15:06:07,542 26 INFO 01381-18-0-all odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user __system__ #1 via n/a 2025-11-25 15:06:08,184 26 INFO 01381-18-0-all odoo.addons.base.models.ir_module: ALLOW access to module.button_install on ['ПРРО (UnitSoft)', 'Checkbox для Точки Продажу', 'Вчасно.Каса для Точки Продажу'] to user __system__ #1 via n/a 2025-11-25 15:06:08,321 26 INFO 01381-18-0-all odoo.modules.loading: loading 58 modules... 2025-11-25 15:06:08,321 26 INFO 01381-18-0-all odoo.modules.loading: Loading module l10n_us (2/58) 2025-11-25 15:06:08,341 26 INFO 01381-18-0-all odoo.modules.registry: module l10n_us: creating or updating database tables 2025-11-25 15:06:08,368 26 INFO 01381-18-0-all odoo.modules.loading: loading l10n_us/data/res_company_data.xml 2025-11-25 15:06:08,372 26 INFO 01381-18-0-all odoo.modules.loading: loading l10n_us/views/res_partner_bank_views.xml 2025-11-25 15:06:08,395 26 INFO 01381-18-0-all odoo.modules.loading: Module l10n_us loaded in 0.07s, 60 queries (+60 other) 2025-11-25 15:06:08,395 26 INFO 01381-18-0-all odoo.modules.loading: Loading module uom (3/58) 2025-11-25 15:06:08,420 26 INFO 01381-18-0-all odoo.modules.registry: module uom: creating or updating database tables 2025-11-25 15:06:08,512 26 INFO 01381-18-0-all odoo.modules.loading: loading uom/data/uom_data.xml 2025-11-25 15:06:08,565 26 INFO 01381-18-0-all odoo.modules.loading: loading uom/security/uom_security.xml 2025-11-25 15:06:08,583 26 INFO 01381-18-0-all odoo.modules.loading: loading uom/security/ir.model.access.csv 2025-11-25 15:06:08,599 26 INFO 01381-18-0-all odoo.modules.loading: loading uom/views/uom_uom_views.xml 2025-11-25 15:06:08,643 26 INFO 01381-18-0-all odoo.modules.loading: Module uom loaded in 0.25s, 294 queries (+294 other) 2025-11-25 15:06:08,643 26 INFO 01381-18-0-all odoo.modules.loading: Loading module web (4/58) 2025-11-25 15:06:08,674 26 INFO 01381-18-0-all odoo.modules.registry: module web: creating or updating database tables 2025-11-25 15:06:09,366 26 INFO 01381-18-0-all odoo.modules.loading: loading web/security/ir.model.access.csv 2025-11-25 15:06:09,375 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/webclient_templates.xml 2025-11-25 15:06:09,421 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/report_templates.xml 2025-11-25 15:06:09,500 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/base_document_layout_views.xml 2025-11-25 15:06:09,512 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/partner_view.xml 2025-11-25 15:06:09,518 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/speedscope_template.xml 2025-11-25 15:06:09,523 26 INFO 01381-18-0-all odoo.modules.loading: loading web/views/neutralize_views.xml 2025-11-25 15:06:09,528 26 INFO 01381-18-0-all odoo.modules.loading: loading web/data/ir_attachment.xml 2025-11-25 15:06:09,532 26 INFO 01381-18-0-all odoo.modules.loading: loading web/data/report_layout.xml 2025-11-25 15:06:09,577 26 INFO 01381-18-0-all odoo.modules.loading: Module web loaded in 0.93s, 1123 queries (+1123 other) 2025-11-25 15:06:09,578 26 INFO 01381-18-0-all odoo.modules.loading: Loading module auth_totp (5/58) 2025-11-25 15:06:09,630 26 INFO 01381-18-0-all odoo.modules.registry: module auth_totp: creating or updating database tables 2025-11-25 15:06:09,707 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/security/security.xml 2025-11-25 15:06:09,728 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/security/ir.model.access.csv 2025-11-25 15:06:09,736 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/data/ir_action_data.xml 2025-11-25 15:06:09,742 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/views/res_users_views.xml 2025-11-25 15:06:09,770 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/views/templates.xml 2025-11-25 15:06:09,774 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp/wizard/auth_totp_wizard_views.xml 2025-11-25 15:06:09,794 26 INFO 01381-18-0-all odoo.modules.loading: Module auth_totp loaded in 0.22s, 188 queries (+188 other) 2025-11-25 15:06:09,794 26 INFO 01381-18-0-all odoo.modules.loading: Loading module barcodes (6/58) 2025-11-25 15:06:09,824 26 INFO 01381-18-0-all odoo.modules.registry: module barcodes: creating or updating database tables 2025-11-25 15:06:09,915 26 INFO 01381-18-0-all odoo.modules.loading: loading barcodes/data/barcodes_data.xml 2025-11-25 15:06:09,922 26 INFO 01381-18-0-all odoo.modules.loading: loading barcodes/views/barcodes_view.xml 2025-11-25 15:06:09,950 26 INFO 01381-18-0-all odoo.modules.loading: loading barcodes/security/ir.model.access.csv 2025-11-25 15:06:09,981 26 INFO 01381-18-0-all odoo.modules.loading: Module barcodes loaded in 0.19s, 149 queries (+149 other) 2025-11-25 15:06:09,981 26 INFO 01381-18-0-all odoo.modules.loading: Loading module base_import (7/58) 2025-11-25 15:06:10,272 26 INFO 01381-18-0-all odoo.modules.registry: module base_import: creating or updating database tables 2025-11-25 15:06:10,946 26 INFO 01381-18-0-all odoo.modules.loading: loading base_import/security/ir.model.access.csv 2025-11-25 15:06:10,963 26 INFO 01381-18-0-all odoo.modules.loading: Module base_import loaded in 0.98s, 916 queries (+916 other) 2025-11-25 15:06:10,963 26 INFO 01381-18-0-all odoo.modules.loading: Loading module base_import_module (8/58) 2025-11-25 15:06:10,996 26 INFO 01381-18-0-all odoo.modules.registry: module base_import_module: creating or updating database tables 2025-11-25 15:06:11,071 26 INFO 01381-18-0-all odoo.modules.loading: loading base_import_module/security/ir.model.access.csv 2025-11-25 15:06:11,078 26 INFO 01381-18-0-all odoo.modules.loading: loading base_import_module/views/base_import_module_view.xml 2025-11-25 15:06:11,094 26 INFO 01381-18-0-all odoo.modules.loading: loading base_import_module/views/ir_module_views.xml 2025-11-25 15:06:11,131 26 INFO 01381-18-0-all odoo.modules.loading: Module base_import_module loaded in 0.17s, 164 queries (+164 other) 2025-11-25 15:06:11,131 26 INFO 01381-18-0-all odoo.modules.loading: Loading module base_setup (9/58) 2025-11-25 15:06:11,161 26 INFO 01381-18-0-all odoo.modules.registry: module base_setup: creating or updating database tables 2025-11-25 15:06:11,216 26 INFO 01381-18-0-all odoo.modules.loading: loading base_setup/data/base_setup_data.xml 2025-11-25 15:06:11,221 26 INFO 01381-18-0-all odoo.modules.loading: loading base_setup/views/res_config_settings_views.xml 2025-11-25 15:06:11,249 26 INFO 01381-18-0-all odoo.modules.loading: loading base_setup/views/res_partner_views.xml 2025-11-25 15:06:11,267 26 INFO 01381-18-0-all odoo.modules.loading: Module base_setup loaded in 0.14s, 154 queries (+154 other) 2025-11-25 15:06:11,267 26 INFO 01381-18-0-all odoo.modules.loading: Loading module bus (10/58) 2025-11-25 15:06:11,320 26 INFO 01381-18-0-all odoo.modules.registry: module bus: creating or updating database tables 2025-11-25 15:06:11,451 26 INFO 01381-18-0-all odoo.modules.loading: loading bus/security/ir.model.access.csv 2025-11-25 15:06:11,465 26 INFO 01381-18-0-all odoo.modules.loading: Module bus loaded in 0.20s, 165 queries (+165 other) 2025-11-25 15:06:11,465 26 INFO 01381-18-0-all odoo.modules.loading: Loading module http_routing (11/58) 2025-11-25 15:06:11,493 26 INFO 01381-18-0-all odoo.modules.registry: module http_routing: creating or updating database tables 2025-11-25 15:06:11,517 26 INFO 01381-18-0-all odoo.modules.loading: loading http_routing/views/http_routing_template.xml 2025-11-25 15:06:11,541 26 INFO 01381-18-0-all odoo.modules.loading: loading http_routing/views/res_lang_views.xml 2025-11-25 15:06:11,570 26 INFO 01381-18-0-all odoo.modules.loading: Module http_routing loaded in 0.11s, 100 queries (+100 other) 2025-11-25 15:06:11,570 26 INFO 01381-18-0-all odoo.modules.loading: Loading module onboarding (12/58) 2025-11-25 15:06:11,594 26 INFO 01381-18-0-all odoo.modules.registry: module onboarding: creating or updating database tables 2025-11-25 15:06:11,758 26 INFO 01381-18-0-all odoo.modules.loading: loading onboarding/views/onboarding_templates.xml 2025-11-25 15:06:11,771 26 INFO 01381-18-0-all odoo.modules.loading: loading onboarding/views/onboarding_views.xml 2025-11-25 15:06:11,792 26 INFO 01381-18-0-all odoo.modules.loading: loading onboarding/views/onboarding_menus.xml 2025-11-25 15:06:11,800 26 INFO 01381-18-0-all odoo.modules.loading: loading onboarding/security/ir.model.access.csv 2025-11-25 15:06:11,827 26 INFO 01381-18-0-all odoo.modules.loading: Module onboarding loaded in 0.26s, 225 queries (+225 other) 2025-11-25 15:06:11,827 26 INFO 01381-18-0-all odoo.modules.loading: Loading module resource (13/58) 2025-11-25 15:06:11,893 26 INFO 01381-18-0-all odoo.modules.registry: module resource: creating or updating database tables 2025-11-25 15:06:12,069 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/data/resource_data.xml 2025-11-25 15:06:12,083 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/security/ir.model.access.csv 2025-11-25 15:06:12,096 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/security/resource_security.xml 2025-11-25 15:06:12,116 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/views/resource_resource_views.xml 2025-11-25 15:06:12,137 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/views/resource_calendar_leaves_views.xml 2025-11-25 15:06:12,154 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/views/resource_calendar_attendance_views.xml 2025-11-25 15:06:12,161 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/views/resource_calendar_views.xml 2025-11-25 15:06:12,175 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/views/menuitems.xml 2025-11-25 15:06:12,185 26 INFO 01381-18-0-all odoo.modules.loading: Module resource: loading demo 2025-11-25 15:06:12,185 26 INFO 01381-18-0-all odoo.modules.loading: loading resource/data/resource_demo.xml 2025-11-25 15:06:12,216 26 INFO 01381-18-0-all odoo.modules.loading: Module resource loaded in 0.39s, 425 queries (+425 other) 2025-11-25 15:06:12,216 26 INFO 01381-18-0-all odoo.modules.loading: Loading module web_tour (14/58) 2025-11-25 15:06:12,245 26 INFO 01381-18-0-all odoo.modules.registry: module web_tour: creating or updating database tables 2025-11-25 15:06:12,252 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.users.tour_enabled 2025-11-25 15:06:12,357 26 INFO 01381-18-0-all odoo.modules.loading: loading web_tour/security/ir.model.access.csv 2025-11-25 15:06:12,368 26 INFO 01381-18-0-all odoo.modules.loading: loading web_tour/views/tour_views.xml 2025-11-25 15:06:12,392 26 INFO 01381-18-0-all odoo.modules.loading: loading web_tour/views/res_users_views.xml 2025-11-25 15:06:12,416 26 INFO 01381-18-0-all odoo.modules.loading: Module web_tour loaded in 0.20s, 188 queries (+188 other) 2025-11-25 15:06:12,416 26 INFO 01381-18-0-all odoo.modules.loading: Loading module barcodes_gs1_nomenclature (15/58) 2025-11-25 15:06:12,447 26 INFO 01381-18-0-all odoo.modules.registry: module barcodes_gs1_nomenclature: creating or updating database tables 2025-11-25 15:06:12,484 26 INFO 01381-18-0-all odoo.modules.loading: loading barcodes_gs1_nomenclature/data/barcodes_gs1_rules.xml 2025-11-25 15:06:12,523 26 INFO 01381-18-0-all odoo.modules.loading: loading barcodes_gs1_nomenclature/views/barcodes_view.xml 2025-11-25 15:06:12,552 26 INFO 01381-18-0-all odoo.modules.loading: Module barcodes_gs1_nomenclature loaded in 0.14s, 195 queries (+195 other) 2025-11-25 15:06:12,552 26 INFO 01381-18-0-all odoo.modules.loading: Loading module html_editor (16/58) 2025-11-25 15:06:12,775 26 INFO 01381-18-0-all odoo.modules.registry: module html_editor: creating or updating database tables 2025-11-25 15:06:12,825 26 INFO 01381-18-0-all odoo.modules.loading: Module html_editor loaded in 0.27s, 46 queries (+46 other) 2025-11-25 15:06:12,825 26 INFO 01381-18-0-all odoo.modules.loading: Loading module iap (17/58) 2025-11-25 15:06:12,851 26 INFO 01381-18-0-all odoo.modules.registry: module iap: creating or updating database tables 2025-11-25 15:06:12,961 26 INFO 01381-18-0-all odoo.modules.loading: loading iap/data/services.xml 2025-11-25 15:06:12,966 26 INFO 01381-18-0-all odoo.modules.loading: loading iap/security/ir.model.access.csv 2025-11-25 15:06:12,977 26 INFO 01381-18-0-all odoo.modules.loading: loading iap/security/ir_rule.xml 2025-11-25 15:06:12,983 26 INFO 01381-18-0-all odoo.modules.loading: loading iap/views/iap_views.xml 2025-11-25 15:06:13,005 26 INFO 01381-18-0-all odoo.modules.loading: loading iap/views/res_config_settings.xml 2025-11-25 15:06:13,065 26 INFO 01381-18-0-all odoo.modules.loading: Module iap loaded in 0.24s, 183 queries (+183 other) 2025-11-25 15:06:13,065 26 INFO 01381-18-0-all odoo.modules.loading: Loading module mail (18/58) 2025-11-25 15:06:13,123 26 INFO 01381-18-0-all odoo.modules.registry: module mail: creating or updating database tables 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.partner_ids 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.template_id 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_type_id 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_date_deadline_range 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_user_id 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.mail_post_method 2025-11-25 15:06:13,811 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_summary 2025-11-25 15:06:13,812 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_date_deadline_range_type 2025-11-25 15:06:13,812 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_user_type 2025-11-25 15:06:13,812 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_user_field_name 2025-11-25 15:06:13,812 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.activity_note 2025-11-25 15:06:13,812 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.mail_post_autofollow 2025-11-25 15:06:13,850 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.email_primary_color 2025-11-25 15:06:13,850 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.email_secondary_color 2025-11-25 15:06:13,862 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.users.notification_type 2025-11-25 15:06:14,002 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.email_normalized 2025-11-25 15:06:15,992 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_groups.xml 2025-11-25 15:06:16,078 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_activity_schedule_views.xml 2025-11-25 15:06:16,088 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_blacklist_remove_views.xml 2025-11-25 15:06:16,094 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_compose_message_views.xml 2025-11-25 15:06:16,112 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_resend_message_views.xml 2025-11-25 15:06:16,122 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_resend_partner_views.xml 2025-11-25 15:06:16,130 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_template_preview_views.xml 2025-11-25 15:06:16,138 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_wizard_invite_views.xml 2025-11-25 15:06:16,144 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/wizard/mail_template_reset_views.xml 2025-11-25 15:06:16,152 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/fetchmail_views.xml 2025-11-25 15:06:16,167 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_message_subtype_views.xml 2025-11-25 15:06:16,176 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_tracking_value_views.xml 2025-11-25 15:06:16,183 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_notification_views.xml 2025-11-25 15:06:16,191 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_message_views.xml 2025-11-25 15:06:16,210 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_message_schedule_views.xml 2025-11-25 15:06:16,219 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_mail_views.xml 2025-11-25 15:06:16,239 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_followers_views.xml 2025-11-25 15:06:16,249 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_ice_server_views.xml 2025-11-25 15:06:16,259 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/discuss_channel_member_views.xml 2025-11-25 15:06:16,269 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/discuss_channel_rtc_session_views.xml 2025-11-25 15:06:16,282 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_link_preview_views.xml 2025-11-25 15:06:16,291 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/discuss/discuss_gif_favorite_views.xml 2025-11-25 15:06:16,300 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/discuss_channel_views.xml 2025-11-25 15:06:16,319 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_canned_response_views.xml 2025-11-25 15:06:16,331 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_activity_views.xml 2025-11-25 15:06:16,655 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_activity_plan_views.xml 2025-11-25 15:06:16,688 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_activity_plan_template_views.xml 2025-11-25 15:06:16,695 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/res_config_settings_views.xml 2025-11-25 15:06:16,711 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/ir_config_parameter_data.xml 2025-11-25 15:06:16,715 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/res_partner_data.xml 2025-11-25 15:06:16,764 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_message_subtype_data.xml 2025-11-25 15:06:16,770 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_templates_chatter.xml 2025-11-25 15:06:16,779 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_templates_email_layouts.xml 2025-11-25 15:06:16,791 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_templates_mailgateway.xml 2025-11-25 15:06:16,800 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/discuss_channel_data.xml 2025-11-25 15:06:16,828 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_activity_data.xml 2025-11-25 15:06:16,839 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/security_notifications_templates.xml 2025-11-25 15:06:16,843 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/ir_cron_data.xml 2025-11-25 15:06:16,884 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/ir_actions_client.xml 2025-11-25 15:06:16,888 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/security/mail_security.xml 2025-11-25 15:06:17,000 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/security/ir.model.access.csv 2025-11-25 15:06:17,053 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/discuss_public_templates.xml 2025-11-25 15:06:17,057 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_alias_domain_views.xml 2025-11-25 15:06:17,070 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_alias_views.xml 2025-11-25 15:06:17,084 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_gateway_allowed_views.xml 2025-11-25 15:06:17,093 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_guest_views.xml 2025-11-25 15:06:17,104 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_message_reaction_views.xml 2025-11-25 15:06:17,113 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_templates_public.xml 2025-11-25 15:06:17,119 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/res_users_views.xml 2025-11-25 15:06:17,136 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/res_users_settings_views.xml 2025-11-25 15:06:17,147 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_template_views.xml 2025-11-25 15:06:17,166 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/ir_actions_server_views.xml 2025-11-25 15:06:17,176 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/ir_model_views.xml 2025-11-25 15:06:17,198 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/res_partner_views.xml 2025-11-25 15:06:17,235 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_blacklist_views.xml 2025-11-25 15:06:17,248 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_menus.xml 2025-11-25 15:06:17,350 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/res_company_views.xml 2025-11-25 15:06:17,358 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/views/mail_scheduled_message_views.xml 2025-11-25 15:06:17,364 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_canned_response_data.xml 2025-11-25 15:06:17,369 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/mail_templates_invite.xml 2025-11-25 15:06:17,374 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/data/web_tour_tour.xml 2025-11-25 15:06:17,378 26 INFO 01381-18-0-all odoo.modules.loading: Module mail: loading demo 2025-11-25 15:06:17,378 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/demo/discuss_channel_demo.xml 2025-11-25 15:06:17,469 26 INFO 01381-18-0-all odoo.modules.loading: loading mail/demo/mail_canned_response_demo.xml 2025-11-25 15:06:17,502 26 INFO 01381-18-0-all odoo.modules.loading: Module mail loaded in 4.44s, 4710 queries (+4711 other) 2025-11-25 15:06:17,502 26 INFO 01381-18-0-all odoo.modules.loading: Loading module web_editor (19/58) 2025-11-25 15:06:17,597 26 INFO 01381-18-0-all odoo.modules.registry: module web_editor: creating or updating database tables 2025-11-25 15:06:18,749 26 INFO 01381-18-0-all odoo.modules.loading: loading web_editor/security/ir.model.access.csv 2025-11-25 15:06:18,760 26 INFO 01381-18-0-all odoo.modules.loading: loading web_editor/data/editor_assets.xml 2025-11-25 15:06:18,763 26 INFO 01381-18-0-all odoo.modules.loading: loading web_editor/views/editor.xml 2025-11-25 15:06:18,772 26 INFO 01381-18-0-all odoo.modules.loading: loading web_editor/views/snippets.xml 2025-11-25 15:06:18,815 26 INFO 01381-18-0-all odoo.modules.loading: Module web_editor loaded in 1.31s, 1478 queries (+1478 other) 2025-11-25 15:06:18,815 26 INFO 01381-18-0-all odoo.modules.loading: Loading module analytic (20/58) 2025-11-25 15:06:18,868 26 INFO 01381-18-0-all odoo.modules.registry: module analytic: creating or updating database tables 2025-11-25 15:06:19,109 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/security/analytic_security.xml 2025-11-25 15:06:19,147 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/security/ir.model.access.csv 2025-11-25 15:06:19,163 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/views/analytic_line_views.xml 2025-11-25 15:06:19,198 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/views/analytic_account_views.xml 2025-11-25 15:06:19,222 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/views/analytic_plan_views.xml 2025-11-25 15:06:19,238 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/views/analytic_distribution_model_views.xml 2025-11-25 15:06:19,250 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/data/analytic_data.xml 2025-11-25 15:06:19,308 26 INFO 01381-18-0-all odoo.modules.loading: Module analytic: loading demo 2025-11-25 15:06:19,308 26 INFO 01381-18-0-all odoo.modules.loading: loading analytic/data/analytic_account_demo.xml 2025-11-25 15:06:19,786 26 INFO 01381-18-0-all odoo.modules.loading: Module analytic loaded in 0.97s, 661 queries (+661 other) 2025-11-25 15:06:19,786 26 INFO 01381-18-0-all odoo.modules.loading: Loading module auth_signup (21/58) 2025-11-25 15:06:19,842 26 INFO 01381-18-0-all odoo.modules.registry: module auth_signup: creating or updating database tables 2025-11-25 15:06:19,937 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/data/ir_config_parameter_data.xml 2025-11-25 15:06:19,942 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/data/ir_cron_data.xml 2025-11-25 15:06:19,951 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/data/mail_template_data.xml 2025-11-25 15:06:19,968 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/views/res_config_settings_views.xml 2025-11-25 15:06:19,982 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/views/res_users_views.xml 2025-11-25 15:06:20,000 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/views/auth_signup_login_templates.xml 2025-11-25 15:06:20,016 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/views/auth_signup_templates_email.xml 2025-11-25 15:06:20,025 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_signup/views/webclient_templates.xml 2025-11-25 15:06:20,039 26 INFO 01381-18-0-all odoo.modules.loading: Module auth_signup loaded in 0.25s, 207 queries (+207 other) 2025-11-25 15:06:20,040 26 INFO 01381-18-0-all odoo.modules.loading: Loading module auth_totp_mail (22/58) 2025-11-25 15:06:20,073 26 INFO 01381-18-0-all odoo.modules.registry: module auth_totp_mail: creating or updating database tables 2025-11-25 15:06:20,105 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_mail/data/ir_action_data.xml 2025-11-25 15:06:20,122 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_mail/data/mail_template_data.xml 2025-11-25 15:06:20,127 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_mail/data/security_notifications_template.xml 2025-11-25 15:06:20,133 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_mail/views/res_users_views.xml 2025-11-25 15:06:20,160 26 INFO 01381-18-0-all odoo.modules.loading: Module auth_totp_mail loaded in 0.12s, 121 queries (+121 other) 2025-11-25 15:06:20,160 26 INFO 01381-18-0-all odoo.modules.loading: Loading module base_install_request (23/58) 2025-11-25 15:06:20,193 26 INFO 01381-18-0-all odoo.modules.registry: module base_install_request: creating or updating database tables 2025-11-25 15:06:20,265 26 INFO 01381-18-0-all odoo.modules.loading: loading base_install_request/security/ir.model.access.csv 2025-11-25 15:06:20,277 26 INFO 01381-18-0-all odoo.modules.loading: loading base_install_request/wizard/base_module_install_request_views.xml 2025-11-25 15:06:20,291 26 INFO 01381-18-0-all odoo.modules.loading: loading base_install_request/data/mail_template_data.xml 2025-11-25 15:06:20,296 26 INFO 01381-18-0-all odoo.modules.loading: loading base_install_request/data/mail_templates_module_install.xml 2025-11-25 15:06:20,301 26 INFO 01381-18-0-all odoo.modules.loading: loading base_install_request/views/ir_module_module_views.xml 2025-11-25 15:06:20,324 26 INFO 01381-18-0-all odoo.modules.loading: Module base_install_request loaded in 0.16s, 153 queries (+153 other) 2025-11-25 15:06:20,324 26 INFO 01381-18-0-all odoo.modules.loading: Loading module google_gmail (24/58) 2025-11-25 15:06:20,376 26 INFO 01381-18-0-all odoo.modules.registry: module google_gmail: creating or updating database tables 2025-11-25 15:06:20,438 26 INFO 01381-18-0-all odoo.modules.loading: loading google_gmail/views/fetchmail_server_views.xml 2025-11-25 15:06:20,451 26 INFO 01381-18-0-all odoo.modules.loading: loading google_gmail/views/ir_mail_server_views.xml 2025-11-25 15:06:20,460 26 INFO 01381-18-0-all odoo.modules.loading: loading google_gmail/views/res_config_settings_views.xml 2025-11-25 15:06:20,487 26 INFO 01381-18-0-all odoo.modules.loading: Module google_gmail loaded in 0.16s, 124 queries (+124 other) 2025-11-25 15:06:20,487 26 INFO 01381-18-0-all odoo.modules.loading: Loading module iap_mail (25/58) 2025-11-25 15:06:20,521 26 INFO 01381-18-0-all odoo.modules.registry: module iap_mail: creating or updating database tables 2025-11-25 15:06:20,550 26 INFO 01381-18-0-all odoo.modules.loading: loading iap_mail/data/mail_templates.xml 2025-11-25 15:06:20,559 26 INFO 01381-18-0-all odoo.modules.loading: loading iap_mail/views/iap_views.xml 2025-11-25 15:06:20,577 26 INFO 01381-18-0-all odoo.modules.loading: Module iap_mail loaded in 0.09s, 66 queries (+66 other) 2025-11-25 15:06:20,577 26 INFO 01381-18-0-all odoo.modules.loading: Loading module mail_bot (26/58) 2025-11-25 15:06:20,629 26 INFO 01381-18-0-all odoo.modules.registry: module mail_bot: creating or updating database tables 2025-11-25 15:06:20,679 26 INFO 01381-18-0-all odoo.modules.loading: loading mail_bot/views/res_users_views.xml 2025-11-25 15:06:20,699 26 INFO 01381-18-0-all odoo.modules.loading: loading mail_bot/data/mailbot_data.xml 2025-11-25 15:06:20,712 26 INFO 01381-18-0-all odoo.modules.loading: Module mail_bot loaded in 0.13s, 127 queries (+127 other) 2025-11-25 15:06:20,712 26 INFO 01381-18-0-all odoo.modules.loading: Loading module phone_validation (27/58) 2025-11-25 15:06:20,810 26 INFO 01381-18-0-all odoo.modules.registry: module phone_validation: creating or updating database tables 2025-11-25 15:06:22,032 26 INFO 01381-18-0-all odoo.modules.loading: loading phone_validation/security/ir.model.access.csv 2025-11-25 15:06:22,044 26 INFO 01381-18-0-all odoo.modules.loading: loading phone_validation/views/phone_blacklist_views.xml 2025-11-25 15:06:22,072 26 INFO 01381-18-0-all odoo.modules.loading: loading phone_validation/wizard/phone_blacklist_remove_view.xml 2025-11-25 15:06:22,091 26 INFO 01381-18-0-all odoo.modules.loading: Module phone_validation loaded in 1.38s, 1553 queries (+1553 other) 2025-11-25 15:06:22,091 26 INFO 01381-18-0-all odoo.modules.loading: Loading module privacy_lookup (28/58) 2025-11-25 15:06:22,219 26 INFO 01381-18-0-all odoo.modules.registry: module privacy_lookup: creating or updating database tables 2025-11-25 15:06:22,372 26 INFO 01381-18-0-all odoo.modules.loading: loading privacy_lookup/wizard/privacy_lookup_wizard_views.xml 2025-11-25 15:06:22,407 26 INFO 01381-18-0-all odoo.modules.loading: loading privacy_lookup/views/privacy_log_views.xml 2025-11-25 15:06:22,426 26 INFO 01381-18-0-all odoo.modules.loading: loading privacy_lookup/security/ir.model.access.csv 2025-11-25 15:06:22,438 26 INFO 01381-18-0-all odoo.modules.loading: loading privacy_lookup/data/ir_actions_server_data.xml 2025-11-25 15:06:22,457 26 INFO 01381-18-0-all odoo.modules.loading: Module privacy_lookup loaded in 0.37s, 247 queries (+247 other) 2025-11-25 15:06:22,457 26 INFO 01381-18-0-all odoo.modules.loading: Loading module product (29/58) 2025-11-25 15:06:22,580 26 INFO 01381-18-0-all odoo.modules.registry: module product: creating or updating database tables 2025-11-25 15:06:23,594 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_data.xml 2025-11-25 15:06:23,627 26 INFO 01381-18-0-all odoo.modules.loading: loading product/security/product_security.xml 2025-11-25 15:06:23,815 26 INFO 01381-18-0-all odoo.modules.loading: loading product/security/ir.model.access.csv 2025-11-25 15:06:23,854 26 INFO 01381-18-0-all odoo.modules.loading: loading product/wizard/product_label_layout_views.xml 2025-11-25 15:06:23,868 26 INFO 01381-18-0-all odoo.modules.loading: loading product/wizard/update_product_attribute_value_views.xml 2025-11-25 15:06:23,873 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_tag_views.xml 2025-11-25 15:06:23,885 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_views.xml 2025-11-25 15:06:23,967 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/res_config_settings_views.xml 2025-11-25 15:06:23,986 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_attribute_views.xml 2025-11-25 15:06:24,018 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_attribute_value_views.xml 2025-11-25 15:06:24,022 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_category_views.xml 2025-11-25 15:06:24,036 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_combo_views.xml 2025-11-25 15:06:24,049 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_document_views.xml 2025-11-25 15:06:24,065 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_packaging_views.xml 2025-11-25 15:06:24,082 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_pricelist_item_views.xml 2025-11-25 15:06:24,098 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_pricelist_views.xml 2025-11-25 15:06:24,117 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_supplierinfo_views.xml 2025-11-25 15:06:24,138 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_template_attribute_line_views.xml 2025-11-25 15:06:24,144 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/product_template_views.xml 2025-11-25 15:06:24,169 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/res_country_group_views.xml 2025-11-25 15:06:24,175 26 INFO 01381-18-0-all odoo.modules.loading: loading product/views/res_partner_views.xml 2025-11-25 15:06:24,182 26 INFO 01381-18-0-all odoo.modules.loading: loading product/report/product_reports.xml 2025-11-25 15:06:24,200 26 INFO 01381-18-0-all odoo.modules.loading: loading product/report/product_product_templates.xml 2025-11-25 15:06:24,221 26 INFO 01381-18-0-all odoo.modules.loading: loading product/report/product_template_templates.xml 2025-11-25 15:06:24,236 26 INFO 01381-18-0-all odoo.modules.loading: loading product/report/product_packaging.xml 2025-11-25 15:06:24,240 26 INFO 01381-18-0-all odoo.modules.loading: loading product/report/product_pricelist_report_templates.xml 2025-11-25 15:06:24,248 26 INFO 01381-18-0-all odoo.modules.loading: Module product: loading demo 2025-11-25 15:06:24,249 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_attribute_demo.xml 2025-11-25 15:06:24,286 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_category_demo.xml 2025-11-25 15:06:24,322 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_demo.xml 2025-11-25 15:06:24,613 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted mail.message records with IDs: [66] 2025-11-25 15:06:24,616 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted product.product records with IDs: [9] 2025-11-25 15:06:24,659 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted mail.message records with IDs: [68, 67] 2025-11-25 15:06:24,661 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted product.product records with IDs: [10, 11] 2025-11-25 15:06:25,135 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted mail.message records with IDs: [86] 2025-11-25 15:06:25,138 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted product.product records with IDs: [22] 2025-11-25 15:06:25,214 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted mail.message records with IDs: [72] 2025-11-25 15:06:25,216 26 INFO 01381-18-0-all odoo.models.unlink: User #1 deleted product.product records with IDs: [15] 2025-11-25 15:06:26,279 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_document_demo.xml 2025-11-25 15:06:26,291 26 INFO 01381-18-0-all odoo.modules.loading: loading product/data/product_supplierinfo_demo.xml 2025-11-25 15:06:26,630 26 INFO 01381-18-0-all odoo.modules.loading: Module product loaded in 4.17s, 3805 queries (+3805 other) 2025-11-25 15:06:26,630 26 INFO 01381-18-0-all odoo.modules.loading: Loading module resource_mail (30/58) 2025-11-25 15:06:26,689 26 INFO 01381-18-0-all odoo.modules.registry: module resource_mail: creating or updating database tables 2025-11-25 15:06:26,729 26 INFO 01381-18-0-all odoo.modules.loading: Module resource_mail loaded in 0.10s, 35 queries (+35 other) 2025-11-25 15:06:26,729 26 INFO 01381-18-0-all odoo.modules.loading: Loading module web_unsplash (31/58) 2025-11-25 15:06:26,787 26 INFO 01381-18-0-all odoo.modules.registry: module web_unsplash: creating or updating database tables 2025-11-25 15:06:26,866 26 INFO 01381-18-0-all odoo.modules.loading: loading web_unsplash/views/res_config_settings_view.xml 2025-11-25 15:06:26,895 26 INFO 01381-18-0-all odoo.modules.loading: Module web_unsplash loaded in 0.17s, 111 queries (+111 other) 2025-11-25 15:06:26,895 26 INFO 01381-18-0-all odoo.modules.loading: Loading module partner_autocomplete (32/58) 2025-11-25 15:06:26,967 26 INFO 01381-18-0-all odoo.modules.registry: module partner_autocomplete: creating or updating database tables 2025-11-25 15:06:27,177 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/security/ir.model.access.csv 2025-11-25 15:06:27,187 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/views/res_partner_views.xml 2025-11-25 15:06:27,205 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/views/res_company_views.xml 2025-11-25 15:06:27,214 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/views/res_config_settings_views.xml 2025-11-25 15:06:27,225 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/data/cron.xml 2025-11-25 15:06:27,232 26 INFO 01381-18-0-all odoo.modules.loading: loading partner_autocomplete/data/iap_service_data.xml 2025-11-25 15:06:27,246 26 INFO 01381-18-0-all odoo.modules.loading: Module partner_autocomplete loaded in 0.35s, 207 queries (+207 other) 2025-11-25 15:06:27,246 26 INFO 01381-18-0-all odoo.modules.loading: Loading module portal (33/58) 2025-11-25 15:06:27,326 26 INFO 01381-18-0-all odoo.modules.registry: module portal: creating or updating database tables 2025-11-25 15:06:27,659 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/security/ir.model.access.csv 2025-11-25 15:06:27,670 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/data/mail_template_data.xml 2025-11-25 15:06:27,678 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/data/mail_templates.xml 2025-11-25 15:06:27,683 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/views/mail_templates_public.xml 2025-11-25 15:06:27,687 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/views/portal_templates.xml 2025-11-25 15:06:27,773 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/views/res_config_settings_views.xml 2025-11-25 15:06:27,786 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/wizard/portal_share_views.xml 2025-11-25 15:06:27,796 26 INFO 01381-18-0-all odoo.modules.loading: loading portal/wizard/portal_wizard_views.xml 2025-11-25 15:06:27,824 26 INFO 01381-18-0-all odoo.modules.loading: Module portal loaded in 0.58s, 521 queries (+521 other) 2025-11-25 15:06:27,824 26 INFO 01381-18-0-all odoo.modules.loading: Loading module sms (34/58) 2025-11-25 15:06:27,942 26 INFO 01381-18-0-all odoo.modules.registry: module sms: creating or updating database tables 2025-11-25 15:06:27,951 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.sms_template_id 2025-11-25 15:06:27,951 26 INFO 01381-18-0-all odoo.models: Prepare computation of ir.actions.server.sms_method 2025-11-25 15:06:27,978 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.phone_sanitized 2025-11-25 15:06:29,793 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/data/iap_service_data.xml 2025-11-25 15:06:29,799 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/data/ir_cron_data.xml 2025-11-25 15:06:29,809 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_account_code_views.xml 2025-11-25 15:06:29,820 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_account_phone_views.xml 2025-11-25 15:06:29,826 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_account_sender_views.xml 2025-11-25 15:06:29,833 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_composer_views.xml 2025-11-25 15:06:29,845 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_template_preview_views.xml 2025-11-25 15:06:29,854 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_resend_views.xml 2025-11-25 15:06:29,865 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/wizard/sms_template_reset_views.xml 2025-11-25 15:06:29,873 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/ir_actions_server_views.xml 2025-11-25 15:06:29,884 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/mail_notification_views.xml 2025-11-25 15:06:29,896 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/res_config_settings_views.xml 2025-11-25 15:06:29,910 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/res_partner_views.xml 2025-11-25 15:06:29,938 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/iap_account_views.xml 2025-11-25 15:06:29,949 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/sms_sms_views.xml 2025-11-25 15:06:29,971 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/views/sms_template_views.xml 2025-11-25 15:06:29,991 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/security/ir.model.access.csv 2025-11-25 15:06:30,018 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/security/sms_security.xml 2025-11-25 15:06:30,026 26 INFO 01381-18-0-all odoo.modules.loading: Module sms: loading demo 2025-11-25 15:06:30,026 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/data/sms_demo.xml 2025-11-25 15:06:30,031 26 INFO 01381-18-0-all odoo.modules.loading: loading sms/data/mail_demo.xml 2025-11-25 15:06:30,076 26 INFO 01381-18-0-all odoo.modules.loading: Module sms loaded in 2.25s, 2288 queries (+2288 other) 2025-11-25 15:06:30,076 26 INFO 01381-18-0-all odoo.modules.loading: Loading module snailmail (35/58) 2025-11-25 15:06:30,142 26 INFO 01381-18-0-all odoo.modules.registry: module snailmail: creating or updating database tables 2025-11-25 15:06:30,530 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/data/iap_service_data.xml 2025-11-25 15:06:30,534 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/data/snailmail_data.xml 2025-11-25 15:06:30,542 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/views/report_assets.xml 2025-11-25 15:06:30,551 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/views/snailmail_views.xml 2025-11-25 15:06:30,569 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/wizard/snailmail_letter_format_error_views.xml 2025-11-25 15:06:30,578 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/wizard/snailmail_letter_missing_required_fields_views.xml 2025-11-25 15:06:30,586 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail/security/ir.model.access.csv 2025-11-25 15:06:30,614 26 INFO 01381-18-0-all odoo.modules.loading: Module snailmail loaded in 0.54s, 464 queries (+464 other) 2025-11-25 15:06:30,614 26 INFO 01381-18-0-all odoo.modules.loading: Loading module auth_totp_portal (36/58) 2025-11-25 15:06:30,672 26 INFO 01381-18-0-all odoo.modules.registry: module auth_totp_portal: creating or updating database tables 2025-11-25 15:06:30,785 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_portal/security/security.xml 2025-11-25 15:06:30,797 26 INFO 01381-18-0-all odoo.modules.loading: loading auth_totp_portal/views/templates.xml 2025-11-25 15:06:30,812 26 INFO 01381-18-0-all odoo.modules.loading: Module auth_totp_portal loaded in 0.20s, 66 queries (+66 other) 2025-11-25 15:06:30,812 26 INFO 01381-18-0-all odoo.modules.loading: Loading module digest (37/58) 2025-11-25 15:06:30,865 26 INFO 01381-18-0-all odoo.modules.registry: module digest: creating or updating database tables 2025-11-25 15:06:31,002 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/security/ir.model.access.csv 2025-11-25 15:06:31,012 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/data/digest_data.xml 2025-11-25 15:06:31,031 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/data/digest_tips_data.xml 2025-11-25 15:06:31,045 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/data/ir_cron_data.xml 2025-11-25 15:06:31,053 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/data/res_config_settings_data.xml 2025-11-25 15:06:31,058 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/views/digest_views.xml 2025-11-25 15:06:31,090 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/views/digest_templates.xml 2025-11-25 15:06:31,094 26 INFO 01381-18-0-all odoo.modules.loading: loading digest/views/res_config_settings_views.xml 2025-11-25 15:06:31,119 26 INFO 01381-18-0-all odoo.modules.loading: Module digest loaded in 0.31s, 305 queries (+305 other) 2025-11-25 15:06:31,119 26 INFO 01381-18-0-all odoo.modules.loading: Loading module payment (38/58) 2025-11-25 15:06:31,217 26 INFO 01381-18-0-all odoo.modules.registry: module payment: creating or updating database tables 2025-11-25 15:06:31,696 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/data/ir_actions_server_data.xml 2025-11-25 15:06:31,703 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/data/onboarding_data.xml 2025-11-25 15:06:31,707 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/data/payment_method_data.xml 2025-11-25 15:06:33,094 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/data/payment_provider_data.xml 2025-11-25 15:06:33,199 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/data/payment_cron.xml 2025-11-25 15:06:33,207 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/express_checkout_templates.xml 2025-11-25 15:06:33,213 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/payment_form_templates.xml 2025-11-25 15:06:33,242 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/portal_templates.xml 2025-11-25 15:06:33,272 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/payment_provider_views.xml 2025-11-25 15:06:33,298 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/payment_method_views.xml 2025-11-25 15:06:33,318 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/payment_transaction_views.xml 2025-11-25 15:06:33,339 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/payment_token_views.xml 2025-11-25 15:06:33,352 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/views/res_partner_views.xml 2025-11-25 15:06:33,363 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/security/ir.model.access.csv 2025-11-25 15:06:33,911 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/security/payment_security.xml 2025-11-25 15:06:33,933 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/wizards/payment_capture_wizard_views.xml 2025-11-25 15:06:33,941 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/wizards/payment_link_wizard_views.xml 2025-11-25 15:06:33,947 26 INFO 01381-18-0-all odoo.modules.loading: loading payment/wizards/payment_onboarding_views.xml 2025-11-25 15:06:33,967 26 INFO 01381-18-0-all odoo.modules.loading: Module payment loaded in 2.85s, 2341 queries (+2341 other) 2025-11-25 15:06:33,967 26 INFO 01381-18-0-all odoo.modules.loading: Loading module spreadsheet (39/58) 2025-11-25 15:06:34,044 26 INFO 01381-18-0-all odoo.modules.registry: module spreadsheet: creating or updating database tables 2025-11-25 15:06:34,107 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet/views/public_readonly_spreadsheet_templates.xml 2025-11-25 15:06:34,122 26 INFO 01381-18-0-all odoo.modules.loading: Module spreadsheet loaded in 0.16s, 86 queries (+86 other) 2025-11-25 15:06:34,123 26 INFO 01381-18-0-all odoo.modules.loading: Loading module account (40/58) 2025-11-25 15:06:34,574 26 INFO 01381-18-0-all odoo.modules.registry: module account: creating or updating database tables 2025-11-25 15:06:34,738 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.bank.has_iban_warning 2025-11-25 15:06:34,738 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.bank.has_money_transfer_warning 2025-11-25 15:06:35,029 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.account_fiscal_country_id 2025-11-25 15:06:35,029 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.company.invoice_terms_html 2025-11-25 15:06:37,801 26 INFO 01381-18-0-all odoo.modules.loading: loading account/security/account_security.xml 2025-11-25 15:06:38,167 26 INFO 01381-18-0-all odoo.modules.loading: loading account/security/ir.model.access.csv 2025-11-25 15:06:38,284 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/account_data.xml 2025-11-25 15:06:38,340 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/digest_data.xml 2025-11-25 15:06:38,346 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_report.xml 2025-11-25 15:06:38,361 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/mail_template_data.xml 2025-11-25 15:06:38,375 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/onboarding_data.xml 2025-11-25 15:06:38,393 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/account_tour.xml 2025-11-25 15:06:38,397 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/ir_sequence.xml 2025-11-25 15:06:38,400 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_payment_view.xml 2025-11-25 15:06:38,446 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_automatic_entry_wizard_views.xml 2025-11-25 15:06:38,456 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_autopost_bills_wizard.xml 2025-11-25 15:06:38,462 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_unreconcile_view.xml 2025-11-25 15:06:38,466 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_move_reversal_view.xml 2025-11-25 15:06:38,474 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_resequence_views.xml 2025-11-25 15:06:38,483 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_payment_register_views.xml 2025-11-25 15:06:38,496 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_move_views.xml 2025-11-25 15:06:38,956 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/setup_wizards_view.xml 2025-11-25 15:06:38,974 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_account_views.xml 2025-11-25 15:06:39,003 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_group_views.xml 2025-11-25 15:06:39,017 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_journal_views.xml 2025-11-25 15:06:39,059 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_account_tag_views.xml 2025-11-25 15:06:39,070 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_bank_statement_views.xml 2025-11-25 15:06:39,096 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_reconcile_model_views.xml 2025-11-25 15:06:39,125 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_tax_views.xml 2025-11-25 15:06:39,171 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_full_reconcile_views.xml 2025-11-25 15:06:39,178 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_payment_term_views.xml 2025-11-25 15:06:39,198 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_payment_method.xml 2025-11-25 15:06:39,206 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/res_partner_bank_views.xml 2025-11-25 15:06:39,227 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/report_statement.xml 2025-11-25 15:06:39,236 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/terms_template.xml 2025-11-25 15:06:39,246 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_validate_move_view.xml 2025-11-25 15:06:39,257 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/res_company_views.xml 2025-11-25 15:06:39,276 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/product_view.xml 2025-11-25 15:06:39,301 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_analytic_plan_views.xml 2025-11-25 15:06:39,310 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_analytic_account_views.xml 2025-11-25 15:06:39,322 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_analytic_distribution_model_views.xml 2025-11-25 15:06:39,336 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_analytic_line_views.xml 2025-11-25 15:06:39,364 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/report_invoice.xml 2025-11-25 15:06:39,398 26 INFO 01381-18-0-all odoo.modules.loading: loading account/report/account_invoice_report_view.xml 2025-11-25 15:06:39,427 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_cash_rounding_view.xml 2025-11-25 15:06:39,439 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/ir_actions_views.xml 2025-11-25 15:06:39,446 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/ir_module_views.xml 2025-11-25 15:06:39,456 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/base_document_layout_views.xml 2025-11-25 15:06:39,465 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/res_config_settings_views.xml 2025-11-25 15:06:39,505 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/partner_view.xml 2025-11-25 15:06:39,582 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_journal_dashboard_view.xml 2025-11-25 15:06:39,602 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_portal_templates.xml 2025-11-25 15:06:39,640 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/report_payment_receipt_templates.xml 2025-11-25 15:06:39,651 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/service_cron.xml 2025-11-25 15:06:39,662 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_incoterms_view.xml 2025-11-25 15:06:39,677 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/account_incoterms_data.xml 2025-11-25 15:06:39,691 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/digest_views.xml 2025-11-25 15:06:39,701 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_move_send_wizard.xml 2025-11-25 15:06:39,707 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_move_send_batch_wizard.xml 2025-11-25 15:06:39,712 26 INFO 01381-18-0-all odoo.modules.loading: loading account/report/account_hash_integrity_templates.xml 2025-11-25 15:06:39,718 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/res_currency.xml 2025-11-25 15:06:39,726 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_menuitem.xml 2025-11-25 15:06:39,866 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_secure_entries_wizard.xml 2025-11-25 15:06:39,881 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/mail_message_views.xml 2025-11-25 15:06:39,899 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/accrued_orders.xml 2025-11-25 15:06:39,906 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/bill_preview_template.xml 2025-11-25 15:06:39,916 26 INFO 01381-18-0-all odoo.modules.loading: loading account/data/account_reports_data.xml 2025-11-25 15:06:39,933 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/uom_uom_views.xml 2025-11-25 15:06:39,942 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/product_views.xml 2025-11-25 15:06:39,957 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/tests_shared_js_python.xml 2025-11-25 15:06:39,962 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/account_lock_exception_views.xml 2025-11-25 15:06:39,971 26 INFO 01381-18-0-all odoo.modules.loading: loading account/views/report_templates.xml 2025-11-25 15:06:39,990 26 INFO 01381-18-0-all odoo.modules.loading: loading account/wizard/account_merge_wizard_views.xml 2025-11-25 15:06:40,002 26 INFO 01381-18-0-all odoo.modules.loading: Module account: loading demo 2025-11-25 15:06:40,002 26 INFO 01381-18-0-all odoo.modules.loading: loading account/demo/account_demo.xml 2025-11-25 15:06:42,813 26 INFO 01381-18-0-all odoo.modules.loading: Module account loaded in 8.69s, 8190 queries (+8191 other) 2025-11-25 15:06:42,813 26 INFO 01381-18-0-all odoo.modules.loading: Loading module spreadsheet_dashboard (41/58) 2025-11-25 15:06:42,916 26 INFO 01381-18-0-all odoo.modules.registry: module spreadsheet_dashboard: creating or updating database tables 2025-11-25 15:06:43,176 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard/security/security.xml 2025-11-25 15:06:43,254 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard/security/ir.model.access.csv 2025-11-25 15:06:43,264 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard/views/spreadsheet_dashboard_views.xml 2025-11-25 15:06:43,282 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard/views/menu_views.xml 2025-11-25 15:06:43,305 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard/data/dashboard.xml 2025-11-25 15:06:43,330 26 INFO 01381-18-0-all odoo.modules.loading: Module spreadsheet_dashboard loaded in 0.52s, 335 queries (+335 other) 2025-11-25 15:06:43,330 26 INFO 01381-18-0-all odoo.modules.loading: Loading module stock (42/58) 2025-11-25 15:06:43,738 26 INFO 01381-18-0-all odoo.modules.registry: module stock: creating or updating database tables 2025-11-25 15:06:44,243 26 INFO 01381-18-0-all odoo.models: Prepare computation of product.template.tracking 2025-11-25 15:06:44,243 26 INFO 01381-18-0-all odoo.models: Prepare computation of product.template.is_storable 2025-11-25 15:06:46,319 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/security/stock_security.xml 2025-11-25 15:06:46,671 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/security/ir.model.access.csv 2025-11-25 15:06:46,760 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/digest_data.xml 2025-11-25 15:06:46,766 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/mail_templates.xml 2025-11-25 15:06:46,774 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/default_barcode_patterns.xml 2025-11-25 15:06:46,783 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_data.xml 2025-11-25 15:06:46,978 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_sequence_data.xml 2025-11-25 15:06:46,995 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_traceability_report_data.xml 2025-11-25 15:06:46,999 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_stock_quantity.xml 2025-11-25 15:06:47,005 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_stock_reception.xml 2025-11-25 15:06:47,019 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/stock_report_views.xml 2025-11-25 15:06:47,052 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_package_barcode.xml 2025-11-25 15:06:47,064 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_lot_barcode.xml 2025-11-25 15:06:47,070 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_location_barcode.xml 2025-11-25 15:06:47,076 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_stockpicking_operations.xml 2025-11-25 15:06:47,087 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_deliveryslip.xml 2025-11-25 15:06:47,110 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_stockinventory.xml 2025-11-25 15:06:47,116 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_stock_rule.xml 2025-11-25 15:06:47,137 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/stock_lot_customer.xml 2025-11-25 15:06:47,150 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/package_templates.xml 2025-11-25 15:06:47,155 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/picking_templates.xml 2025-11-25 15:06:47,165 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/product_templates.xml 2025-11-25 15:06:47,173 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/product_packaging.xml 2025-11-25 15:06:47,177 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/report/report_return_slip.xml 2025-11-25 15:06:47,184 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/mail_template_data.xml 2025-11-25 15:06:47,192 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_menu_views.xml 2025-11-25 15:06:47,244 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_change_product_qty_views.xml 2025-11-25 15:06:47,251 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_picking_return_views.xml 2025-11-25 15:06:47,261 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_inventory_conflict.xml 2025-11-25 15:06:47,272 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_backorder_confirmation_views.xml 2025-11-25 15:06:47,280 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_quantity_history.xml 2025-11-25 15:06:47,284 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_request_count.xml 2025-11-25 15:06:47,292 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_replenishment_info.xml 2025-11-25 15:06:47,307 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_rules_report_views.xml 2025-11-25 15:06:47,316 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_warn_insufficient_qty_views.xml 2025-11-25 15:06:47,329 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/product_replenish_views.xml 2025-11-25 15:06:47,339 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/product_label_layout_views.xml 2025-11-25 15:06:47,347 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_track_confirmation_views.xml 2025-11-25 15:06:47,354 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_orderpoint_snooze_views.xml 2025-11-25 15:06:47,361 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_package_destination_views.xml 2025-11-25 15:06:47,371 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_inventory_adjustment_name.xml 2025-11-25 15:06:47,380 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_inventory_warning.xml 2025-11-25 15:06:47,390 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_label_type.xml 2025-11-25 15:06:47,395 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_lot_label_layout.xml 2025-11-25 15:06:47,401 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/wizard/stock_quant_relocate.xml 2025-11-25 15:06:47,409 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/res_partner_views.xml 2025-11-25 15:06:47,535 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/product_strategy_views.xml 2025-11-25 15:06:47,563 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_lot_views.xml 2025-11-25 15:06:47,597 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_scrap_views.xml 2025-11-25 15:06:47,634 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_quant_views.xml 2025-11-25 15:06:47,823 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_warehouse_views.xml 2025-11-25 15:06:47,845 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_move_line_views.xml 2025-11-25 15:06:47,884 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_move_views.xml 2025-11-25 15:06:47,966 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_picking_views.xml 2025-11-25 15:06:48,089 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_picking_type_views.xml 2025-11-25 15:06:48,127 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/product_views.xml 2025-11-25 15:06:48,273 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_location_views.xml 2025-11-25 15:06:48,333 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_orderpoint_views.xml 2025-11-25 15:06:48,378 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_storage_category_views.xml 2025-11-25 15:06:48,406 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/res_config_settings_views.xml 2025-11-25 15:06:48,440 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/report_stock_traceability.xml 2025-11-25 15:06:48,450 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_template.xml 2025-11-25 15:06:48,459 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_rule_views.xml 2025-11-25 15:06:48,497 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_package_level_views.xml 2025-11-25 15:06:48,518 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_package_type_view.xml 2025-11-25 15:06:48,541 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/views/stock_forecasted.xml 2025-11-25 15:06:48,546 26 INFO 01381-18-0-all odoo.modules.loading: Module stock: loading demo 2025-11-25 15:06:48,546 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_demo_pre.xml 2025-11-25 15:06:48,707 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_demo.xml 2025-11-25 15:06:49,397 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_demo2.xml 2025-11-25 15:06:49,702 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_orderpoint_demo.xml 2025-11-25 15:06:49,719 26 INFO 01381-18-0-all odoo.modules.loading: loading stock/data/stock_storage_category_demo.xml 2025-11-25 15:06:49,909 26 INFO 01381-18-0-all odoo.modules.loading: Module stock loaded in 6.58s, 6915 queries (+6915 other) 2025-11-25 15:06:49,910 26 INFO 01381-18-0-all odoo.modules.loading: Loading module account_edi_ubl_cii (43/58) 2025-11-25 15:06:50,066 26 INFO 01381-18-0-all odoo.modules.registry: module account_edi_ubl_cii: creating or updating database tables 2025-11-25 15:06:50,094 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.peppol_endpoint 2025-11-25 15:06:50,094 26 INFO 01381-18-0-all odoo.models: Prepare computation of res.partner.peppol_eas 2025-11-25 15:06:50,298 26 INFO 01381-18-0-all odoo.modules.loading: loading account_edi_ubl_cii/data/cii_22_templates.xml 2025-11-25 15:06:50,324 26 INFO 01381-18-0-all odoo.modules.loading: loading account_edi_ubl_cii/data/ubl_20_templates.xml 2025-11-25 15:06:50,417 26 INFO 01381-18-0-all odoo.modules.loading: loading account_edi_ubl_cii/data/ubl_21_templates.xml 2025-11-25 15:06:50,458 26 INFO 01381-18-0-all odoo.modules.loading: loading account_edi_ubl_cii/views/res_partner_views.xml 2025-11-25 15:06:50,504 26 INFO 01381-18-0-all odoo.modules.loading: Module account_edi_ubl_cii loaded in 0.59s, 387 queries (+387 other) 2025-11-25 15:06:50,505 26 INFO 01381-18-0-all odoo.modules.loading: Loading module account_payment (44/58) 2025-11-25 15:06:50,626 26 INFO 01381-18-0-all odoo.modules.registry: module account_payment: creating or updating database tables 2025-11-25 15:06:50,682 26 INFO 01381-18-0-all odoo.models: Prepare computation of account.payment.method.line.payment_provider_id 2025-11-25 15:06:50,966 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/data/ir_config_parameter.xml 2025-11-25 15:06:50,971 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/data/onboarding_data.xml 2025-11-25 15:06:50,980 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/security/ir.model.access.csv 2025-11-25 15:06:50,992 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/security/ir_rules.xml 2025-11-25 15:06:51,002 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/account_payment_menus.xml 2025-11-25 15:06:51,024 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/account_portal_templates.xml 2025-11-25 15:06:51,078 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/account_move_views.xml 2025-11-25 15:06:51,103 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/account_journal_views.xml 2025-11-25 15:06:51,115 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/account_payment_views.xml 2025-11-25 15:06:51,126 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/payment_form_templates.xml 2025-11-25 15:06:51,133 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/payment_provider_views.xml 2025-11-25 15:06:51,142 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/views/payment_transaction_views.xml 2025-11-25 15:06:51,150 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/wizards/account_payment_register_views.xml 2025-11-25 15:06:51,159 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/wizards/payment_link_wizard_views.xml 2025-11-25 15:06:51,174 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/wizards/payment_refund_wizard_views.xml 2025-11-25 15:06:51,182 26 INFO 01381-18-0-all odoo.modules.loading: loading account_payment/wizards/res_config_settings_views.xml 2025-11-25 15:06:51,237 26 INFO 01381-18-0-all odoo.modules.loading: Module account_payment loaded in 0.73s, 538 queries (+538 other) 2025-11-25 15:06:51,237 26 INFO 01381-18-0-all odoo.modules.loading: Loading module l10n_us_account (45/58) 2025-11-25 15:06:51,466 26 INFO 01381-18-0-all odoo.modules.loading: Module l10n_us_account loaded in 0.23s, 14 queries (+14 other) 2025-11-25 15:06:51,466 26 INFO 01381-18-0-all odoo.modules.loading: Loading module snailmail_account (46/58) 2025-11-25 15:06:51,571 26 INFO 01381-18-0-all odoo.modules.registry: module snailmail_account: creating or updating database tables 2025-11-25 15:06:51,703 26 INFO 01381-18-0-all odoo.modules.loading: loading snailmail_account/views/res_config_settings_views.xml 2025-11-25 15:06:51,739 26 INFO 01381-18-0-all odoo.modules.loading: Module snailmail_account loaded in 0.27s, 117 queries (+117 other) 2025-11-25 15:06:51,739 26 INFO 01381-18-0-all odoo.modules.loading: Loading module spreadsheet_account (47/58) 2025-11-25 15:06:51,842 26 INFO 01381-18-0-all odoo.modules.registry: module spreadsheet_account: creating or updating database tables 2025-11-25 15:06:51,946 26 INFO 01381-18-0-all odoo.modules.loading: Module spreadsheet_account loaded in 0.21s, 57 queries (+57 other) 2025-11-25 15:06:51,946 26 INFO 01381-18-0-all odoo.modules.loading: Loading module spreadsheet_dashboard_account (48/58) 2025-11-25 15:06:52,053 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard_account/data/dashboards.xml 2025-11-25 15:06:52,114 26 INFO 01381-18-0-all odoo.modules.loading: Module spreadsheet_dashboard_account loaded in 0.17s, 29 queries (+29 other) 2025-11-25 15:06:52,114 26 INFO 01381-18-0-all odoo.modules.loading: Loading module stock_account (49/58) 2025-11-25 15:06:52,340 26 INFO 01381-18-0-all odoo.modules.registry: module stock_account: creating or updating database tables 2025-11-25 15:06:52,374 26 INFO 01381-18-0-all odoo.models: Prepare computation of product.template.lot_valuated 2025-11-25 15:06:53,088 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/security/stock_account_security.xml 2025-11-25 15:06:53,129 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/security/ir.model.access.csv 2025-11-25 15:06:53,145 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/data/stock_account_data.xml 2025-11-25 15:06:53,153 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/stock_account_views.xml 2025-11-25 15:06:53,256 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/res_config_settings_views.xml 2025-11-25 15:06:53,273 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/data/product_data.xml 2025-11-25 15:06:53,280 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/report_invoice.xml 2025-11-25 15:06:53,289 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/stock_valuation_layer_views.xml 2025-11-25 15:06:53,373 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/stock_quant_views.xml 2025-11-25 15:06:53,393 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/product_views.xml 2025-11-25 15:06:53,427 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/stock_lot_views.xml 2025-11-25 15:06:53,437 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/views/stock_picking_views.xml 2025-11-25 15:06:53,445 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/wizard/stock_request_count.xml 2025-11-25 15:06:53,452 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/wizard/stock_valuation_layer_revaluation_views.xml 2025-11-25 15:06:53,461 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/wizard/stock_quantity_history.xml 2025-11-25 15:06:53,468 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/report/account_invoice_report_view.xml 2025-11-25 15:06:53,471 26 INFO 01381-18-0-all odoo.modules.loading: Module stock_account: loading demo 2025-11-25 15:06:53,471 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_account/data/stock_account_demo.xml 2025-11-25 15:06:53,761 26 INFO 01381-18-0-all odoo.modules.loading: Module stock_account loaded in 1.65s, 1432 queries (+1432 other) 2025-11-25 15:06:53,761 26 INFO 01381-18-0-all odoo.modules.loading: Loading module stock_sms (50/58) 2025-11-25 15:06:53,867 26 INFO 01381-18-0-all odoo.modules.registry: module stock_sms: creating or updating database tables 2025-11-25 15:06:54,016 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_sms/data/sms_data.xml 2025-11-25 15:06:54,021 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_sms/views/res_config_settings_views.xml 2025-11-25 15:06:54,055 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_sms/wizard/confirm_stock_sms_views.xml 2025-11-25 15:06:54,061 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_sms/security/ir.model.access.csv 2025-11-25 15:06:54,072 26 INFO 01381-18-0-all odoo.modules.loading: loading stock_sms/security/sms_security.xml 2025-11-25 15:06:54,109 26 INFO 01381-18-0-all odoo.modules.loading: Module stock_sms loaded in 0.35s, 188 queries (+188 other) 2025-11-25 15:06:54,109 26 INFO 01381-18-0-all odoo.modules.loading: Loading module point_of_sale (51/58) 2025-11-25 15:06:54,383 26 INFO 01381-18-0-all odoo.modules.registry: module point_of_sale: creating or updating database tables 2025-11-25 15:06:56,620 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/security/point_of_sale_security.xml 2025-11-25 15:06:56,778 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/security/ir.model.access.csv 2025-11-25 15:06:56,825 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/default_barcode_patterns.xml 2025-11-25 15:06:56,833 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/digest_data.xml 2025-11-25 15:06:56,836 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/pos_note_data.xml 2025-11-25 15:06:56,845 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/mail_template_data.xml 2025-11-25 15:06:56,851 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/point_of_sale_tour.xml 2025-11-25 15:06:56,856 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/ir_config_parameter_data.xml 2025-11-25 15:06:56,862 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/wizard/pos_details.xml 2025-11-25 15:06:56,870 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/wizard/pos_payment.xml 2025-11-25 15:06:56,880 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/wizard/pos_close_session_wizard.xml 2025-11-25 15:06:56,887 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/wizard/pos_daily_sales_reports.xml 2025-11-25 15:06:56,897 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_assets_index.xml 2025-11-25 15:06:56,908 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/point_of_sale_report.xml 2025-11-25 15:06:56,915 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/point_of_sale_view.xml 2025-11-25 15:06:56,946 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_note_view.xml 2025-11-25 15:06:56,955 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_order_view.xml 2025-11-25 15:06:57,042 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_category_view.xml 2025-11-25 15:06:57,056 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/product_combo_views.xml 2025-11-25 15:06:57,068 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/product_view.xml 2025-11-25 15:06:57,158 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/account_journal_view.xml 2025-11-25 15:06:57,164 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_payment_method_views.xml 2025-11-25 15:06:57,189 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_payment_views.xml 2025-11-25 15:06:57,210 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_config_view.xml 2025-11-25 15:06:57,244 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_bill_view.xml 2025-11-25 15:06:57,259 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_session_view.xml 2025-11-25 15:06:57,286 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/point_of_sale_sequence.xml 2025-11-25 15:06:57,292 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/point_of_sale_data.xml 2025-11-25 15:06:57,398 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_order_report_view.xml 2025-11-25 15:06:57,426 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/account_statement_view.xml 2025-11-25 15:06:57,439 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/digest_views.xml 2025-11-25 15:06:57,447 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/res_partner_view.xml 2025-11-25 15:06:57,471 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/report_userlabel.xml 2025-11-25 15:06:57,477 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/report_saledetails.xml 2025-11-25 15:06:57,486 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/point_of_sale_dashboard.xml 2025-11-25 15:06:57,499 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/report_invoice.xml 2025-11-25 15:06:57,507 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_printer_view.xml 2025-11-25 15:06:57,527 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_ticket_view.xml 2025-11-25 15:06:57,540 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/res_config_settings_views.xml 2025-11-25 15:06:57,576 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/customer_display_index.xml 2025-11-25 15:06:57,580 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/account_move_views.xml 2025-11-25 15:06:57,610 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/views/pos_session_sales_details.xml 2025-11-25 15:06:57,622 26 INFO 01381-18-0-all odoo.modules.loading: Module point_of_sale: loading demo 2025-11-25 15:06:57,622 26 INFO 01381-18-0-all odoo.modules.loading: loading point_of_sale/data/demo_data.xml 2025-11-25 15:07:02,964 26 INFO 01381-18-0-all odoo.modules.loading: Module point_of_sale loaded in 8.85s, 5893 queries (+5894 other) 2025-11-25 15:07:02,964 26 INFO 01381-18-0-all odoo.modules.loading: Loading module spreadsheet_dashboard_stock_account (52/58) 2025-11-25 15:07:03,077 26 INFO 01381-18-0-all odoo.modules.loading: loading spreadsheet_dashboard_stock_account/data/dashboards.xml 2025-11-25 15:07:03,135 26 INFO 01381-18-0-all odoo.modules.loading: Module spreadsheet_dashboard_stock_account loaded in 0.17s, 28 queries (+28 other) 2025-11-25 15:07:03,135 26 INFO 01381-18-0-all odoo.modules.loading: Loading module pos_epson_printer (53/58) 2025-11-25 15:07:03,314 26 INFO 01381-18-0-all odoo.modules.registry: module pos_epson_printer: creating or updating database tables 2025-11-25 15:07:03,401 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_epson_printer/views/pos_config_views.xml 2025-11-25 15:07:03,422 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_epson_printer/views/res_config_settings_views.xml 2025-11-25 15:07:03,444 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_epson_printer/views/pos_printer_views.xml 2025-11-25 15:07:03,472 26 INFO 01381-18-0-all odoo.modules.loading: Module pos_epson_printer loaded in 0.34s, 120 queries (+120 other) 2025-11-25 15:07:03,472 26 INFO 01381-18-0-all odoo.modules.loading: Loading module pos_online_payment (54/58) 2025-11-25 15:07:03,583 26 INFO 01381-18-0-all odoo.modules.registry: module pos_online_payment: creating or updating database tables 2025-11-25 15:07:03,744 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_online_payment/views/payment_transaction_views.xml 2025-11-25 15:07:03,760 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_online_payment/views/pos_payment_views.xml 2025-11-25 15:07:03,771 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_online_payment/views/pos_payment_method_views.xml 2025-11-25 15:07:03,807 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_online_payment/views/payment_portal_templates.xml 2025-11-25 15:07:03,821 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_online_payment/views/account_payment_views.xml 2025-11-25 15:07:03,857 26 INFO 01381-18-0-all odoo.modules.loading: Module pos_online_payment loaded in 0.38s, 222 queries (+222 other) 2025-11-25 15:07:03,857 26 INFO 01381-18-0-all odoo.modules.loading: Loading module pos_sms (55/58) 2025-11-25 15:07:03,977 26 INFO 01381-18-0-all odoo.modules.registry: module pos_sms: creating or updating database tables 2025-11-25 15:07:04,056 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_sms/data/sms_data.xml 2025-11-25 15:07:04,061 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_sms/views/res_config_settings_views.xml 2025-11-25 15:07:04,098 26 INFO 01381-18-0-all odoo.modules.loading: loading pos_sms/data/point_of_sale_data.xml 2025-11-25 15:07:04,124 26 INFO 01381-18-0-all odoo.modules.loading: Module pos_sms loaded in 0.27s, 150 queries (+150 other) 2025-11-25 15:07:04,124 26 INFO 01381-18-0-all odoo.modules.loading: Loading module us_prro (56/58) 2025-11-25 15:07:04,225 26 INFO 01381-18-0-all odoo.modules.registry: module us_prro: creating or updating database tables 2025-11-25 15:07:04,576 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/security/ir.model.access.csv 2025-11-25 15:07:04,587 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/product_view.xml 2025-11-25 15:07:04,601 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/pos_config_view.xml 2025-11-25 15:07:04,612 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/point_of_sale_dashboard.xml 2025-11-25 15:07:04,618 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/us_excise_code_view.xml 2025-11-25 15:07:04,628 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/us_prro_views_menus.xml 2025-11-25 15:07:04,687 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/us_prro_config_views.xml 2025-11-25 15:07:04,705 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro/views/res_config_settings_views.xml 2025-11-25 15:07:04,755 26 INFO 01381-18-0-all odoo.modules.loading: Module us_prro loaded in 0.63s, 469 queries (+469 other) 2025-11-25 15:07:04,755 26 INFO 01381-18-0-all odoo.modules.loading: Loading module us_prro_checkbox (57/58) 2025-11-25 15:07:04,853 26 INFO 01381-18-0-all odoo.modules.registry: module us_prro_checkbox: creating or updating database tables 2025-11-25 15:07:04,878 26 INFO 01381-18-0-all odoo.models: Prepare computation of pos.payment.method.us_checkbox_payment_label 2025-11-25 15:07:05,015 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/report/xz_report_template.xml 2025-11-25 15:07:05,023 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/report/xz_report_action.xml 2025-11-25 15:07:05,027 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/report/xz_report_km_template.xml 2025-11-25 15:07:05,033 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/report/xz_report_km_action.xml 2025-11-25 15:07:05,036 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/security/ir.model.access.csv 2025-11-25 15:07:05,042 26 WARNING 01381-18-0-all odoo.models: Creating record us_prro.access_us_tax_mapping_user in module us_prro_checkbox. 2025-11-25 15:07:05,047 26 WARNING 01381-18-0-all odoo.models: Creating record us_prro.access_us_tax_mapping_manager in module us_prro_checkbox. 2025-11-25 15:07:05,060 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/views/pos_session_view.xml 2025-11-25 15:07:05,073 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/views/pos_order_view.xml 2025-11-25 15:07:05,093 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/views/pos_payment_method_views.xml 2025-11-25 15:07:05,108 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_checkbox/views/us_tax_group_mapping_views.xml 2025-11-25 15:07:05,140 26 INFO 01381-18-0-all odoo.modules.loading: Module us_prro_checkbox loaded in 0.39s, 231 queries (+235 other) 2025-11-25 15:07:05,141 26 INFO 01381-18-0-all odoo.modules.loading: Loading module us_prro_vchasno_kasa (58/58) 2025-11-25 15:07:05,277 26 INFO 01381-18-0-all odoo.modules.registry: module us_prro_vchasno_kasa: creating or updating database tables 2025-11-25 15:07:05,378 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/report/xz_report_template.xml 2025-11-25 15:07:05,390 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/report/xz_report_action.xml 2025-11-25 15:07:05,394 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/security/ir.model.access.csv 2025-11-25 15:07:05,395 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/views/pos_order_view.xml 2025-11-25 15:07:05,417 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/views/pos_session_view.xml 2025-11-25 15:07:05,427 26 INFO 01381-18-0-all odoo.modules.loading: loading us_prro_vchasno_kasa/views/pos_payment_method_views.xml 2025-11-25 15:07:05,457 26 INFO 01381-18-0-all odoo.modules.loading: Module us_prro_vchasno_kasa loaded in 0.32s, 161 queries (+161 other) 2025-11-25 15:07:05,457 26 INFO 01381-18-0-all odoo.modules.loading: 58 modules loaded in 57.14s, 49727 queries (+49734 extra) 2025-11-25 15:07:06,226 26 INFO 01381-18-0-all odoo.modules.loading: Modules loaded. 2025-11-25 15:07:06,509 26 INFO 01381-18-0-all odoo.modules.registry: Registry changed, signaling through the database 2025-11-25 15:07:06,510 26 INFO 01381-18-0-all odoo.modules.registry: Registry loaded in 69.956s 2025-11-25 15:07:06,510 26 INFO 01381-18-0-all odoo.service.server: Initiating shutdown 2025-11-25 15:07:06,510 26 INFO 01381-18-0-all odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 2025-11-25 15:07:06,510 26 INFO 01381-18-0-all odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 2 connections