Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3349 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
0
mrt. 17
4571
7
nov. 15
14337
2
jun. 25
2051
1
dec. 24
2578
3
apr. 24
3943