Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3375 มุมมอง

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 ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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>

อวตาร
ละทิ้ง
ผู้เขียน

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

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 17
4624
7
พ.ย. 15
14417
2
มิ.ย. 25
2153
1
ธ.ค. 24
2659
3
เม.ย. 24
4109