ga_asset_management/views/product_template_views.xml
2026-02-04 11:37:09 +07:00

16 lines
703 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="product_template_form_view_inherit_ga_asset" model="ir.ui.view">
<field name="name">product.template.form.inherit.ga.asset</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button class="oe_stat_button" name="action_view_assets" type="object" icon="fa-building-o">
<field string="Assets" name="asset_count" widget="statinfo"/>
</button>
</div>
</field>
</record>
</odoo>