[UPD] Button icons

This commit is contained in:
Pablo
2019-07-26 12:40:59 +02:00
parent 4f94db912d
commit fca3234cd6
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
attrs="{'invisible': [('channel_bind_ids','!=', [])]}"
/>
<button name="open_channel_bind_ids" type="object"
class="oe_stat_button" icon="fa-cloud-upload" string="Synchronize to Channel"
class="oe_stat_button" icon="fa fa-gears" string="Configure Channel"
attrs="{'invisible': [('channel_bind_ids','=', [])]}"
/>
<button name="disconnect_channel_bind_ids" type="object"

View File

@@ -33,7 +33,7 @@
attrs="{'invisible': ['|', ('channel_bind_ids','!=', []), ('active','=', False) ]}"
/>
<button name="open_channel_bind_ids" type="object"
class="oe_stat_button" icon="fa-cloud-upload" string="Synchronize with Channel"
class="oe_stat_button" icon="fa fa-gears" string="Configure Channel"
attrs="{'invisible': [('channel_bind_ids','=', [])]}"
/>
<button name="disconnect_channel_bind_ids" type="object"

View File

@@ -12,7 +12,7 @@
attrs="{'invisible': [('channel_bind_ids','!=', [])]}"
/>
<button name="open_channel_bind_ids" type="object"
class="oe_stat_button" icon="fa-cloud-upload" string="Synchronize to Channel"
class="oe_stat_button" icon="fa fa-gears" string="Configure Channel"
attrs="{'invisible': [('channel_bind_ids','=', [])]}"
/>
<button name="disconnect_channel_bind_ids" type="object"