Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4266 Lượt xem

I am trying to add an extra field to the Kanban view of the product templates. I can see my targeting works well because my module is in the list of inheritted views, but the field does not appear..

I tried using <field> with replace and also <xpath> targeting the whole "oe_kanban_details", but changes do no appear. Whats the problem?

<record id="product_template_kanban_view" model="ir.ui.view">
<field name="name">Product.template.product.kanban</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_template_kanban_view" />
<field name="arch" type="xml">
    <field name="name" position="replace">
        <field name="x_manufacturer"/>
        <field name="name"/>
    </field>
</field>
</record>
Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

I fixed it..

<field name="model">product.product</field> was supposed to be

<field name="model">product.template</field> because that's where my custom field is stored.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 19
2356
2
thg 12 23
14850
0
thg 10 23
33
3
thg 10 23
788
1
thg 10 23
569