mirror of https://github.com/OCA/social.git
[FIX] mass_mailing_partner: Use correct button class
Before this commit, the buttons are displayed incorrectly in mobile dropdown buttons menupull/1326/head
parent
0ad5deb7ee
commit
a8c9914ced
|
@ -6,7 +6,7 @@
|
|||
|
||||
{
|
||||
"name": "Link partners with mass-mailing",
|
||||
"version": "13.0.1.0.6",
|
||||
"version": "13.0.1.1.0",
|
||||
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/social",
|
||||
"license": "AGPL-3",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
context="{'search_default_partner_id': active_id,
|
||||
'default_partner_id': active_id}"
|
||||
type="action"
|
||||
class="oe_stat_button oe_inline"
|
||||
class="oe_stat_button"
|
||||
icon="fa-envelope-o"
|
||||
>
|
||||
<field
|
||||
|
@ -36,7 +36,7 @@
|
|||
context="{'search_default_partner_id': active_id,
|
||||
'default_partner_id': active_id}"
|
||||
type="action"
|
||||
class="oe_stat_button oe_inline"
|
||||
class="oe_stat_button"
|
||||
icon="fa-envelope-o"
|
||||
>
|
||||
<field
|
||||
|
|
Loading…
Reference in New Issue