[FIX] mass_mailing_partner: Use correct button class

Before this commit, the buttons are displayed incorrectly in mobile dropdown buttons menu
pull/1326/head
Alexandre D. Díaz 2021-05-21 22:29:18 +02:00 committed by Mohamed Osman
parent 0ad5deb7ee
commit a8c9914ced
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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