İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3376 Görünümler

Hi there,

I'm just trying to relocate fields "type" & "list_price" in product to the right column at the very end under the EAN13 or Reference code.

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

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

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

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

<field name="ean13" position="after">

<field name="type" string="Product Type"/>

<field name="list_price" string="Sale Price"/>

</field>

</field>

</record>"

But this won't work, can  you help me with ?

Avatar
Vazgeç
En İyi Yanıt

Try this; I am not an expert but it theway I have added new fields in a right column

<group colspan="4">

<group>

<field name="ean13" position="after">

<field name="type" string="Product Type"/>

<field name="list_price" string="Sale Price"/>

</group>

</group>

Avatar
Vazgeç
Üretici

... nope, doesn't work either because there is something else wrong. record name ? I can't find where the problem is

İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Mar 17
4625
7
Kas 15
14418
2
Haz 25
2154
1
Ara 24
2660
3
Nis 24
4109