Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
4114 Zobrazení

Trying to install with a fresh db and I am getting this error:

<code>

ParseError: "ValidateError

The field(s) `arch` failed against a constraint: Invalid view definition

 

Error details:

Element '<xpath expr="//form/notebook">' cannot be located in parent view

 

Error context:

View `product.variant.multi.product.template.form`

[view_id: 766, xml_id: n/a, model: product.template, parent_id: 268]" while parsing /opt/odoo/server/addons/product_variant_multi/product_view.xml:197, near

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

            <field name="name">product.variant.multi.product.template.form</field>

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

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

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

                <data><xpath expr="//field[@name='categ_id']/.." position="after">

                    <group>

                        <field name="is_multi_variants"/>

                    </group>

                </xpath>

                <xpath expr="//form/notebook" position="inside">

                    <page string="Variants">

                        <group colspan="1" col="4" attrs="{'invisible':[('is_multi_variants','=',False)]}">

                            <field name="dimension_type_ids" nolabel="1" colspan="4"/>

                            <button name="add_all_option" string="Add All Options" type="object" colspan="2"/>

                            <field name="value_ids" nolabel="1" colspan="4"/>

                            <field name="variant_model_name" colspan="4"/>

                            <field name="variant_model_name_separator" colspan="4"/>

                            <field name="code_generator" colspan="4"/>

                            <field name="variant_track_production" colspan="4"/>

                            <field name="variant_track_incoming" colspan="4"/>

                            <field name="variant_track_outgoing" colspan="4"/>

                            <field name="do_not_generate_new_variant" colspan="4"/>

                            <field name="do_not_update_variant" colspan="4"/>

                            <button name="button_generate_variants" string="Generate / Update Variants" type="object" colspan="4"/>

                        </group>

                        <field name="variant_ids" string="Variants" nolabel="1" colspan="1">

                            <tree string="Variants">

                                <field name="code"/>

                                <field name="name"/>

                                <field name="variants" string="Dimension Values"/>

                            </tree>

                        </field>

                    </page>

                </xpath>

            </data></field>

        </record>

</code>

Does someone know where could be the error? Thank you.

Avatar
Zrušit
Nejlepší odpověď

Same issue, version trunk

Avatar
Zrušit
Nejlepší odpověď

you don't need this module anymore in theory in v8

https://www.odoo.com/event/OpenDays-2014-5/track/Multivariants-Products-and-Attributes-in-v8-67

 

 

Avatar
Zrušit
Nejlepší odpověď

Same issue in the last minute.

 

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
čvc 25
8507
1
kvě 25
826
0
led 24
1595
1
úno 22
23627
5
pro 21
16532