mirror of https://github.com/OCA/social.git
[FIX] mass_mailing_custom_unsubscribe: mailing contact contains `opt_out`
So we need to explicitly opt-out (XD) that model from the new alternative mechanism for unsubscribing records.pull/1315/head
parent
4ae7df5de2
commit
53f2cc63df
|
@ -6,7 +6,7 @@
|
||||||
'name': 'Customizable unsubscription process on mass mailing emails',
|
'name': 'Customizable unsubscription process on mass mailing emails',
|
||||||
'summary': 'Know and track (un)subscription reasons, GDPR compliant',
|
'summary': 'Know and track (un)subscription reasons, GDPR compliant',
|
||||||
'category': 'Marketing',
|
'category': 'Marketing',
|
||||||
'version': '12.0.1.0.1',
|
'version': '12.0.1.0.2',
|
||||||
'depends': [
|
'depends': [
|
||||||
'mass_mailing',
|
'mass_mailing',
|
||||||
],
|
],
|
||||||
|
|
|
@ -58,7 +58,8 @@ class CustomUnsubscribe(MassMailController):
|
||||||
mailing_obj = request.env['mail.mass_mailing']
|
mailing_obj = request.env['mail.mass_mailing']
|
||||||
mass_mailing = mailing_obj.sudo().browse(mailing_id)
|
mass_mailing = mailing_obj.sudo().browse(mailing_id)
|
||||||
model = mass_mailing.mailing_model_real
|
model = mass_mailing.mailing_model_real
|
||||||
if "opt_out" in request.env[model]._fields:
|
if ("opt_out" in request.env[model]._fields and
|
||||||
|
model != "mail.mass_mailing.contact"):
|
||||||
mass_mailing.update_opt_out_other(email, [res_id], True)
|
mass_mailing.update_opt_out_other(email, [res_id], True)
|
||||||
result = request.render("mass_mailing.page_unsubscribed", {
|
result = request.render("mass_mailing.page_unsubscribed", {
|
||||||
"email": email,
|
"email": email,
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
@ -247,7 +252,6 @@ msgstr "Abmeldungen"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Unsubscription Reasons"
|
|
||||||
msgid "Mail unsubscription reason"
|
msgid "Mail unsubscription reason"
|
||||||
msgstr "Abmeldungsgründe"
|
msgstr "Abmeldungsgründe"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -50,6 +50,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
@ -67,7 +72,6 @@ msgstr ""
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:163
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:163
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:169
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:169
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
#| msgid "Your changes have not been saved, try again later."
|
|
||||||
msgid "An error occurred. Your changes have not been saved, try again later."
|
msgid "An error occurred. Your changes have not been saved, try again later."
|
||||||
msgstr "Los cambios no se han guardado, vuelva a intentarlo."
|
msgstr "Los cambios no se han guardado, vuelva a intentarlo."
|
||||||
|
|
||||||
|
@ -242,14 +246,12 @@ msgstr "Lista de correo"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "mail.unsubscription"
|
|
||||||
msgid "Mail unsubscription"
|
msgid "Mail unsubscription"
|
||||||
msgstr "mail.unsubscription"
|
msgstr "mail.unsubscription"
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "mail.unsubscription.reason"
|
|
||||||
msgid "Mail unsubscription reason"
|
msgid "Mail unsubscription reason"
|
||||||
msgstr "mail.unsubscription.reason"
|
msgstr "mail.unsubscription.reason"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -23,7 +23,6 @@ msgstr ""
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model.fields,help:mass_mailing_custom_unsubscribe.field_mail_unsubscription__mailing_list_ids
|
#: model:ir.model.fields,help:mass_mailing_custom_unsubscribe.field_mail_unsubscription__mailing_list_ids
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "(Un)subscribed mass mailing list, if any."
|
|
||||||
msgid "(Un)subscribed mass mailing lists, if any."
|
msgid "(Un)subscribed mass mailing lists, if any."
|
||||||
msgstr "Liste de distribution désabonnée."
|
msgstr "Liste de distribution désabonnée."
|
||||||
|
|
||||||
|
@ -49,10 +48,14 @@ msgstr "Action"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__message_needaction
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__message_needaction
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Action"
|
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr "Action"
|
msgstr "Action"
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
@ -70,7 +73,6 @@ msgstr ""
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:163
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:163
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:169
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:169
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
#| msgid "Your changes have not been saved, try again later."
|
|
||||||
msgid "An error occurred. Your changes have not been saved, try again later."
|
msgid "An error occurred. Your changes have not been saved, try again later."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vos modifications n'ont pas été enregistrées, veuillez réessayer plus tard."
|
"Vos modifications n'ont pas été enregistrées, veuillez réessayer plus tard."
|
||||||
|
@ -247,14 +249,12 @@ msgstr "Liste de diffusion"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Mailing Unsubscription"
|
|
||||||
msgid "Mail unsubscription"
|
msgid "Mail unsubscription"
|
||||||
msgstr "Désinscription de la liste"
|
msgstr "Désinscription de la liste"
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Unsubscription Reasons"
|
|
||||||
msgid "Mail unsubscription reason"
|
msgid "Mail unsubscription reason"
|
||||||
msgstr "Motifs de désabonnement"
|
msgstr "Motifs de désabonnement"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
@ -243,7 +248,6 @@ msgstr "Disiscrizioni"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Unsubscription Reasons"
|
|
||||||
msgid "Mail unsubscription reason"
|
msgid "Mail unsubscription reason"
|
||||||
msgstr "Motivi Disiscrizione"
|
msgstr "Motivi Disiscrizione"
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -42,6 +42,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||||
"n%100==4 ? 2 : 3;\n"
|
"%100==4 ? 2 : 3;\n"
|
||||||
"X-Generator: Weblate 3.10\n"
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
@ -51,6 +51,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
@ -249,7 +254,6 @@ msgstr "Odjave"
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_unsubscription_reason
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Unsubscription Reasons"
|
|
||||||
msgid "Mail unsubscription reason"
|
msgid "Mail unsubscription reason"
|
||||||
msgstr "Razlogi za odjavo"
|
msgstr "Razlogi za odjavo"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -49,6 +49,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -47,6 +47,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
|
@ -48,6 +48,11 @@ msgstr ""
|
||||||
msgid "Action Needed"
|
msgid "Action Needed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
|
#: model:ir.model.fields,field_description:mass_mailing_custom_unsubscribe.field_mail_unsubscription__allow_private
|
||||||
|
msgid "Allow Private"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mass_mailing_custom_unsubscribe
|
#. module: mass_mailing_custom_unsubscribe
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
#: code:addons/mass_mailing_custom_unsubscribe/static/src/js/unsubscribe.js:89
|
||||||
|
|
Loading…
Reference in New Issue