odoo/odoo#163437

Created by fw-bot
label
odoo-dev:saas-17.1-16.0-hide-number-of-subscribers-seba-EA5l-fw
head
c1fad37b93074e2795d6716b97a139a732485cf2
target
saas-17.1
merged
3 weeks ago by Website, Serge Bayet (seba)
forward-port of
odoo/odoo#160509

[FW][FIX] website, *: remove number of subscribers on website form

*: website_mass_mailing

Before this commit, when a "Form" snippet was added and the action was
changed to "Subscribe to Newsletter", the mailing lists appeared as
checkbox fields with the number of subscribers in parentheses. This
commit removes the display of this unnecessary information.

Steps to reproduce:

- Install the "Email Marketing" module and Website.
- Navigate to the Website in edit mode.
- Drag & drop the "Form" block (dynamic content section).
- Change the form action by setting the "Action" option to "Subscribe to
Newsletter".

Bug: The number of subscribers appears next to the mailing list names.

task-3472820

Co-authored-by: Adrien Milis <miad@odoo.com>

Forward-Port-Of: odoo/odoo#163336
Forward-Port-Of: odoo/odoo#160509