[IMP] full button instead of icon

This commit is contained in:
Stepan Savelyev 2020-01-10 10:53:29 +05:00
parent 1084a2f945
commit e09ddd8707

View File

@ -44,7 +44,7 @@
<field name="contract_annex_ids"> <field name="contract_annex_ids">
<tree> <tree>
<field name="name"/> <field name="name"/>
<button name="action_print_form" type="object" string="Print" icon="fa-print" attrs="{'invisible': [('id', '=', False)]}"/> <button name="action_print_form" type="object" string="Print" attrs="{'invisible': [('id', '=', False)]}"/>
</tree> </tree>
</field> </field>
</group> </group>