[FIX] mass_mailing_partner: Use correct button class
Before this commit, the buttons are displayed incorrectly in mobile dropdown buttons menu
This commit is contained in:
parent
591fdb16ab
commit
8954b0f2e1
@ -22,7 +22,7 @@
|
|||||||
context="{'search_default_partner_id': active_id,
|
context="{'search_default_partner_id': active_id,
|
||||||
'default_partner_id': active_id}"
|
'default_partner_id': active_id}"
|
||||||
type="action"
|
type="action"
|
||||||
class="oe_stat_button oe_inline"
|
class="oe_stat_button"
|
||||||
icon="fa-envelope-o"
|
icon="fa-envelope-o"
|
||||||
>
|
>
|
||||||
<field
|
<field
|
||||||
@ -36,7 +36,7 @@
|
|||||||
context="{'search_default_partner_id': active_id,
|
context="{'search_default_partner_id': active_id,
|
||||||
'default_partner_id': active_id}"
|
'default_partner_id': active_id}"
|
||||||
type="action"
|
type="action"
|
||||||
class="oe_stat_button oe_inline"
|
class="oe_stat_button"
|
||||||
icon="fa-envelope-o"
|
icon="fa-envelope-o"
|
||||||
>
|
>
|
||||||
<field
|
<field
|
||||||
|
Loading…
Reference in New Issue
Block a user