mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[UPD] Button icons
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user