From 074d12ba7adb1c7451ce255790b4d38e10dca6b9 Mon Sep 17 00:00:00 2001 From: SimoRubi <32064796+SimoRubi@users.noreply.github.com> Date: Tue, 10 Oct 2017 11:37:56 +0200 Subject: [PATCH 01/11] [MIG] [10.0] mail_footer_notified_partner (#200) * [NEW][mail_footer_notified_partners] This module adds into the footer the partner's name notified by this email * [CHG] Use common.TransactionCase * OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex * [FIX][mail_footer_notified_partners] Use @api.model instead of @api.one. * OCA Transbot updated translations from Transifex * [FIX] remove en.po that was erroneously created by transbot * Pass context * OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex * [MIG] mail_footer_notified_partner: Migration to 10.0 --- mail_footer_notified_partner/README.rst | 52 +++++++++++++++++++ mail_footer_notified_partner/__init__.py | 4 ++ mail_footer_notified_partner/__manifest__.py | 19 +++++++ mail_footer_notified_partner/i18n/de.po | 30 +++++++++++ mail_footer_notified_partner/i18n/el_GR.po | 29 +++++++++++ mail_footer_notified_partner/i18n/es.po | 38 ++++++++++++++ mail_footer_notified_partner/i18n/fi.po | 29 +++++++++++ mail_footer_notified_partner/i18n/fr.po | 30 +++++++++++ mail_footer_notified_partner/i18n/it.po | 29 +++++++++++ mail_footer_notified_partner/i18n/sl.po | 30 +++++++++++ .../models/__init__.py | 4 ++ .../models/mail_followers.py | 26 ++++++++++ .../tests/__init__.py | 4 ++ .../tests/test_mail_notification.py | 28 ++++++++++ 14 files changed, 352 insertions(+) create mode 100644 mail_footer_notified_partner/README.rst create mode 100644 mail_footer_notified_partner/__init__.py create mode 100644 mail_footer_notified_partner/__manifest__.py create mode 100644 mail_footer_notified_partner/i18n/de.po create mode 100644 mail_footer_notified_partner/i18n/el_GR.po create mode 100644 mail_footer_notified_partner/i18n/es.po create mode 100644 mail_footer_notified_partner/i18n/fi.po create mode 100644 mail_footer_notified_partner/i18n/fr.po create mode 100644 mail_footer_notified_partner/i18n/it.po create mode 100644 mail_footer_notified_partner/i18n/sl.po create mode 100644 mail_footer_notified_partner/models/__init__.py create mode 100644 mail_footer_notified_partner/models/mail_followers.py create mode 100644 mail_footer_notified_partner/tests/__init__.py create mode 100644 mail_footer_notified_partner/tests/test_mail_notification.py diff --git a/mail_footer_notified_partner/README.rst b/mail_footer_notified_partner/README.rst new file mode 100644 index 000000000..1a0022f53 --- /dev/null +++ b/mail_footer_notified_partner/README.rst @@ -0,0 +1,52 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +================================ +Notified partners in mail footer +================================ + +This module adds the list of notified partners in the footer of notification e-mails sent by Odoo. +The partner will be added if its 'notify_email' is not 'none'. +(In order to be consistent with Odoo) + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :target: https://runbot.odoo-community.org/runbot/205/10.0 + :alt: Try me on Runbot + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Jonathan Nemry +* Simone Rubino + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/mail_footer_notified_partner/__init__.py b/mail_footer_notified_partner/__init__.py new file mode 100644 index 000000000..37c0ad409 --- /dev/null +++ b/mail_footer_notified_partner/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import models diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py new file mode 100644 index 000000000..ec17adebb --- /dev/null +++ b/mail_footer_notified_partner/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Notified partners in mail footer", + "summary": """ + This module adds the list of notified partners in the footer of + notification e-mails sent by Odoo. + """, + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", + "installable": True, + "website": "http://acsone.eu", + "category": "Mail", + "version": "10.0.1.0.0", + "license": "AGPL-3", + "depends": [ + "mail", + ], +} diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po new file mode 100644 index 000000000..49dc4b6a1 --- /dev/null +++ b/mail_footer_notified_partner/i18n/de.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-30 10:21+0000\n" +"PO-Revision-Date: 2017-03-18 17:25+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Auch benachrichtigt:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Mitteilungen" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po new file mode 100644 index 000000000..ad41fb769 --- /dev/null +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-10-11 11:53+0000\n" +"Last-Translator: Kostas Goutoudis \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-8-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Ειδοποιήσεις " diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po new file mode 100644 index 000000000..65090579b --- /dev/null +++ b/mail_footer_notified_partner/i18n/es.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2016 +# FIRST AUTHOR , 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-30 02:47+0000\n" +"PO-Revision-Date: 2016-04-24 16:44+0000\n" +"Last-Translator: Carles Antoli \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "También notificado:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notificaciones" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po new file mode 100644 index 000000000..dfb8bd188 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fi.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-09-29 13:23+0000\n" +"Last-Translator: Jarmo Kortetjärvi \n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-social-8-0/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Ilmoitukset" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po new file mode 100644 index 000000000..e7a54a0d4 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Christophe CHAUVET , 2016 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-30 01:07+0000\n" +"PO-Revision-Date: 2016-06-17 14:15+0000\n" +"Last-Translator: Christophe CHAUVET \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Également notifié:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notifications" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po new file mode 100644 index 000000000..9e024dd18 --- /dev/null +++ b/mail_footer_notified_partner/i18n/it.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-02-26 16:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-social-8-0/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notifiche" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po new file mode 100644 index 000000000..ded2c7a11 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-02-27 01:40+0000\n" +"PO-Revision-Date: 2016-02-27 16:56+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Obveščeni tudi:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Obvestila" diff --git a/mail_footer_notified_partner/models/__init__.py b/mail_footer_notified_partner/models/__init__.py new file mode 100644 index 000000000..de1bfecf6 --- /dev/null +++ b/mail_footer_notified_partner/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import mail_followers diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py new file mode 100644 index 000000000..2c1ddc3fe --- /dev/null +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import models, api +from odoo.tools.translate import _ + + +class MailNotification(models.Model): + _inherit = 'res.partner' + + @api.model + def _notify_send(self, body, subject, recipients, **mail_values): + body += self.get_additional_footer(recipients) + return super(MailNotification, self).\ + _notify_send(body, subject, recipients, **mail_values) + + @api.model + def get_additional_footer(self, recipients): + recipients_name = [ + recipient.name for recipient in recipients + ] + additional_footer = u'
%s%s.
' % \ + (_('Also notified: '), + ', '.join(recipients_name)) + return additional_footer diff --git a/mail_footer_notified_partner/tests/__init__.py b/mail_footer_notified_partner/tests/__init__.py new file mode 100644 index 000000000..4488e7cd0 --- /dev/null +++ b/mail_footer_notified_partner/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import test_mail_notification diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py new file mode 100644 index 000000000..b0fc5127a --- /dev/null +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +import odoo.tests.common as common + + +class TestMailNotification(common.TransactionCase): + def setUp(self): + super(TestMailNotification, self).setUp() + + self.partner_obj = self.env['res.partner'] + + def test_get_signature_footer(self): + vals = { + 'name': 'p1@example.com', + } + partner1 = self.partner_obj.create(vals) + + body = 'this is the body' + subject = 'this is the subject' + recipients = partner1 + emails, recipients_nbr = \ + self.partner_obj._notify_send(body, subject, recipients) + + self.assertTrue( + partner1.name in emails.body_html, + 'Partner name is not in the body of the mail') From 96dd23ed8b9e15d0e6fe456633d3b0dbc1c5bccc Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 2 Dec 2017 13:35:23 +0100 Subject: [PATCH 02/11] OCA Transbot updated translations from Transifex --- mail_footer_notified_partner/i18n/am.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ar.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/bs.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ca.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/cs.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/da.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/en_GB.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es.po | 36 ++++++++----------- mail_footer_notified_partner/i18n/es_CR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_EC.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_MX.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_VE.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/et.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/fi.po | 25 ++++++------- mail_footer_notified_partner/i18n/fr.po | 28 +++++++-------- mail_footer_notified_partner/i18n/fr_CA.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/gl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hr.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hr_HR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hu.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/it.po | 25 ++++++------- mail_footer_notified_partner/i18n/ja.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/lt.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/lv.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/mk.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/mn.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nb.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nb_NO.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl_BE.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl_NL.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt_BR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt_PT.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ro.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ru.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/sl.po | 28 +++++++-------- mail_footer_notified_partner/i18n/sr@latin.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/sv.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/th.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/tr.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/vi.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/zh_CN.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/zh_TW.po | 30 ++++++++++++++++ 45 files changed, 1268 insertions(+), 74 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/am.po create mode 100644 mail_footer_notified_partner/i18n/ar.po create mode 100644 mail_footer_notified_partner/i18n/bs.po create mode 100644 mail_footer_notified_partner/i18n/ca.po create mode 100644 mail_footer_notified_partner/i18n/cs.po create mode 100644 mail_footer_notified_partner/i18n/da.po create mode 100644 mail_footer_notified_partner/i18n/en_GB.po create mode 100644 mail_footer_notified_partner/i18n/es_CR.po create mode 100644 mail_footer_notified_partner/i18n/es_EC.po create mode 100644 mail_footer_notified_partner/i18n/es_MX.po create mode 100644 mail_footer_notified_partner/i18n/es_VE.po create mode 100644 mail_footer_notified_partner/i18n/et.po create mode 100644 mail_footer_notified_partner/i18n/fr_CA.po create mode 100644 mail_footer_notified_partner/i18n/gl.po create mode 100644 mail_footer_notified_partner/i18n/hr.po create mode 100644 mail_footer_notified_partner/i18n/hr_HR.po create mode 100644 mail_footer_notified_partner/i18n/hu.po create mode 100644 mail_footer_notified_partner/i18n/ja.po create mode 100644 mail_footer_notified_partner/i18n/lt.po create mode 100644 mail_footer_notified_partner/i18n/lv.po create mode 100644 mail_footer_notified_partner/i18n/mk.po create mode 100644 mail_footer_notified_partner/i18n/mn.po create mode 100644 mail_footer_notified_partner/i18n/nb.po create mode 100644 mail_footer_notified_partner/i18n/nb_NO.po create mode 100644 mail_footer_notified_partner/i18n/nl.po create mode 100644 mail_footer_notified_partner/i18n/nl_BE.po create mode 100644 mail_footer_notified_partner/i18n/nl_NL.po create mode 100644 mail_footer_notified_partner/i18n/pl.po create mode 100644 mail_footer_notified_partner/i18n/pt.po create mode 100644 mail_footer_notified_partner/i18n/pt_BR.po create mode 100644 mail_footer_notified_partner/i18n/pt_PT.po create mode 100644 mail_footer_notified_partner/i18n/ro.po create mode 100644 mail_footer_notified_partner/i18n/ru.po create mode 100644 mail_footer_notified_partner/i18n/sr@latin.po create mode 100644 mail_footer_notified_partner/i18n/sv.po create mode 100644 mail_footer_notified_partner/i18n/th.po create mode 100644 mail_footer_notified_partner/i18n/tr.po create mode 100644 mail_footer_notified_partner/i18n/vi.po create mode 100644 mail_footer_notified_partner/i18n/zh_CN.po create mode 100644 mail_footer_notified_partner/i18n/zh_TW.po diff --git a/mail_footer_notified_partner/i18n/am.po b/mail_footer_notified_partner/i18n/am.po new file mode 100644 index 000000000..eb8b982ef --- /dev/null +++ b/mail_footer_notified_partner/i18n/am.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "ተባባሪ" diff --git a/mail_footer_notified_partner/i18n/ar.po b/mail_footer_notified_partner/i18n/ar.po new file mode 100644 index 000000000..f652156a9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ar.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "الشريك" diff --git a/mail_footer_notified_partner/i18n/bs.po b/mail_footer_notified_partner/i18n/bs.po new file mode 100644 index 000000000..8e42a37a5 --- /dev/null +++ b/mail_footer_notified_partner/i18n/bs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/ca.po b/mail_footer_notified_partner/i18n/ca.po new file mode 100644 index 000000000..547883bc2 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ca.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/cs.po b/mail_footer_notified_partner/i18n/cs.po new file mode 100644 index 000000000..548e019ae --- /dev/null +++ b/mail_footer_notified_partner/i18n/cs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Společník" diff --git a/mail_footer_notified_partner/i18n/da.po b/mail_footer_notified_partner/i18n/da.po new file mode 100644 index 000000000..bb7c186ee --- /dev/null +++ b/mail_footer_notified_partner/i18n/da.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/en_GB.po b/mail_footer_notified_partner/i18n/en_GB.po new file mode 100644 index 000000000..f1867b010 --- /dev/null +++ b/mail_footer_notified_partner/i18n/en_GB.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po index 65090579b..117b5beec 100644 --- a/mail_footer_notified_partner/i18n/es.po +++ b/mail_footer_notified_partner/i18n/es.po @@ -1,38 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Antonio Trueba, 2016 -# Armando Vulcano Junior , 2015 -# Carles Antoli , 2016 -# FIRST AUTHOR , 2014 -# Jarmo Kortetjärvi , 2016 -# Matjaž Mozetič , 2015 -# Paolo Valier, 2016 -# Rudolf Schnapka , 2016 -# SaFi J. , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-30 02:47+0000\n" -"PO-Revision-Date: 2016-04-24 16:44+0000\n" -"Last-Translator: Carles Antoli \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/es/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "También notificado:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notificaciones" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_CR.po b/mail_footer_notified_partner/i18n/es_CR.po new file mode 100644 index 000000000..1a7d8589d --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_CR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_EC.po b/mail_footer_notified_partner/i18n/es_EC.po new file mode 100644 index 000000000..b604249d9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_EC.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_MX.po b/mail_footer_notified_partner/i18n/es_MX.po new file mode 100644 index 000000000..355a1cdd0 --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_MX.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_VE.po b/mail_footer_notified_partner/i18n/es_VE.po new file mode 100644 index 000000000..486274aa4 --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_VE.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/et.po b/mail_footer_notified_partner/i18n/et.po new file mode 100644 index 000000000..bbcd12c0c --- /dev/null +++ b/mail_footer_notified_partner/i18n/et.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po index dfb8bd188..27bd31cd6 100644 --- a/mail_footer_notified_partner/i18n/fi.po +++ b/mail_footer_notified_partner/i18n/fi.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-09-29 13:23+0000\n" -"Last-Translator: Jarmo Kortetjärvi \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-social-8-0/language/fi/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Ilmoitukset" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Kumppani" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po index e7a54a0d4..9e3ce4207 100644 --- a/mail_footer_notified_partner/i18n/fr.po +++ b/mail_footer_notified_partner/i18n/fr.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Christophe CHAUVET , 2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-30 01:07+0000\n" -"PO-Revision-Date: 2016-06-17 14:15+0000\n" -"Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/fr/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Également notifié:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notifications" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/fr_CA.po b/mail_footer_notified_partner/i18n/fr_CA.po new file mode 100644 index 000000000..e38b12a77 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr_CA.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/gl.po b/mail_footer_notified_partner/i18n/gl.po new file mode 100644 index 000000000..d0ff14ee3 --- /dev/null +++ b/mail_footer_notified_partner/i18n/gl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/hr.po b/mail_footer_notified_partner/i18n/hr.po new file mode 100644 index 000000000..54db12dcc --- /dev/null +++ b/mail_footer_notified_partner/i18n/hr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/hr_HR.po b/mail_footer_notified_partner/i18n/hr_HR.po new file mode 100644 index 000000000..6ccaf7181 --- /dev/null +++ b/mail_footer_notified_partner/i18n/hr_HR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/hu.po b/mail_footer_notified_partner/i18n/hu.po new file mode 100644 index 000000000..fb740c31a --- /dev/null +++ b/mail_footer_notified_partner/i18n/hu.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po index 9e024dd18..483a80434 100644 --- a/mail_footer_notified_partner/i18n/it.po +++ b/mail_footer_notified_partner/i18n/it.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-02-26 16:19+0000\n" -"Last-Translator: <>\n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-social-8-0/language/it/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notifiche" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/ja.po b/mail_footer_notified_partner/i18n/ja.po new file mode 100644 index 000000000..d9c023448 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ja.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "パートナ" diff --git a/mail_footer_notified_partner/i18n/lt.po b/mail_footer_notified_partner/i18n/lt.po new file mode 100644 index 000000000..505e6b00e --- /dev/null +++ b/mail_footer_notified_partner/i18n/lt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partneris" diff --git a/mail_footer_notified_partner/i18n/lv.po b/mail_footer_notified_partner/i18n/lv.po new file mode 100644 index 000000000..17af6e8dc --- /dev/null +++ b/mail_footer_notified_partner/i18n/lv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partneris" diff --git a/mail_footer_notified_partner/i18n/mk.po b/mail_footer_notified_partner/i18n/mk.po new file mode 100644 index 000000000..aaf4421c7 --- /dev/null +++ b/mail_footer_notified_partner/i18n/mk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Партнер" diff --git a/mail_footer_notified_partner/i18n/mn.po b/mail_footer_notified_partner/i18n/mn.po new file mode 100644 index 000000000..e7d995559 --- /dev/null +++ b/mail_footer_notified_partner/i18n/mn.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Харилцагч" diff --git a/mail_footer_notified_partner/i18n/nb.po b/mail_footer_notified_partner/i18n/nb.po new file mode 100644 index 000000000..1ddc0158f --- /dev/null +++ b/mail_footer_notified_partner/i18n/nb.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nb_NO.po b/mail_footer_notified_partner/i18n/nb_NO.po new file mode 100644 index 000000000..63167cd5e --- /dev/null +++ b/mail_footer_notified_partner/i18n/nb_NO.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nl.po b/mail_footer_notified_partner/i18n/nl.po new file mode 100644 index 000000000..7c52938fa --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nl_BE.po b/mail_footer_notified_partner/i18n/nl_BE.po new file mode 100644 index 000000000..c618cedd9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl_BE.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Relatie" diff --git a/mail_footer_notified_partner/i18n/nl_NL.po b/mail_footer_notified_partner/i18n/nl_NL.po new file mode 100644 index 000000000..ba8ec3b11 --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl_NL.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/pl.po b/mail_footer_notified_partner/i18n/pl.po new file mode 100644 index 000000000..415e6c315 --- /dev/null +++ b/mail_footer_notified_partner/i18n/pl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/pt.po b/mail_footer_notified_partner/i18n/pt.po new file mode 100644 index 000000000..2669be00f --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Entidade" diff --git a/mail_footer_notified_partner/i18n/pt_BR.po b/mail_footer_notified_partner/i18n/pt_BR.po new file mode 100644 index 000000000..7d4589ffa --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt_BR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Parceiro" diff --git a/mail_footer_notified_partner/i18n/pt_PT.po b/mail_footer_notified_partner/i18n/pt_PT.po new file mode 100644 index 000000000..c067563cb --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt_PT.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Parceiro" diff --git a/mail_footer_notified_partner/i18n/ro.po b/mail_footer_notified_partner/i18n/ro.po new file mode 100644 index 000000000..cbaa9765a --- /dev/null +++ b/mail_footer_notified_partner/i18n/ro.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partener" diff --git a/mail_footer_notified_partner/i18n/ru.po b/mail_footer_notified_partner/i18n/ru.po new file mode 100644 index 000000000..d555771f3 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ru.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Контрагент" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po index ded2c7a11..b9ec843e9 100644 --- a/mail_footer_notified_partner/i18n/sl.po +++ b/mail_footer_notified_partner/i18n/sl.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Matjaž Mozetič , 2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-27 01:40+0000\n" -"PO-Revision-Date: 2016-02-27 16:56+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Obveščeni tudi:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Obvestila" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/sr@latin.po b/mail_footer_notified_partner/i18n/sr@latin.po new file mode 100644 index 000000000..2e8a230c9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sr@latin.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/sv.po b/mail_footer_notified_partner/i18n/sv.po new file mode 100644 index 000000000..a7e4ebd21 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Företag" diff --git a/mail_footer_notified_partner/i18n/th.po b/mail_footer_notified_partner/i18n/th.po new file mode 100644 index 000000000..a26b641d9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/th.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "พาร์ทเนอร์" diff --git a/mail_footer_notified_partner/i18n/tr.po b/mail_footer_notified_partner/i18n/tr.po new file mode 100644 index 000000000..acab52417 --- /dev/null +++ b/mail_footer_notified_partner/i18n/tr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "İş Ortağı" diff --git a/mail_footer_notified_partner/i18n/vi.po b/mail_footer_notified_partner/i18n/vi.po new file mode 100644 index 000000000..e6cbc5d11 --- /dev/null +++ b/mail_footer_notified_partner/i18n/vi.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Đối tác" diff --git a/mail_footer_notified_partner/i18n/zh_CN.po b/mail_footer_notified_partner/i18n/zh_CN.po new file mode 100644 index 000000000..9ef6c430b --- /dev/null +++ b/mail_footer_notified_partner/i18n/zh_CN.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "业务伙伴" diff --git a/mail_footer_notified_partner/i18n/zh_TW.po b/mail_footer_notified_partner/i18n/zh_TW.po new file mode 100644 index 000000000..d58a7e1d5 --- /dev/null +++ b/mail_footer_notified_partner/i18n/zh_TW.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "夥伴" From 32e2803fb3bf915266e9d78b9c2bcfa8e4bd8581 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 16 Jan 2018 15:09:00 +0100 Subject: [PATCH 03/11] OCA Transbot updated translations from Transifex --- mail_footer_notified_partner/i18n/bg.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/de.po | 28 ++++++++++---------- mail_footer_notified_partner/i18n/el_GR.po | 25 +++++++++--------- mail_footer_notified_partner/i18n/eu.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/fr_CH.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/sk.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/tr_TR.po | 30 ++++++++++++++++++++++ 7 files changed, 177 insertions(+), 26 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/bg.po create mode 100644 mail_footer_notified_partner/i18n/eu.po create mode 100644 mail_footer_notified_partner/i18n/fr_CH.po create mode 100644 mail_footer_notified_partner/i18n/sk.po create mode 100644 mail_footer_notified_partner/i18n/tr_TR.po diff --git a/mail_footer_notified_partner/i18n/bg.po b/mail_footer_notified_partner/i18n/bg.po new file mode 100644 index 000000000..0fe253f87 --- /dev/null +++ b/mail_footer_notified_partner/i18n/bg.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Партньор" diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po index 49dc4b6a1..b16a31d73 100644 --- a/mail_footer_notified_partner/i18n/de.po +++ b/mail_footer_notified_partner/i18n/de.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Rudolf Schnapka , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-30 10:21+0000\n" -"PO-Revision-Date: 2017-03-18 17:25+0000\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/de/)\n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Auch benachrichtigt:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Mitteilungen" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po index ad41fb769..5f3ddd7a5 100644 --- a/mail_footer_notified_partner/i18n/el_GR.po +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-10-11 11:53+0000\n" -"Last-Translator: Kostas Goutoudis \n" -"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-8-0/language/el_GR/)\n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Ειδοποιήσεις " +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Συνεργάτης" diff --git a/mail_footer_notified_partner/i18n/eu.po b/mail_footer_notified_partner/i18n/eu.po new file mode 100644 index 000000000..01317f86b --- /dev/null +++ b/mail_footer_notified_partner/i18n/eu.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Kidea" diff --git a/mail_footer_notified_partner/i18n/fr_CH.po b/mail_footer_notified_partner/i18n/fr_CH.po new file mode 100644 index 000000000..ffa75b014 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr_CH.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/sk.po b/mail_footer_notified_partner/i18n/sk.po new file mode 100644 index 000000000..46ddc7bc8 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/tr_TR.po b/mail_footer_notified_partner/i18n/tr_TR.po new file mode 100644 index 000000000..926cefda9 --- /dev/null +++ b/mail_footer_notified_partner/i18n/tr_TR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Ortak" From 4134ae9edd6dd522557d54ab76d9e125d0d5600d Mon Sep 17 00:00:00 2001 From: eLBati Date: Fri, 8 Dec 2017 09:19:59 +0100 Subject: [PATCH 04/11] FIX mail_footer_notified_partner we need to save the complete list of partners because _message_notification_recipients builds recipients grouped by users groups. Thus get_additional_footer would get a partial list of recipients --- mail_footer_notified_partner/__manifest__.py | 2 +- .../models/mail_followers.py | 21 ++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index ec17adebb..f2fd13569 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -11,7 +11,7 @@ "installable": True, "website": "http://acsone.eu", "category": "Mail", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "license": "AGPL-3", "depends": [ "mail", diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index 2c1ddc3fe..f3be14e11 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -9,9 +9,28 @@ from odoo.tools.translate import _ class MailNotification(models.Model): _inherit = 'res.partner' + @api.multi + def _notify_by_email( + self, message, force_send=False, send_after_commit=True, + user_signature=True + ): + # we need to save the complete list of partners because + # _message_notification_recipients builds recipients + # grouped by users groups. Thus get_additional_footer would get a + # partial list of recipients + return super( + MailNotification, self.with_context(notified_partners=self) + )._notify_by_email( + message, force_send=force_send, + send_after_commit=send_after_commit, + user_signature=user_signature + ) + @api.model def _notify_send(self, body, subject, recipients, **mail_values): - body += self.get_additional_footer(recipients) + footer_recipients = self.env.context.get( + 'notified_partners', recipients) or recipients + body += self.get_additional_footer(footer_recipients) return super(MailNotification, self).\ _notify_send(body, subject, recipients, **mail_values) From c0839f148e211991271e4d9c663c29e0e24f2f91 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 21:59:42 +0000 Subject: [PATCH 05/11] [UPD] Update mail_footer_notified_partner.pot --- mail_footer_notified_partner/i18n/am.po | 6 ++--- mail_footer_notified_partner/i18n/ar.po | 9 ++++--- mail_footer_notified_partner/i18n/bg.po | 6 ++--- mail_footer_notified_partner/i18n/bs.po | 9 ++++--- mail_footer_notified_partner/i18n/ca.po | 6 ++--- mail_footer_notified_partner/i18n/cs.po | 6 ++--- mail_footer_notified_partner/i18n/da.po | 6 ++--- mail_footer_notified_partner/i18n/de.po | 6 ++--- mail_footer_notified_partner/i18n/el_GR.po | 9 ++++--- mail_footer_notified_partner/i18n/en_GB.po | 9 ++++--- mail_footer_notified_partner/i18n/es.po | 6 ++--- mail_footer_notified_partner/i18n/es_CR.po | 9 ++++--- mail_footer_notified_partner/i18n/es_EC.po | 9 ++++--- mail_footer_notified_partner/i18n/es_MX.po | 9 ++++--- mail_footer_notified_partner/i18n/es_VE.po | 9 ++++--- mail_footer_notified_partner/i18n/et.po | 6 ++--- mail_footer_notified_partner/i18n/eu.po | 6 ++--- mail_footer_notified_partner/i18n/fi.po | 6 ++--- mail_footer_notified_partner/i18n/fr.po | 6 ++--- mail_footer_notified_partner/i18n/fr_CA.po | 9 ++++--- mail_footer_notified_partner/i18n/fr_CH.po | 9 ++++--- mail_footer_notified_partner/i18n/gl.po | 6 ++--- mail_footer_notified_partner/i18n/hr.po | 9 ++++--- mail_footer_notified_partner/i18n/hr_HR.po | 12 +++++---- mail_footer_notified_partner/i18n/hu.po | 6 ++--- mail_footer_notified_partner/i18n/it.po | 6 ++--- mail_footer_notified_partner/i18n/ja.po | 6 ++--- mail_footer_notified_partner/i18n/lt.po | 9 ++++--- mail_footer_notified_partner/i18n/lv.po | 9 ++++--- .../i18n/mail_footer_notified_partner.pot | 26 +++++++++++++++++++ mail_footer_notified_partner/i18n/mk.po | 6 ++--- mail_footer_notified_partner/i18n/mn.po | 6 ++--- mail_footer_notified_partner/i18n/nb.po | 9 ++++--- mail_footer_notified_partner/i18n/nb_NO.po | 9 ++++--- mail_footer_notified_partner/i18n/nl.po | 6 ++--- mail_footer_notified_partner/i18n/nl_BE.po | 9 ++++--- mail_footer_notified_partner/i18n/nl_NL.po | 9 ++++--- mail_footer_notified_partner/i18n/pl.po | 10 ++++--- mail_footer_notified_partner/i18n/pt.po | 6 ++--- mail_footer_notified_partner/i18n/pt_BR.po | 9 ++++--- mail_footer_notified_partner/i18n/pt_PT.po | 9 ++++--- mail_footer_notified_partner/i18n/ro.po | 9 ++++--- mail_footer_notified_partner/i18n/ru.po | 10 ++++--- mail_footer_notified_partner/i18n/sk.po | 6 ++--- mail_footer_notified_partner/i18n/sl.po | 9 ++++--- mail_footer_notified_partner/i18n/sr@latin.po | 12 +++++---- mail_footer_notified_partner/i18n/sv.po | 6 ++--- mail_footer_notified_partner/i18n/th.po | 6 ++--- mail_footer_notified_partner/i18n/tr.po | 6 ++--- mail_footer_notified_partner/i18n/tr_TR.po | 9 ++++--- mail_footer_notified_partner/i18n/vi.po | 6 ++--- mail_footer_notified_partner/i18n/zh_CN.po | 9 ++++--- mail_footer_notified_partner/i18n/zh_TW.po | 9 ++++--- 53 files changed, 244 insertions(+), 186 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot diff --git a/mail_footer_notified_partner/i18n/am.po b/mail_footer_notified_partner/i18n/am.po index eb8b982ef..b423e5dd5 100644 --- a/mail_footer_notified_partner/i18n/am.po +++ b/mail_footer_notified_partner/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ar.po b/mail_footer_notified_partner/i18n/ar.po index f652156a9..4e46a809b 100644 --- a/mail_footer_notified_partner/i18n/ar.po +++ b/mail_footer_notified_partner/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/bg.po b/mail_footer_notified_partner/i18n/bg.po index 0fe253f87..e8202ca71 100644 --- a/mail_footer_notified_partner/i18n/bg.po +++ b/mail_footer_notified_partner/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/bs.po b/mail_footer_notified_partner/i18n/bs.po index 8e42a37a5..141aad197 100644 --- a/mail_footer_notified_partner/i18n/bs.po +++ b/mail_footer_notified_partner/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ca.po b/mail_footer_notified_partner/i18n/ca.po index 547883bc2..d64d474b4 100644 --- a/mail_footer_notified_partner/i18n/ca.po +++ b/mail_footer_notified_partner/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 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" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/cs.po b/mail_footer_notified_partner/i18n/cs.po index 548e019ae..08fdf2eb1 100644 --- a/mail_footer_notified_partner/i18n/cs.po +++ b/mail_footer_notified_partner/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/da.po b/mail_footer_notified_partner/i18n/da.po index bb7c186ee..9096e8de2 100644 --- a/mail_footer_notified_partner/i18n/da.po +++ b/mail_footer_notified_partner/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po index b16a31d73..cd1b69d9d 100644 --- a/mail_footer_notified_partner/i18n/de.po +++ b/mail_footer_notified_partner/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po index 5f3ddd7a5..e1ea97daf 100644 --- a/mail_footer_notified_partner/i18n/el_GR.po +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/en_GB.po b/mail_footer_notified_partner/i18n/en_GB.po index f1867b010..c28453d69 100644 --- a/mail_footer_notified_partner/i18n/en_GB.po +++ b/mail_footer_notified_partner/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po index 117b5beec..d8540e2b7 100644 --- a/mail_footer_notified_partner/i18n/es.po +++ b/mail_footer_notified_partner/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_CR.po b/mail_footer_notified_partner/i18n/es_CR.po index 1a7d8589d..0e1e0aea3 100644 --- a/mail_footer_notified_partner/i18n/es_CR.po +++ b/mail_footer_notified_partner/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_EC.po b/mail_footer_notified_partner/i18n/es_EC.po index b604249d9..0e8fce520 100644 --- a/mail_footer_notified_partner/i18n/es_EC.po +++ b/mail_footer_notified_partner/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_MX.po b/mail_footer_notified_partner/i18n/es_MX.po index 355a1cdd0..41d5196ba 100644 --- a/mail_footer_notified_partner/i18n/es_MX.po +++ b/mail_footer_notified_partner/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_VE.po b/mail_footer_notified_partner/i18n/es_VE.po index 486274aa4..94708a3a8 100644 --- a/mail_footer_notified_partner/i18n/es_VE.po +++ b/mail_footer_notified_partner/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/et.po b/mail_footer_notified_partner/i18n/et.po index bbcd12c0c..5e3467e7f 100644 --- a/mail_footer_notified_partner/i18n/et.po +++ b/mail_footer_notified_partner/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/eu.po b/mail_footer_notified_partner/i18n/eu.po index 01317f86b..f586452f8 100644 --- a/mail_footer_notified_partner/i18n/eu.po +++ b/mail_footer_notified_partner/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po index 27bd31cd6..32664bbcc 100644 --- a/mail_footer_notified_partner/i18n/fi.po +++ b/mail_footer_notified_partner/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po index 9e3ce4207..97189306e 100644 --- a/mail_footer_notified_partner/i18n/fr.po +++ b/mail_footer_notified_partner/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr_CA.po b/mail_footer_notified_partner/i18n/fr_CA.po index e38b12a77..c4e8304a8 100644 --- a/mail_footer_notified_partner/i18n/fr_CA.po +++ b/mail_footer_notified_partner/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr_CH.po b/mail_footer_notified_partner/i18n/fr_CH.po index ffa75b014..5a9a98181 100644 --- a/mail_footer_notified_partner/i18n/fr_CH.po +++ b/mail_footer_notified_partner/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/gl.po b/mail_footer_notified_partner/i18n/gl.po index d0ff14ee3..355e8c02f 100644 --- a/mail_footer_notified_partner/i18n/gl.po +++ b/mail_footer_notified_partner/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hr.po b/mail_footer_notified_partner/i18n/hr.po index 54db12dcc..96bfc4c97 100644 --- a/mail_footer_notified_partner/i18n/hr.po +++ b/mail_footer_notified_partner/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hr_HR.po b/mail_footer_notified_partner/i18n/hr_HR.po index 6ccaf7181..91ab5fc20 100644 --- a/mail_footer_notified_partner/i18n/hr_HR.po +++ b/mail_footer_notified_partner/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hu.po b/mail_footer_notified_partner/i18n/hu.po index fb740c31a..bf799ce43 100644 --- a/mail_footer_notified_partner/i18n/hu.po +++ b/mail_footer_notified_partner/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po index 483a80434..c73fb982a 100644 --- a/mail_footer_notified_partner/i18n/it.po +++ b/mail_footer_notified_partner/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ja.po b/mail_footer_notified_partner/i18n/ja.po index d9c023448..8d86b41f4 100644 --- a/mail_footer_notified_partner/i18n/ja.po +++ b/mail_footer_notified_partner/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/lt.po b/mail_footer_notified_partner/i18n/lt.po index 505e6b00e..c0e298dcb 100644 --- a/mail_footer_notified_partner/i18n/lt.po +++ b/mail_footer_notified_partner/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/lv.po b/mail_footer_notified_partner/i18n/lv.po index 17af6e8dc..b52e777a5 100644 --- a/mail_footer_notified_partner/i18n/lv.po +++ b/mail_footer_notified_partner/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot b/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot new file mode 100644 index 000000000..8a4fe3fa6 --- /dev/null +++ b/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "" + diff --git a/mail_footer_notified_partner/i18n/mk.po b/mail_footer_notified_partner/i18n/mk.po index aaf4421c7..52f71f09c 100644 --- a/mail_footer_notified_partner/i18n/mk.po +++ b/mail_footer_notified_partner/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/mn.po b/mail_footer_notified_partner/i18n/mn.po index e7d995559..cd50b9a9c 100644 --- a/mail_footer_notified_partner/i18n/mn.po +++ b/mail_footer_notified_partner/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nb.po b/mail_footer_notified_partner/i18n/nb.po index 1ddc0158f..546c59b79 100644 --- a/mail_footer_notified_partner/i18n/nb.po +++ b/mail_footer_notified_partner/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nb_NO.po b/mail_footer_notified_partner/i18n/nb_NO.po index 63167cd5e..cc23a55e9 100644 --- a/mail_footer_notified_partner/i18n/nb_NO.po +++ b/mail_footer_notified_partner/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl.po b/mail_footer_notified_partner/i18n/nl.po index 7c52938fa..3e2469248 100644 --- a/mail_footer_notified_partner/i18n/nl.po +++ b/mail_footer_notified_partner/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl_BE.po b/mail_footer_notified_partner/i18n/nl_BE.po index c618cedd9..5f827aa4a 100644 --- a/mail_footer_notified_partner/i18n/nl_BE.po +++ b/mail_footer_notified_partner/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl_NL.po b/mail_footer_notified_partner/i18n/nl_NL.po index ba8ec3b11..c1ef91a55 100644 --- a/mail_footer_notified_partner/i18n/nl_NL.po +++ b/mail_footer_notified_partner/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pl.po b/mail_footer_notified_partner/i18n/pl.po index 415e6c315..7abae1ee0 100644 --- a/mail_footer_notified_partner/i18n/pl.po +++ b/mail_footer_notified_partner/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt.po b/mail_footer_notified_partner/i18n/pt.po index 2669be00f..43386ccd9 100644 --- a/mail_footer_notified_partner/i18n/pt.po +++ b/mail_footer_notified_partner/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt_BR.po b/mail_footer_notified_partner/i18n/pt_BR.po index 7d4589ffa..9e497ba79 100644 --- a/mail_footer_notified_partner/i18n/pt_BR.po +++ b/mail_footer_notified_partner/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt_PT.po b/mail_footer_notified_partner/i18n/pt_PT.po index c067563cb..80c3b88b9 100644 --- a/mail_footer_notified_partner/i18n/pt_PT.po +++ b/mail_footer_notified_partner/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ro.po b/mail_footer_notified_partner/i18n/ro.po index cbaa9765a..c09a9f74b 100644 --- a/mail_footer_notified_partner/i18n/ro.po +++ b/mail_footer_notified_partner/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ru.po b/mail_footer_notified_partner/i18n/ru.po index d555771f3..566685b00 100644 --- a/mail_footer_notified_partner/i18n/ru.po +++ b/mail_footer_notified_partner/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sk.po b/mail_footer_notified_partner/i18n/sk.po index 46ddc7bc8..a0e6b49a5 100644 --- a/mail_footer_notified_partner/i18n/sk.po +++ b/mail_footer_notified_partner/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po index b9ec843e9..fad7e0cb5 100644 --- a/mail_footer_notified_partner/i18n/sl.po +++ b/mail_footer_notified_partner/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sr@latin.po b/mail_footer_notified_partner/i18n/sr@latin.po index 2e8a230c9..d3fd1f40c 100644 --- a/mail_footer_notified_partner/i18n/sr@latin.po +++ b/mail_footer_notified_partner/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sv.po b/mail_footer_notified_partner/i18n/sv.po index a7e4ebd21..344c8aadc 100644 --- a/mail_footer_notified_partner/i18n/sv.po +++ b/mail_footer_notified_partner/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/th.po b/mail_footer_notified_partner/i18n/th.po index a26b641d9..221e5389b 100644 --- a/mail_footer_notified_partner/i18n/th.po +++ b/mail_footer_notified_partner/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/tr.po b/mail_footer_notified_partner/i18n/tr.po index acab52417..bd3ada131 100644 --- a/mail_footer_notified_partner/i18n/tr.po +++ b/mail_footer_notified_partner/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/tr_TR.po b/mail_footer_notified_partner/i18n/tr_TR.po index 926cefda9..82b5034c3 100644 --- a/mail_footer_notified_partner/i18n/tr_TR.po +++ b/mail_footer_notified_partner/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/vi.po b/mail_footer_notified_partner/i18n/vi.po index e6cbc5d11..b3f669e47 100644 --- a/mail_footer_notified_partner/i18n/vi.po +++ b/mail_footer_notified_partner/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/zh_CN.po b/mail_footer_notified_partner/i18n/zh_CN.po index 9ef6c430b..ef6e31e83 100644 --- a/mail_footer_notified_partner/i18n/zh_CN.po +++ b/mail_footer_notified_partner/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/zh_TW.po b/mail_footer_notified_partner/i18n/zh_TW.po index d58a7e1d5..a1f917791 100644 --- a/mail_footer_notified_partner/i18n/zh_TW.po +++ b/mail_footer_notified_partner/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" From 670319b0cee7f1b4a55fe047e1ee41c3bf3656da Mon Sep 17 00:00:00 2001 From: Invitu Date: Tue, 26 Jun 2018 02:53:34 -1000 Subject: [PATCH 06/11] [MIG] mail_footer_notified_partner: Migration to 11.0 --- mail_footer_notified_partner/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index f2fd13569..c4484b1a8 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -11,7 +11,7 @@ "installable": True, "website": "http://acsone.eu", "category": "Mail", - "version": "10.0.1.0.1", + "version": "11.0.1.0.1", "license": "AGPL-3", "depends": [ "mail", From 5863646c4da373ea7b6b7e167c8a2ee771539636 Mon Sep 17 00:00:00 2001 From: Invitu Date: Sat, 30 Jun 2018 15:08:07 -1000 Subject: [PATCH 07/11] [IMP] notification should be at the beginning of the body indeed --- mail_footer_notified_partner/models/mail_followers.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index f3be14e11..d6bbc2f8d 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -30,16 +30,17 @@ class MailNotification(models.Model): def _notify_send(self, body, subject, recipients, **mail_values): footer_recipients = self.env.context.get( 'notified_partners', recipients) or recipients - body += self.get_additional_footer(footer_recipients) + newbody = self.get_additional_footer(footer_recipients) + newbody += body return super(MailNotification, self).\ - _notify_send(body, subject, recipients, **mail_values) + _notify_send(newbody, subject, recipients, **mail_values) @api.model def get_additional_footer(self, recipients): recipients_name = [ recipient.name for recipient in recipients ] - additional_footer = u'
%s%s.
' % \ + additional_footer = u'
%s%s.
' % \ (_('Also notified: '), ', '.join(recipients_name)) return additional_footer From bd5cf952441b73590cf230d18166e500141d4091 Mon Sep 17 00:00:00 2001 From: Cyril Vinh-Tung Date: Wed, 14 Aug 2019 14:33:05 -1000 Subject: [PATCH 08/11] [FIX] fix travis --- mail_footer_notified_partner/__init__.py | 1 - mail_footer_notified_partner/__manifest__.py | 1 - mail_footer_notified_partner/models/__init__.py | 1 - mail_footer_notified_partner/models/mail_followers.py | 1 - mail_footer_notified_partner/tests/__init__.py | 1 - mail_footer_notified_partner/tests/test_mail_notification.py | 1 - 6 files changed, 6 deletions(-) diff --git a/mail_footer_notified_partner/__init__.py b/mail_footer_notified_partner/__init__.py index 37c0ad409..d5194ed7f 100644 --- a/mail_footer_notified_partner/__init__.py +++ b/mail_footer_notified_partner/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import models diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index c4484b1a8..2483e848b 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { diff --git a/mail_footer_notified_partner/models/__init__.py b/mail_footer_notified_partner/models/__init__.py index de1bfecf6..9a3379031 100644 --- a/mail_footer_notified_partner/models/__init__.py +++ b/mail_footer_notified_partner/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import mail_followers diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index d6bbc2f8d..db644225e 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/mail_footer_notified_partner/tests/__init__.py b/mail_footer_notified_partner/tests/__init__.py index 4488e7cd0..507369434 100644 --- a/mail_footer_notified_partner/tests/__init__.py +++ b/mail_footer_notified_partner/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import test_mail_notification diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py index b0fc5127a..0faa576a3 100644 --- a/mail_footer_notified_partner/tests/test_mail_notification.py +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). From bd52a589983b328c0945763cced73411c432d8ce Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Mon, 21 Oct 2019 17:45:48 +0200 Subject: [PATCH 09/11] [MIG] mail_footer_notified_partner: Migration to 12.0 --- mail_footer_notified_partner/README.rst | 52 ------------------- mail_footer_notified_partner/__manifest__.py | 2 +- .../models/mail_followers.py | 5 +- .../readme/CONTRIBUTORS.rst | 2 + .../readme/DESCRIPTION.rst | 3 ++ .../tests/test_mail_notification.py | 2 +- 6 files changed, 10 insertions(+), 56 deletions(-) delete mode 100644 mail_footer_notified_partner/README.rst create mode 100644 mail_footer_notified_partner/readme/CONTRIBUTORS.rst create mode 100644 mail_footer_notified_partner/readme/DESCRIPTION.rst diff --git a/mail_footer_notified_partner/README.rst b/mail_footer_notified_partner/README.rst deleted file mode 100644 index 1a0022f53..000000000 --- a/mail_footer_notified_partner/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - -================================ -Notified partners in mail footer -================================ - -This module adds the list of notified partners in the footer of notification e-mails sent by Odoo. -The partner will be added if its 'notify_email' is not 'none'. -(In order to be consistent with Odoo) - -Usage -===== - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :target: https://runbot.odoo-community.org/runbot/205/10.0 - :alt: Try me on Runbot - -Bug Tracker -=========== - -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smash it by providing detailed and welcomed feedback. - -Credits -======= - -Contributors ------------- - -* Jonathan Nemry -* Simone Rubino - -Do not contact contributors directly about support or help with technical issues. - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -This module is maintained by the OCA. - -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. - -To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index 2483e848b..704bc648d 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -10,7 +10,7 @@ "installable": True, "website": "http://acsone.eu", "category": "Mail", - "version": "11.0.1.0.1", + "version": "12.0.1.0.0", "license": "AGPL-3", "depends": [ "mail", diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index db644225e..32b4e9041 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -31,8 +31,9 @@ class MailNotification(models.Model): 'notified_partners', recipients) or recipients newbody = self.get_additional_footer(footer_recipients) newbody += body - return super(MailNotification, self).\ - _notify_send(newbody, subject, recipients, **mail_values) + return super()._notify_send( + newbody, subject, recipients, **mail_values + ) @api.model def get_additional_footer(self, recipients): diff --git a/mail_footer_notified_partner/readme/CONTRIBUTORS.rst b/mail_footer_notified_partner/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..327557c4b --- /dev/null +++ b/mail_footer_notified_partner/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jonathan Nemry +* Simone Rubino diff --git a/mail_footer_notified_partner/readme/DESCRIPTION.rst b/mail_footer_notified_partner/readme/DESCRIPTION.rst new file mode 100644 index 000000000..482e8e33f --- /dev/null +++ b/mail_footer_notified_partner/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module adds the list of notified partners in the footer of notification e-mails sent by Odoo. +The partner will be added if its 'notify_email' is not 'none'. +(In order to be consistent with Odoo) diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py index 0faa576a3..988038af2 100644 --- a/mail_footer_notified_partner/tests/test_mail_notification.py +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -6,7 +6,7 @@ import odoo.tests.common as common class TestMailNotification(common.TransactionCase): def setUp(self): - super(TestMailNotification, self).setUp() + super().setUp() self.partner_obj = self.env['res.partner'] From b8cb08fdc5b6742fc825b3f5775dc6ba2e4f2793 Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Tue, 22 Oct 2019 15:48:44 +0200 Subject: [PATCH 10/11] [MIG] mail_footer_notified_martner: add to use _notify() v12 method --- mail_footer_notified_partner/__manifest__.py | 4 +- .../models/mail_followers.py | 60 +++++++++---------- .../tests/test_mail_notification.py | 22 ++++--- 3 files changed, 44 insertions(+), 42 deletions(-) diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index 704bc648d..1b4902925 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -12,7 +12,5 @@ "category": "Mail", "version": "12.0.1.0.0", "license": "AGPL-3", - "depends": [ - "mail", - ], + "depends": ["mail"], } diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index 32b4e9041..2dfa79ffa 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -6,41 +6,41 @@ from odoo.tools.translate import _ class MailNotification(models.Model): - _inherit = 'res.partner' + _inherit = "res.partner" - @api.multi - def _notify_by_email( - self, message, force_send=False, send_after_commit=True, - user_signature=True + @api.model + def _notify( + self, + message, + rdata, + record, + force_send, + send_after_commit, + model_description, + mail_auto_delete, ): - # we need to save the complete list of partners because - # _message_notification_recipients builds recipients - # grouped by users groups. Thus get_additional_footer would get a - # partial list of recipients - return super( + additional_footer = self.get_additional_footer_with_recipient( + message.notification_ids + ) + message.body += additional_footer + res = super( MailNotification, self.with_context(notified_partners=self) - )._notify_by_email( - message, force_send=force_send, - send_after_commit=send_after_commit, - user_signature=user_signature + )._notify( + message, + rdata, + record, + force_send, + send_after_commit, + model_description, + mail_auto_delete, ) + return res @api.model - def _notify_send(self, body, subject, recipients, **mail_values): - footer_recipients = self.env.context.get( - 'notified_partners', recipients) or recipients - newbody = self.get_additional_footer(footer_recipients) - newbody += body - return super()._notify_send( - newbody, subject, recipients, **mail_values + def get_additional_footer_with_recipient(self, recipients): + recipients_name = [recipient.display_name for recipient in recipients] + additional_footer = "
%s%s.
" % ( + _("Also notified: "), + ", ".join(recipients_name), ) - - @api.model - def get_additional_footer(self, recipients): - recipients_name = [ - recipient.name for recipient in recipients - ] - additional_footer = u'
%s%s.
' % \ - (_('Also notified: '), - ', '.join(recipients_name)) return additional_footer diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py index 988038af2..010670a45 100644 --- a/mail_footer_notified_partner/tests/test_mail_notification.py +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -8,20 +8,24 @@ class TestMailNotification(common.TransactionCase): def setUp(self): super().setUp() - self.partner_obj = self.env['res.partner'] + self.partner_obj = self.env["res.partner"] def test_get_signature_footer(self): - vals = { - 'name': 'p1@example.com', - } + vals = {"name": "p1@example.com"} partner1 = self.partner_obj.create(vals) - body = 'this is the body' - subject = 'this is the subject' + body = "this is the body" + subject = "this is the subject" recipients = partner1 - emails, recipients_nbr = \ - self.partner_obj._notify_send(body, subject, recipients) + emails, recipients_nbr = self.partner_obj._notify_send( + body, subject, recipients + ) self.assertTrue( partner1.name in emails.body_html, - 'Partner name is not in the body of the mail') + "Partner name is not in the body of the mail", + ) + + self.assertTrue( + body in emails.body_html, "The inital body of the mail was lack" + ) From 27780828b3cc8e4effa70dd08b7bc3674d4b0c2e Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Tue, 22 Oct 2019 17:58:29 +0200 Subject: [PATCH 11/11] [MIG] mail_footer_notified_partner: Fix test --- .../models/mail_followers.py | 19 ++++--- .../tests/test_mail_notification.py | 56 ++++++++++++++----- 2 files changed, 54 insertions(+), 21 deletions(-) diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index 2dfa79ffa..9ca7440bd 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -14,13 +14,17 @@ class MailNotification(models.Model): message, rdata, record, - force_send, - send_after_commit, - model_description, - mail_auto_delete, + force_send=False, + send_after_commit=True, + model_description=False, + mail_auto_delete=True ): + partner_ids = [] + for data in rdata: + partner_ids.append(data['id']) + additional_footer = self.get_additional_footer_with_recipient( - message.notification_ids + partner_ids ) message.body += additional_footer res = super( @@ -37,8 +41,9 @@ class MailNotification(models.Model): return res @api.model - def get_additional_footer_with_recipient(self, recipients): - recipients_name = [recipient.display_name for recipient in recipients] + def get_additional_footer_with_recipient(self, recipients_ids): + recipients = self.env['res.partner'].browse(recipients_ids) + recipients_name = [recipient.name for recipient in recipients] additional_footer = "
%s%s.
" % ( _("Also notified: "), ", ".join(recipients_name), diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py index 010670a45..5c8600a6f 100644 --- a/mail_footer_notified_partner/tests/test_mail_notification.py +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -7,25 +7,53 @@ import odoo.tests.common as common class TestMailNotification(common.TransactionCase): def setUp(self): super().setUp() + self.sender = self.env['res.partner'].create({ + 'name': 'Test sender', + 'email': 'sender@example.com', + }) + self.recipient = self.env['res.partner'].create({ + 'name': 'Test recipient', + 'email': 'recipient@example.com', + }) + self.message = self.env['mail.message'].create({ + 'subject': 'Message test', + 'author_id': self.sender.id, + 'email_from': self.sender.email, + 'message_type': 'comment', + 'model': 'res.partner', + 'res_id': self.recipient.id, + 'partner_ids': [(4, self.recipient.id)], + 'body': '

This is a test message

', + }) - self.partner_obj = self.env["res.partner"] + self.record = self.recipient + + self.rdata = [{ + 'type': 'customer', + 'id': self.recipient.id, + 'groups': [None], + 'active': True, + 'share': True, + 'notif': 'email' + }] + self.force_send = True + self.send_after_commit = True + self.model_description = False + self.mail_auto_delete = True def test_get_signature_footer(self): - vals = {"name": "p1@example.com"} - partner1 = self.partner_obj.create(vals) - - body = "this is the body" - subject = "this is the subject" - recipients = partner1 - emails, recipients_nbr = self.partner_obj._notify_send( - body, subject, recipients + rep = self.recipient._notify( + self.message, + self.rdata, + self.record, + self.force_send, + self.send_after_commit, + self.model_description, + self.mail_auto_delete, ) + self.assertTrue(rep, "message not send") self.assertTrue( - partner1.name in emails.body_html, + self.recipient.name in self.message.body, "Partner name is not in the body of the mail", ) - - self.assertTrue( - body in emails.body_html, "The inital body of the mail was lack" - )