You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
612 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Inheriting product_product view -->
<record id="product_normal_form_view" model="ir.ui.view">
<field name="name">product.product.view.form</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_tag_ids']" position="after">
<field name="is_create_image"/>
<field name="is_update_image"/>
</xpath>
</field>
</record>
</odoo>