Buttons and Smart Buttons in Odoo — a practical guide to Odoo buttons smart buttons with clear examples you can reuse in real projects.
Odoo Tutorial Series (57/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Smart buttons show counts and open related action windows.
Button tip
<button name="action_confirm" type="object" string="Confirm" class="btn-primary"/>
<button type="object" class="oe_stat_button" icon="fa-book" name="action_view_loans">
<field name="loan_count" widget="statinfo" string="Loans"/>
</button>