-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by hbrunn
- Loading branch information
Showing
48 changed files
with
4,082 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pull_requests": { | ||
"OCA/social#1244": "skip precommit changes", | ||
"OCA/social#1048": "(auto) Nothing to port from PR #1048" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
============================== | ||
Mail tracking for mass mailing | ||
============================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:fbf88a576b87f54b1f75399c95d0a26baa72fd6b966e131c4a5c3bde176e375a | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github | ||
:target: https://github.com/OCA/mail/tree/18.0/mail_tracking_mass_mailing | ||
:alt: OCA/mail | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_tracking_mass_mailing | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Links mail statistics objects with mail tracking objects. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
This addon will be automatically installed when ``mail_tracking`` and | ||
``mass_mailing`` are both installed. | ||
|
||
Usage | ||
===== | ||
|
||
From mail statistic object, you can see: | ||
|
||
- Email tracking state | ||
- Email related tracking object | ||
- Email related tracking events | ||
|
||
From mass mailing contact, you can see: | ||
|
||
- Email score, in order to clean up your lists from bad score emails | ||
|
||
Mass mailing emails are sent only to recipients once. If you want to | ||
send emails again to all the recipients, you must duplicate mass | ||
mailing. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_tracking_mass_mailing%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
------------ | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Pedro M. Baeza | ||
- Antonio Espinosa | ||
- Vicent Cubells | ||
- David Vidal | ||
- Ernesto Tejeda | ||
- Carlos Roca | ||
- Sergio Teruel | ||
|
||
- `Trobz <https://trobz.com>`__: | ||
|
||
- nguyenhk <[email protected]> | ||
- Tris Doan <[email protected]> | ||
|
||
Other credits | ||
------------- | ||
|
||
The migration of this module from 17.0 to 18.0 was financially supported | ||
by Camptocamp. | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_tracking_mass_mailing>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright 2016 Tecnativa - Antonio Espinosa | ||
# Copyright 2017 Tecnativa - Vicent Cubells | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 2016 Tecnativa - Antonio Espinosa | ||
# Copyright 2017 Tecnativa - Vicent Cubells | ||
# Copyright 2017 Tecnativa - David Vidal | ||
# Copyright 2018 Tecnativa - Pedro M. Baeza | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Mail tracking for mass mailing", | ||
"summary": "Improve mass mailing email tracking", | ||
"version": "18.0.1.0.0", | ||
"category": "Social Network", | ||
"website": "https://github.com/OCA/mail", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"auto_install": True, | ||
"depends": ["mass_mailing", "mail_tracking"], | ||
"data": [ | ||
"views/mail_tracking_email_view.xml", | ||
"views/mail_trace_view.xml", | ||
"views/mail_mass_mailing_view.xml", | ||
"views/mailing_contact_view.xml", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_tracking_mass_mailing | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
# Carles Antoli <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-18 04:04+0000\n" | ||
"PO-Revision-Date: 2017-03-18 04:04+0000\n" | ||
"Last-Translator: Carles Antoli <[email protected]>, 2017\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model_terms:ir.ui.view,arch_db:mail_tracking_mass_mailing.mailing_trace_view_form | ||
msgid "Country" | ||
msgstr "País" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mailing_contact__email_bounced | ||
msgid "Email Bounced" | ||
msgstr "" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model_terms:ir.ui.view,arch_db:mail_tracking_mass_mailing.mailing_contact_view_search | ||
msgid "Email bounced" | ||
msgstr "Correu electrònic rebotat" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mailing_contact__email_score | ||
msgid "Email score" | ||
msgstr "Puntuació de correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.ui.menu,name:mail_tracking_mass_mailing.mail_tracking_email_menu | ||
msgid "Emails" | ||
msgstr "Correus electrònics" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.ui.menu,name:mail_tracking_mass_mailing.mail_tracking_event_menu | ||
msgid "Events" | ||
msgstr "Esdeveniments" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mail_tracking_email__mail_id_int | ||
msgid "Mail ID" | ||
msgstr "ID Correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mail_tracking_email__mail_stats_id | ||
msgid "Mail statistics" | ||
msgstr "Estadístiques de correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mailing_trace__mail_tracking_id | ||
#: model:ir.ui.menu,name:mail_tracking_mass_mailing.mail_tracking_menu | ||
msgid "Mail tracking" | ||
msgstr "Seguiment del correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.actions.act_window,name:mail_tracking_mass_mailing.action_view_mail_tracking_email | ||
msgid "Mail tracking emails" | ||
msgstr "Seguiment dels missatges de correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.actions.act_window,name:mail_tracking_mass_mailing.action_view_mail_tracking_event | ||
msgid "Mail tracking events" | ||
msgstr "Seguiment dels esdeveniments dels missatges de correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model,name:mail_tracking_mass_mailing.model_mail_tracking_email | ||
msgid "MailTracking email" | ||
msgstr "MailTracking correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model,name:mail_tracking_mass_mailing.model_mail_tracking_event | ||
msgid "MailTracking event" | ||
msgstr "MailTracking esdeveniments" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model,name:mail_tracking_mass_mailing.model_mailing_contact | ||
#, fuzzy | ||
msgid "Mailing Contact" | ||
msgstr "Contactes del correu massiu" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model,name:mail_tracking_mass_mailing.model_mailing_trace | ||
#, fuzzy | ||
msgid "Mailing Statistics" | ||
msgstr "Estadístiques de correu electrònic" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mail_tracking_email__mass_mailing_id | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mail_tracking_event__mass_mailing_id | ||
msgid "Mass mailing" | ||
msgstr "Correu massiu" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model_terms:ir.ui.view,arch_db:mail_tracking_mass_mailing.mailing_trace_view_form | ||
msgid "OS" | ||
msgstr "" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model,name:mail_tracking_mass_mailing.model_mail_mail | ||
msgid "Outgoing Mails" | ||
msgstr "Correus sortints" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model:ir.model.fields,field_description:mail_tracking_mass_mailing.field_mailing_trace__tracking_event_ids | ||
msgid "Tracking events" | ||
msgstr "Esdeveniments de seguiment" | ||
|
||
#. module: mail_tracking_mass_mailing | ||
#: model_terms:ir.ui.view,arch_db:mail_tracking_mass_mailing.mailing_trace_view_form | ||
msgid "User agent" | ||
msgstr "Aplicació de l'usuari" |
Oops, something went wrong.