I would like to add button into the view as in title.
There is a button box div and myButton must be placed inside of this box.
...
<field name="" position="inside">
<button name="pick_one" class="oe_inline oe_stat_button" type="object" style="background:rgba(46, 210, 162,0.2);" string="- 1" icon="fa-sign-out" attrs="{'invisible':['|',('type', '=', 'service')]}"/>
</field>
...
How should I add it ?