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.
 
 
 
 
 

20 lines
837 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Smart button to view generated product images in product template-->
<record id="product_template_form_view" model="ir.ui.view">
<field name="name">product.template.view.form.inherit</field>
<field name="inherit_id"
ref="product.product_template_only_form_view"/>
<field name="model">product.template</field>
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button name="get_dall_e_image" type="object"
class="oe_stat_button" icon="fa-id-card-o"
string="Dall E Image">
</button>
</div>
</field>
</record>
</data>
</odoo>