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

Is there any way to inherit this? 


I tried inheriting it by this code:

<data>
    <xpath expr="//page[@name='sales']/group[@name='sale']/group[@name='product_template_images']" position="attributes">
        <attribute name="groups">groups.proc_dept,groups.sales_dept</attribute>
    </xpath>
</data>


But it didn't work.

Avatar
Annuleer
Beste antwoord

Hi,

Please refer to the code below:

<record id="view_product_form_inherit_groups" model="ir.ui.view">
<field name="name">product.template.form.inherit.groups</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='sales']//group[@name='product_template_images']"
position="attributes">
<attribute name="groups">groups.proc_dept,groups.sales_dept</attribute><!--Module_name.Group_id-->
</xpath>
</field>
</record>

Hope it helps.

Avatar
Annuleer
Auteur

The "add media" button is still not showing.

Gerelateerde posts Antwoorden Weergaven Activiteit
0
jul. 24
808
1
jun. 21
9283
1
mei 15
6545
4
feb. 25
2321
1
aug. 24
1965