17 lines
		
	
	
		
			642 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			642 B
		
	
	
	
		
			XML
		
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<odoo>
 | 
						|
    <record model="ir.ui.view" id="product_template_form_view_hover">
 | 
						|
        <field name="name">product.template.product.website.form</field>
 | 
						|
        <field name="model">product.template</field>
 | 
						|
        <field name="inherit_id" ref="product.product_template_form_view"/>
 | 
						|
        <field name="arch" type="xml">
 | 
						|
        	<xpath expr="//notebook[last()]" position="inside">
 | 
						|
                <page string="Hover">
 | 
						|
                    <group>
 | 
						|
                        <field name="hover"/>
 | 
						|
                    </group>
 | 
						|
                </page>
 | 
						|
            </xpath>
 | 
						|
        </field>
 | 
						|
    </record>
 | 
						|
</odoo> |