Skip to Content
Menu
This question has been flagged
1 Reply
2010 Views

What we called those button in odoo 9 :

http://imgur.com/a/LP2NF

Avatar
Discard
Best Answer

Those are smart buttons

Here's an example of creating a smart button

<button class="oe_inline oe_stat_button"
                type="action"
                name="%(your_action)d"
                icon="fa-cubes">
                    <field name="your_field" string="Your fields String" widget="statinfo" />
</button>

Avatar
Discard