Commit: us_marketplace_integration_prom:90af926f  
Subject: rename us_marketplace_integration_prom_menus.xml
Author: lkharchenko
Committer: lkharchenko
Commit: us_marketplace_integration_rozetka:1866ce20  
Subject: Code Review ADD _RozetkaTestCase
Author: lkharchenko
Committer: lkharchenko
Commit: us_marketplace_integration:f1399fc7  
Subject: 18.0 icon and banner
Author: umanets
Committer: umanets
Commit: odoo:76a8d6bc  
Subject: [FIX] website_sale(,_collect): exclude in-store DM from express checkout
Author: Lionel Piraux (lipi)
Committer: Lionel Piraux (lipi)
Version: 18.0
Config: Default with tests
Build time: 123s
Wait time: 2h
Load time: 2m3s
Date Level Type Message
2025-09-12 09:08:06 INFO runbot Init build environment with config Default with tests
2025-09-12 09:08:06 Starting step all_with_tests from config Default with tests
2025-09-12 09:08:06 Using Dockerfile Tag odoo:DockerDefault
2025-09-12 09:08:19 INFO server odoo.modules.loading:360 1 modules loaded in 9.13s, 9254 queries (+9254 extra)
2025-09-12 09:09:43 ERROR server odoo.tools.convert.init:103 Could not eval([(6, 0, [ref('us_prom_integration.marketplace_promua')])]) for marketplace_ids in {'lang': None}
2025-09-12 09:09:43 WARNING server odoo.modules.loading:94
Module us_marketplace_integration_prom demo data failed to install, installed without demo data
Traceback (most recent call last):
  File "/data/build/odoo/odoo/tools/cache.py", line 103, in lookup
    r = d[key]
        ~^^^^^
  File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/lru.py", line 33, in __getitem__
    a = self.d[obj]
        ~~~~~~^^^^^
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x74ce3dd302c0>, 'us_prom_integration.marketplace_promua')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/tools/safe_eval.py", line 397, in safe_eval
    return unsafe_eval(c, globals_dict, locals_dict)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "", line 1, in <module>
  File "/data/build/odoo/odoo/tools/convert.py", line 526, in id_get
    res = self.model_id_get(id_str, raise_if_not_found)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/convert.py", line 532, in model_id_get
    return self.env['ir.model.data']._xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2253, in _xmlid_to_res_model_res_id
    return self._xmlid_lookup(xmlid)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/cache.py", line 110, in lookup
    value = d[key] = self.method(*args, **kwargs)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2246, in _xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: us_prom_integration.marketplace_promua

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/tools/convert.py", line 544, in _tag_root
    f(rec)
  File "/data/build/odoo/odoo/tools/convert.py", line 412, in _tag_record
    f_val = _eval_xml(self, field, env)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/convert.py", line 101, in _eval_xml
    return safe_eval(a_eval, idref2)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/convert.py", line 36, in safe_eval
    return s_eval(expr, ctx, nocopy=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/safe_eval.py", line 411, in safe_eval
    raise ValueError('%r while evaluating\n%r' % (e, expr))
ValueError: ValueError('External ID not found in the system: us_prom_integration.marketplace_promua') while evaluating
"[(6, 0, [ref('us_prom_integration.marketplace_promua')])]"

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/loading.py", line 90, in load_demo
    load_data(env(su=True), idref, mode, kind='demo', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 72, in load_data
    tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 615, in convert_file
    convert_xml_import(env, module, fp, idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 686, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/odoo/odoo/tools/convert.py", line 601, in parse
    self._tag_root(de)
  File "/data/build/odoo/odoo/tools/convert.py", line 544, in _tag_root
    f(rec)
  File "/data/build/odoo/odoo/tools/convert.py", line 557, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/single_module_repos/us_marketplace_integration_prom/demo/demo_data.xml:288, somewhere inside
<record id="product_demo_tshirt" model="product.template">
            <field name="name">Футболка з принтом [demo]</field>
            <field name="is_storable" eval="True"/>
            <field name="default_code">PROM_DEMO_005</field>
            <field name="purchase_ok" eval="False"/>
            <field name="sale_ok" eval="True"/>
            <field name="description">&lt;p&gt;Яскрава футболка з оригінальним дизайном.&lt;/p&gt;</field>
            <field name="prom_id">PROM_DEMO_005</field>
            <field name="prom_name">Футболка з принтом</field>
            <field name="prom_description">&lt;p&gt;Яскрава футболка з оригінальним дизайном.&lt;/p&gt;</field>
            <field name="prom_keywords" eval="[(6, 0, [ref('keyword_demo_fashion')])]"/>
            <field name="prom_product_quantity_in_stock">100</field>
            <field name="prom_measure_unit">шт.</field>
            <field name="prom_region_ids" eval="[(6, 0, [ref('region_demo_odessa'), ref('region_demo_kharkiv')])]"/>
            <field name="prom_categ_id" ref="prom_tshirts_demo"/>
            <field name="categ_id" ref="product_prom_tshirts_demo"/>
            <field name="prom_selling_type">retail</field>
            <field name="prom_presence">available</field>
            <field name="prom_status">on_display</field>
            <field name="prom_product_image_url">https://example.com/images/example5.jpg</field>
            <field name="image_1920" type="base64" file="us_marketplace_integration_prom/static/description/assets/demo/tshirt.jpg"/>
            <field name="marketplace_ids" eval="[(6, 0, [ref('us_prom_integration.marketplace_promua')])]"/>
            <field name="company_id" ref="base.main_company"/>
        </record>
2025-09-12 09:09:43 WARNING server odoo.addons.base.models.ir_model:1196 Two fields (last_rozetka_orders_update, last_prom_orders_update) of res.config.settings() have the same label: Last Orders Update. [Modules: us_marketplace_integration_rozetka and us_marketplace_integration_prom]
2025-09-12 09:09:43 WARNING server odoo.addons.base.models.ir_model:1196 Two fields (last_rozetka_products_update, last_prom_products_update) of res.config.settings() have the same label: Last Products Update. [Modules: us_marketplace_integration_rozetka and us_marketplace_integration_prom]
2025-09-12 09:09:43 WARNING server odoo.addons.base.models.ir_model:1196 Two fields (rozetka_request_limit, prom_request_limit) of res.config.settings() have the same label: Request Limit. [Modules: us_marketplace_integration_rozetka and us_marketplace_integration_prom]
2025-09-12 09:09:43 WARNING server odoo.addons.base.models.ir_model:1196 Two fields (rozetka_item_id, prom_id) of product.product() have the same label: Prom.ua ID. [Modules: us_marketplace_integration_rozetka and us_marketplace_integration_prom]
2025-09-12 09:09:44 INFO server odoo.modules.loading:360 84 modules loaded in 83.49s, 73376 queries (+73392 extra)
2025-09-12 09:09:48 INFO runbot Getting results for build 00365-18-0
2025-09-12 09:09:48 Step all_with_tests finished in 100s
2025-09-12 09:09:48 Starting step base from config Default with tests
2025-09-12 09:09:48 Using Dockerfile Tag odoo:DockerDefault
2025-09-12 09:10:01 INFO server odoo.modules.loading:360 1 modules loaded in 9.26s, 9254 queries (+9254 extra)
2025-09-12 09:10:06 INFO server odoo.modules.loading:360 12 modules loaded in 4.02s, 4176 queries (+4176 extra)
2025-09-12 09:10:09 INFO runbot Getting results for build 00365-18-0
2025-09-12 09:10:09 Step base finished in 18s
2025-09-12 09:10:09 Starting step run from config Default with tests
2025-09-12 09:10:09 INFO runbot Start running build 00365-18-0
2025-09-12 09:10:09 Using Dockerfile Tag odoo:DockerDefault
2025-09-12 09:10:12 INFO server odoo.modules.loading:360 1 modules loaded in 0.03s, 0 queries (+0 extra)
2025-09-12 09:10:14 INFO server odoo.modules.loading:360 84 modules loaded in 1.42s, 0 queries (+0 extra)
2025-09-12 11:18:36 INFO runbot Kill build 00365-18-0