Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4839 Widoki

I am using existing code and trying to upgrade a module. But during the upgrade, I am getting the following error. Can someone please help me how to resolve the issue as I am new and don't know where to look for such an issue.

File "/home/Project/odoo/odoo/odoo/models.py", line 1112, in _validate_fields

    raise ValidationError("%s\n\n%s" % (_("Error while validating constraint"), tools.ustr(e)))

odoo.tools.convert.ParseError: "Error while validating constraint


Element '<xpath expr="//group[@name='extra_images']">' cannot be located in parent view


Error context:

View `label_product.template.form.view`

[view_id: 2035, xml_id: emipro_theme_base.label_product_template_form_inherit, model: product.template, parent_id: 543]

None" while parsing /home/Project/odoo/odoo/addons/emipro_theme_base/views/product_label_view.xml:5, near

<record id="label_product_template_form_inherit" model="ir.ui.view">

            <field name="name">label_product.template.form.view</field>

            <field name="model">product.template</field>

            <field name="inherit_id" ref="product.product_template_form_view"/>

            <field name="arch" type="xml"> 

            <xpath expr="//group[@name='extra_images']" position="before">

<group name="label" string="Sale Label">

<field name="label_ept_id" title="Label"/>

<field name="product_icon" title="Product Icon" widget="image"/>

</group>

</xpath>

        </field>

        </record>

Awatar
Odrzuć

did you add the module name which you are inheriting on 'depends' in manifest file ?

Najlepsza odpowiedź

Hello,

You may have another custom module that inherits the same view and delete/replace somehow the tag group (with name="extra_images").

You can check this by referring to the inherited view from the odoo interface (Activate developer mode and open the views list) and seeing all the inherited views.

Good Luck.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 15
1182
5
paź 20
7238
0
lis 24
5239
1
sie 15
10019
1
mar 15
3466