2025-04-03 14:44:04
|
CRITICAL
|
server
|
odoo.service.server:1359
Failed to initialize database `136498-18-0-all`.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 537, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 437, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5512, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5416, in _load_records_create
records = self.create(vals_list)
File "<decorator-gen-184>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_ui_view.py", line 64, in create
return super().create(vals_list)
File "<decorator-gen-662>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi
return create(self, arg)
File "/data/build/ingadhoc-ingadhoc-odoo-saas-adhoc2/saas_client_adhoc/models/ir_ui_view.py", line 31, in create
res = super().create(vals_list)
File "<decorator-gen-52>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_ui_view.py", line 518, in create
result = super(View, self.with_context(ir_ui_view_partial_validation=True)).create(vals_list)
File "<decorator-gen-31>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 496, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5020, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5278, in _create
records._validate_fields(name for data in data_list for name in data['stored'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1631, in _validate_fields
check(self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_ui_view.py", line 379, in _check_xml
view._validate_view(combined_arch, view.model)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_ui_view.py", line 1472, in _validate_view
self._validate_attributes(node, name_manager, node_info)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_ui_view.py", line 1801, in _validate_attributes
for key, val_ast in get_dict_asts(expr).items():
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/view_validation.py", line 263, in get_dict_asts
expr = ast.parse(expr.strip(), mode='eval').body
File "/usr/local/lib/python3.10/ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "<unknown>", line 0
SyntaxError: invalid syntax
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1321, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-13>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 127, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 481, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 228, in load_module_graph
load_data(env, idref, mode, kind='data', package=package)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 72, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 608, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 679, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 594, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 550, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-product/product_planned_price/views/product_template_views.xml:4, somewhere inside
<record id="product_template_only_form_view" model="ir.ui.view">
<field name="name">product_computed_list_price.form</field>
<field name="model">product.template</field>
<!-- inherit common view -->
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="priority">8</field>
<field name="arch" type="xml">
<group name="sale" position="before">
<group name="pricing">
<group name="planned_price" string="Planned Price">
<field name="list_price_type" string="Based on"/>
<label for="sale_margin" string="Margin Formula" invisible="list_price_type != 'by_margin'"/>
<div invisible="list_price_type != 'by_margin'">
<field name="replenishment_cost_main_company" context="" class="oe_inline"/>* ( 1 +
<field name="sale_margin" class="oe_inline"/>%) +
<field name="sale_surcharge" class="oe_inline"/>
</div>
<label for="other_currency_list_price" invisible="list_price_type != 'other_currency'"/>
<div name="other_currency_list_price" invisible="list_price_type != 'other_currency'">
<field name="other_currency_list_price" widget="monetary" class="oe_inline" options="{'currency_field': 'other_currency_id', 'field_digits': True}"/>
<field name="other_currency_id" class="oe_inline oe_edit_only" required="list_price_type == 'other_currency'" options="{'no_create': True, 'no_open': True}" domain="[('id','!=', currency_id)]"/>
</div>
<field name="computed_list_price_manual" widget="monetary" invisible="list_price_type != 'manual'" string="Planned Price" options="{'currency_field': 'currency_id', 'field_digits': True}"/>
<field name="computed_list_price" widget="monetary" invisible="list_price_type in ['manual', False]" options="{'currency_field': 'currency_id', 'field_digits': True}"/>
</group>
<group name="list_price" string="Sales Price">
<field name="list_price" widget="monetary" options="{'currency_field': 'currency_id', 'field_digits': True}" readonly="1" force_save="1"/>
</group>
</group>
</group>
</field>
</record>
|