Compare commits

...

No commits in common. '12.0' and '8.0' have entirely different histories.
12.0 ... 8.0

  1. 7
      .gitignore
  2. 32
      .travis.yml
  3. 56
      README.md
  4. 58
      base_mail_bcc/README.rst
  5. 5
      base_mail_bcc/__init__.py
  6. 18
      base_mail_bcc/__openerp__.py
  7. 9
      base_mail_bcc/demo/mail_bcc_demo.xml
  8. 14
      base_mail_bcc/i18n/base_mail_bcc.pot
  9. 5
      base_mail_bcc/models/__init__.py
  10. 41
      base_mail_bcc/models/ir_mail_server.py
  11. 0
      base_mail_bcc/static/description/icon.png
  12. 4
      base_mail_bcc/tests/__init__.py
  13. 20
      base_mail_bcc/tests/test_base_mail_bcc.py
  14. 117
      base_search_mail_content/README.rst
  15. 7
      base_search_mail_content/__init__.py
  16. 22
      base_search_mail_content/__manifest__.py
  17. 34
      base_search_mail_content/data/trgm_index_data.xml
  18. 64
      base_search_mail_content/i18n/am.po
  19. 65
      base_search_mail_content/i18n/ar.po
  20. 57
      base_search_mail_content/i18n/base_search_mail_content.pot
  21. 64
      base_search_mail_content/i18n/bg.po
  22. 65
      base_search_mail_content/i18n/bs.po
  23. 65
      base_search_mail_content/i18n/ca.po
  24. 64
      base_search_mail_content/i18n/cs.po
  25. 64
      base_search_mail_content/i18n/da.po
  26. 67
      base_search_mail_content/i18n/de.po
  27. 65
      base_search_mail_content/i18n/el_GR.po
  28. 65
      base_search_mail_content/i18n/en_GB.po
  29. 59
      base_search_mail_content/i18n/es.po
  30. 65
      base_search_mail_content/i18n/es_CR.po
  31. 65
      base_search_mail_content/i18n/es_EC.po
  32. 65
      base_search_mail_content/i18n/es_MX.po
  33. 65
      base_search_mail_content/i18n/es_VE.po
  34. 64
      base_search_mail_content/i18n/et.po
  35. 64
      base_search_mail_content/i18n/eu.po
  36. 64
      base_search_mail_content/i18n/fi.po
  37. 68
      base_search_mail_content/i18n/fr.po
  38. 65
      base_search_mail_content/i18n/fr_CA.po
  39. 65
      base_search_mail_content/i18n/fr_CH.po
  40. 64
      base_search_mail_content/i18n/gl.po
  41. 65
      base_search_mail_content/i18n/hr.po
  42. 66
      base_search_mail_content/i18n/hr_HR.po
  43. 64
      base_search_mail_content/i18n/hu.po
  44. 64
      base_search_mail_content/i18n/it.po
  45. 64
      base_search_mail_content/i18n/ja.po
  46. 65
      base_search_mail_content/i18n/lt.po
  47. 65
      base_search_mail_content/i18n/lv.po
  48. 64
      base_search_mail_content/i18n/mk.po
  49. 64
      base_search_mail_content/i18n/mn.po
  50. 65
      base_search_mail_content/i18n/nb.po
  51. 65
      base_search_mail_content/i18n/nb_NO.po
  52. 64
      base_search_mail_content/i18n/nl.po
  53. 65
      base_search_mail_content/i18n/nl_BE.po
  54. 65
      base_search_mail_content/i18n/pl.po
  55. 64
      base_search_mail_content/i18n/pt.po
  56. 65
      base_search_mail_content/i18n/pt_BR.po
  57. 66
      base_search_mail_content/i18n/pt_PT.po
  58. 65
      base_search_mail_content/i18n/ro.po
  59. 66
      base_search_mail_content/i18n/ru.po
  60. 64
      base_search_mail_content/i18n/sk.po
  61. 65
      base_search_mail_content/i18n/sl.po
  62. 66
      base_search_mail_content/i18n/sr@latin.po
  63. 64
      base_search_mail_content/i18n/sv.po
  64. 64
      base_search_mail_content/i18n/th.po
  65. 64
      base_search_mail_content/i18n/tr.po
  66. 65
      base_search_mail_content/i18n/tr_TR.po
  67. 64
      base_search_mail_content/i18n/vi.po
  68. 65
      base_search_mail_content/i18n/zh_CN.po
  69. 65
      base_search_mail_content/i18n/zh_TW.po
  70. 8
      base_search_mail_content/models/__init__.py
  71. 67
      base_search_mail_content/models/mail_thread.py
  72. 17
      base_search_mail_content/models/trgm_index.py
  73. 9
      base_search_mail_content/readme/CONTRIBUTORS.rst
  74. 19
      base_search_mail_content/readme/DESCRIPTION.rst
  75. 6
      base_search_mail_content/readme/INSTALL.rst
  76. 2
      base_search_mail_content/readme/USAGE.rst
  77. 457
      base_search_mail_content/static/description/index.html
  78. 2
      base_search_mail_content/tests/__init__.py
  79. 24
      base_search_mail_content/tests/test_base_search_mail_content.py
  80. 89
      email_template_qweb/README.rst
  81. 3
      email_template_qweb/__init__.py
  82. 23
      email_template_qweb/__manifest__.py
  83. 21
      email_template_qweb/__openerp__.py
  84. 12
      email_template_qweb/demo/email_template.xml
  85. 78
      email_template_qweb/demo/ir_ui_view.xml
  86. 10
      email_template_qweb/demo/mail_template.xml
  87. 69
      email_template_qweb/i18n/ca.po
  88. 69
      email_template_qweb/i18n/da.po
  89. 55
      email_template_qweb/i18n/de.po
  90. 70
      email_template_qweb/i18n/el_GR.po
  91. 30
      email_template_qweb/i18n/email_template_qweb.pot
  92. 69
      email_template_qweb/i18n/en.po
  93. 48
      email_template_qweb/i18n/es.po
  94. 69
      email_template_qweb/i18n/es_CO.po
  95. 70
      email_template_qweb/i18n/es_MX.po
  96. 49
      email_template_qweb/i18n/fr.po
  97. 70
      email_template_qweb/i18n/hr.po
  98. 70
      email_template_qweb/i18n/it.po
  99. 70
      email_template_qweb/i18n/nl_NL.po
  100. 45
      email_template_qweb/i18n/pt_BR.po

7
.gitignore

@ -1,3 +1,4 @@
*~
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -46,9 +47,6 @@ coverage.xml
# Translations
*.mo
# Pycharm
.idea
# Django stuff:
*.log
@ -57,3 +55,6 @@ docs/_build/
# PyBuilder
target/
# Pycharm
.idea

32
.travis.yml

@ -1,30 +1,44 @@
language: python
sudo: false
cache:
apt: true
directories:
- $HOME/.cache/pip
python:
- "3.5"
sudo: false
cache: pip
- "2.7"
addons:
postgresql: "9.6"
apt:
sources:
- pov-wkhtmltopdf
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- python-simplejson
- python-serial
- python-yaml
- wkhtmltopdf # only add if needed and check the before_install section below
# set up an X server to run wkhtmltopdf.
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- PHANTOMJS_VERSION="2.1.2" WEBSITE_REPO="1"
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: "GRXFURohRzzBbzRovVHd+cObj1yBe9x9bddKqUo7jEGPo+MYHKfGo1M7disTDq6HPLgCwacbhWRsMavGORB3AEkoNewP7q31MKGGPiS8Com9wMmYUtDPs4ZiuUlakJjvfsmGlpwTWUe1Xv1YSZweXVGIESAn0SwhzKHrSKiTcSFAapTwdZXt0lKIsDcra/xOesJ8p9QjY4mzsgyeLrLUSq/Gpt/icAJeoktJ2c4Z6sMV4ozbaRgMFSMCxXKXQTNtLgFICfiJZ2PAw3BQTYo6iX0sdX3RekvaWVBiFr1iblrFjZleoZ9CnkOEKq0JL8EXHMeX7UBvkSJvQV4M3DPd5GdHA0docKDwgdJKUSP9oxBJ6ElYxG5/bbwOxWfY0x6mh/iJdSuNyrfaUqzaCfhQsckuEw6IgqcMGWLPoO5FSovzAtC+u0+GIqphyFsA25lku9B76eZB8KuqWEUJGQZswIOYUKc0i1A2S/ej6MjCYW0BrazhN5laP/6nu7RHmYs0sIrIaxeJJZG0AaVKWAXmTbcDplF07wzwQau4nk922pH5Bxmt2hB1BOzeOqCGnE3wTOAuacuDIfyJaIpTmNMALWeWk/EkMghDZXRRCEueZO5QR2LdcxJk86x5ANj6sxKVo+nkl+x93ZBsehqELn4rTHwjAaA+Ck3vWRkzfV8nJ3A="
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TRANSIFEX="1"
virtualenv:
system_site_packages: true
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

56
README.md

@ -1,14 +1,62 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/205/12.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-social-205)
[![Build Status](https://travis-ci.org/OCA/social.svg?branch=12.0)](https://travis-ci.org/OCA/social)
[![Coverage Status](https://coveralls.io/repos/OCA/social/badge.svg?branch=12.0)](https://coveralls.io/r/OCA/social?branch=12.0)
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/205/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-social-205)
[![Build Status](https://travis-ci.org/OCA/social.svg?branch=8.0)](https://travis-ci.org/OCA/social)
[![Coverage Status](https://coveralls.io/repos/OCA/social/badge.svg?branch=8.0)](https://coveralls.io/r/OCA/social?branch=8.0)
Social addons for Odoo
======================
Addons concerning Odoo's social ERP features and messaging in general
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[base_mail_bcc](base_mail_bcc/) | 8.0.1.0.0 | BCC all emails
[email_template_qweb](email_template_qweb/) | 8.0.1.0.0 | Use the QWeb templating mechanism for emails
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 8.0.1.0.0 | Adding attachment on the object by sending this one
[mail_compose_select_lang](mail_compose_select_lang/) | 8.0.1.0.0 | Select language in mail compose window
[mail_debrand](mail_debrand/) | 8.0.1.0.2 | Remove Odoo branding from email footers
[mail_edit](mail_edit/) | 8.0.1.0.0 | Adds an option to edit mail to different partners
[mail_follower_custom_notification](mail_follower_custom_notification/) | 8.0.1.0.0 | Let followers choose if they want to receive email notifications for a given subscription
[mail_footer_notified_partners](mail_footer_notified_partners/) | 8.0.1.0.0 | This module adds the list of notified partners in the footer of notification e-mails sent by Odoo.
[mail_forward](mail_forward/) | 8.0.7.0.0 | Add option to forward messages
[mail_full_expand](mail_full_expand/) | 8.0.3.0.0 | Expand mail in a big window
[mail_mandrill](mail_mandrill/) | 8.0.1.0.0 | Mandrill mail events integration
[mail_notification_email_template](mail_notification_email_template/) | 8.0.1.0.0 | Allows to configure message subtypes with mail templates
[mail_optional_autofollow](mail_optional_autofollow/) | 8.0.1.0.0 | Choose if you want to automatically add new recipients as followers on mail.compose.message
[mail_optional_follower_notification](mail_optional_follower_notification/) | 8.0.1.0.0 | Choose if you want to automatically notify followers on mail.compose.message
[mail_print](mail_print/) | 8.0.1.0.0 | PDF Reports to print the emails
[mail_read_new_window](mail_read_new_window/) | 8.0.1.0.0 | Open mail in new window
[mail_restrict_follower_selection](mail_restrict_follower_selection/) | 8.0.1.0.0 | Define a domain from which followers can be selected
[mail_sent](mail_sent/) | 8.0.1.0.0 | Provide a view of sent mails
[mail_template_multi_report](mail_template_multi_report/) | 8.0.1.0.0 | Multiple Reports in Email Templates
[mail_tracking](mail_tracking/) | 8.0.4.0.0 | Email tracking system for all mails sent
[mail_tracking_mailgun](mail_tracking_mailgun/) | 8.0.1.0.0 | Mail tracking and Mailgun webhooks integration
[mail_tracking_mass_mailing](mail_tracking_mass_mailing/) | 8.0.1.0.1 | Improve mass mailing email tracking
[marketing_security_group](marketing_security_group/) | 8.0.1.0.0 | Marketing extra security rules
[mass_mailing_custom_unsubscribe](mass_mailing_custom_unsubscribe/) | 8.0.2.1.0 | Customizable unsubscription process on mass mailing emails
[mass_mailing_event](mass_mailing_event/) | 8.0.1.0.0 | Link mass mailing with event for excluding recipients
[mass_mailing_keep_archives](mass_mailing_keep_archives/) | 8.0.0.0.0 | Mass Mailing Keep Archives
[mass_mailing_sending_queue](mass_mailing_sending_queue/) | 8.0.1.0.0 | A new queue for sending mass mailing
[mass_mailing_statistic_extra](mass_mailing_statistic_extra/) | 8.0.1.0.0 | Mail statistics extra info
[mass_mailing_unique](mass_mailing_unique/) | 8.0.1.0.0 | Avoids duplicate mailing lists and contacts
[portal_welcome_email_template](portal_welcome_email_template/) | 8.0.1.0.0 | Adds an customizable email template for portal user invitation
[social_media_dribbble](social_media_dribbble/) | 8.0.1.0.0 | Dribbble Extension for the social media icons from the odoo core
[social_media_pinterest](social_media_pinterest/) | 8.0.1.0.0 | Pinterest Extension for the social media icons from the odoo core
[social_media_pinterest_blog](social_media_pinterest_blog/) | 8.0.1.0.0 | Pinterest Extension for the social media icons from the odoo core
[social_media_tripadvisor](social_media_tripadvisor/) | 8.0.1.0.0 | Tripadvisor Extension for the social media icons from the odoo core
[social_media_xing](social_media_xing/) | 8.0.1.0.0 | Xing Extension for the social media icons from the odoo core
[website_mail_snippet_bg_color](website_mail_snippet_bg_color/) | 8.0.1.0.0 | Set any background color for any mail editor snippet
[website_mail_snippet_fixed](website_mail_snippet_fixed/) | 8.0.1.0.1 | 560px width extra building blocks
[website_mail_snippet_responsive](website_mail_snippet_responsive/) | 8.0.2.1.0 | Well... pseudo-responsive (see description)
[website_mail_snippet_table_edit](website_mail_snippet_table_edit/) | 8.0.1.0.0 | Allows you to edit any <tr> element in any snippet/template
[website_mail_snippet_vertical_resize_base](website_mail_snippet_vertical_resize_base/) | 8.0.1.0.0 | Allow input of height in pixels with just a class
[website_mass_mailing_name](website_mass_mailing_name/) | 8.0.1.0.0 | Ask for name when subscribing, and create and/or link partner
[//]: # (end addons)
Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-social-12-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-social-12-0)
[![Transifex Status](https://www.transifex.com/projects/p/OCA-social-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-social-8-0)

58
base_mail_bcc/README.rst

@ -0,0 +1,58 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
==============
BCC all emails
==============
This module extends the email mechanism to allow for sending a blind carbon copy (BCC)
of all outgoing emails to configurable e-mail addresses.
Configuration
=============
To configure this module, you need to:
* Go to Settings > Parameters > System Parameters
* Create a new entry with key `base_mail_bcc.bcc_to` and set the desired e-mail addresses for BCC as value. This value must be a comma-separated list of valid e-mail addresses.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/205/8.0
Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/social/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.
Credits
=======
Images
------
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
Contributors
------------
* Thomas Rehn <thomas.rehn@initos.com>
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.

5
base_mail_bcc/__init__.py

@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Thomas Rehn (initOS GmbH)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

18
base_mail_bcc/__openerp__.py

@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Thomas Rehn (initOS GmbH)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "BCC all emails",
"version": "8.0.1.0.0",
"depends": ["base"],
'author': 'initOS GmbH, Odoo Community Association (OCA)',
"category": "Tools",
'license': 'AGPL-3',
'data': [
],
'demo': ['demo/mail_bcc_demo.xml'],
'test': [
],
'installable': True,
'auto_install': False,
}

9
base_mail_bcc/demo/mail_bcc_demo.xml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="mail_bcc" model="ir.config_parameter">
<field name="key">base_mail_bcc.bcc_to</field>
<field name="value">root@example.com</field>
</record>
</data>
</openerp>

14
base_mail_bcc/i18n/base_mail_bcc.pot

@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.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"

5
base_mail_bcc/models/__init__.py

@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Thomas Rehn (initOS GmbH)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import ir_mail_server

41
base_mail_bcc/models/ir_mail_server.py

@ -0,0 +1,41 @@
# -*- coding: utf-8 -*-
# © 2014-2017 Thomas Rehn (initOS GmbH)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from email.Utils import COMMASPACE
from openerp import models, api
class IrMailServer(models.Model):
_inherit = "ir.mail_server"
@api.model
def send_email(self, message, mail_server_id=None, smtp_server=None,
smtp_port=None, smtp_user=None, smtp_password=None,
smtp_encryption=None, smtp_debug=False):
""""Add global bcc email addresses"""
# These are added here in send_email instead of build_email
# because build_email is independent from the database and does not
# have a cursor as parameter.
ir_config_parameter = self.env["ir.config_parameter"]
config_email_bcc = ir_config_parameter.\
get_param("base_mail_bcc.bcc_to")
if config_email_bcc:
config_email_bcc = config_email_bcc.encode('ascii')
existing_bcc = []
if message['Bcc']:
existing_bcc.append(message['Bcc'])
del message['Bcc']
message['Bcc'] = COMMASPACE.join(
existing_bcc + config_email_bcc.split(',')
)
return super(IrMailServer, self).send_email(
message, mail_server_id=mail_server_id, smtp_server=smtp_server,
smtp_port=smtp_port, smtp_user=smtp_user,
smtp_password=smtp_password, smtp_encryption=smtp_encryption,
smtp_debug=smtp_debug
)

0
base_search_mail_content/static/description/icon.png → base_mail_bcc/static/description/icon.png

Before

Width: 128  |  Height: 128  |  Size: 9.2 KiB

After

Width: 128  |  Height: 128  |  Size: 9.2 KiB

4
base_mail_bcc/tests/__init__.py

@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# © 2017 initOS GmbH <https://www.initos.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_base_mail_bcc

20
base_mail_bcc/tests/test_base_mail_bcc.py

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# © 2017 initOS GmbH <https://www.initos.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import mock
from openerp.tests.common import TransactionCase
class TestBaseMailBcc(TransactionCase):
def test_base_mail_bcc(self):
ir_mail_server = self.env['ir.mail_server']
message = ir_mail_server.build_email(
email_from='admin@example.com',
email_to='admin@example.com',
email_bcc='unused@example.com',
subject='An example E-Mail',
body='With an example body',
)
with mock.patch("smtplib.SMTP"):
ir_mail_server.send_email(message)

117
base_search_mail_content/README.rst

@ -1,117 +0,0 @@
========================
Base Search Mail Content
========================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
:target: https://github.com/OCA/social/tree/12.0/base_search_mail_content
:alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-base_search_mail_content
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/205/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module adds the capability to find on any object (e.g. project issues or
helpdesk ticket) based on the conversation threads associated to them.
This will be useful in models that make intense use of messages,
like project issues or helpdesk tickets.
A project issue or helpdesk ticket can contain tens of mails or notes
associated, based on the feedback that the person responsible for the ticket
maintains, including conversations with the person that raised the issue.
A user may often want to find issues or tickets, based on the past
conversations that were recorded, as much as he or she needs to search
in their mail for past conversations.
This module will add dynamically a field 'message_content' to the search view
of any model that inherits from the mail.thread.
The current search capabilities include searching into the subject, body,
email from, reply to and record name.
**Table of contents**
.. contents::
:local:
Installation
============
This module depends on the module 'base_search_fuzzy' to ensure that
searches on emails are based on indexes. Please read carefully the
`install instructions <https://github.com/OCA/server-tools/blob/11.0/base_search_fuzzy>`_.
This module installs by default the indexes that are required to
perform the searches on mail messages.
Usage
=====
Go to any model that contains a chatter (e.g. Contacts, ...). Search
for content in field 'Message Content'.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/social/issues/new?body=module:%20base_search_mail_content%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Eficent
* SerpentCS
* Tecnativa
Contributors
~~~~~~~~~~~~
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Lois Rilo Antelo <lois.rilo@eficent.com>
* Aaron Henriquez <ahenriquez@eficent.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Vicent Cubells
* Ernesto Tejeda
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/social <https://github.com/OCA/social/tree/12.0/base_search_mail_content>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

7
base_search_mail_content/__init__.py

@ -1,7 +0,0 @@
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models

22
base_search_mail_content/__manifest__.py

@ -1,22 +0,0 @@
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Base Search Mail Content",
"version": "12.0.1.0.0",
"author": "Eficent,"
"SerpentCS,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"category": "Social",
"data": [
"data/trgm_index_data.xml",
],
"depends": ["mail", "base_search_fuzzy"],
"license": "AGPL-3",
'installable': True,
}

34
base_search_mail_content/data/trgm_index_data.xml

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="subject_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field name="field_id"
search="[('model','=','mail.message'),('name','=','subject')]"/>
</record>
<record id="body_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field name="field_id"
search="[('model','=','mail.message'),('name','=','body')]"/>
</record>
<record id="record_name_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field name="field_id"
search="[('model','=','mail.message'),('name','=','record_name')]"/>
</record>
<record id="email_from_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field name="field_id"
search="[('model','=','mail.message'),('name','=','email_from')]"/>
</record>
<record id="reply_to_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
<field name="field_id"
search="[('model','=','mail.message'),('name','=','reply_to')]"/>
</record>
</odoo>

64
base_search_mail_content/i18n/am.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "ተባባሪ"

65
base_search_mail_content/i18n/ar.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "الشريك"

57
base_search_mail_content/i18n/base_search_mail_content.pot

@ -1,57 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""

64
base_search_mail_content/i18n/bg.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Партньор"

65
base_search_mail_content/i18n/bs.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

65
base_search_mail_content/i18n/ca.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 08:19+0000\n"
"PO-Revision-Date: 2017-03-28 08:19+0000\n"
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Tema del Correu electrònic "
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

64
base_search_mail_content/i18n/cs.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Společník"

64
base_search_mail_content/i18n/da.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

67
base_search_mail_content/i18n/de.po

@ -1,67 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 08:19+0000\n"
"PO-Revision-Date: 2017-03-28 08:19+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Email-Thread"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr "Mitteilungsinhalt"
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr "Mitteilungsinhalt, nur zur Verwendung in Suche"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
#, fuzzy
#| msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr "\"Sie können ein Feld vom Typ 'text', 'char' oder 'html' verwenden.\""
#~ msgid "Partner"
#~ msgstr "Partner"

65
base_search_mail_content/i18n/el_GR.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Συνεργάτης"

65
base_search_mail_content/i18n/en_GB.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

59
base_search_mail_content/i18n/es.po

@ -1,59 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-13 11:05+0000\n"
"PO-Revision-Date: 2018-06-13 11:05+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Hilo de email"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr "Contenido del mensaje"
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr "Contenido del mensaje, para usarse en búsquedas"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""

65
base_search_mail_content/i18n/es_CR.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

65
base_search_mail_content/i18n/es_EC.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

65
base_search_mail_content/i18n/es_MX.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

65
base_search_mail_content/i18n/es_VE.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

64
base_search_mail_content/i18n/et.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/eu.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-18 07:47+0000\n"
"PO-Revision-Date: 2017-02-18 07:47+0000\n"
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Kidea"

64
base_search_mail_content/i18n/fi.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Kumppani"

68
base_search_mail_content/i18n/fr.po

@ -1,68 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# Zwygart <zwygart@gmail.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2018-06-18 09:39+0000\n"
"Last-Translator: c2cdidier <didier.donze@camptocamp.com>\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"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.0.1\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Discussion de courriel"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr "Contenu du message"
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr "Contenu du message, à utiliser dans les recherches"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
#, fuzzy
#| msgid "trgm.index"
msgid "Trigram Index"
msgstr "trgm.index"
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partenaire"

65
base_search_mail_content/i18n/fr_CA.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partenaire"

65
base_search_mail_content/i18n/fr_CH.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partenaire"

64
base_search_mail_content/i18n/gl.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

65
base_search_mail_content/i18n/hr.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

66
base_search_mail_content/i18n/hr_HR.po

@ -1,66 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/hu.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/it.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Discussione Email"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/ja.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "パートナ"

65
base_search_mail_content/i18n/lt.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partneris"

65
base_search_mail_content/i18n/lv.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partneris"

64
base_search_mail_content/i18n/mk.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Партнер"

64
base_search_mail_content/i18n/mn.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Харилцагч"

65
base_search_mail_content/i18n/nb.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

65
base_search_mail_content/i18n/nb_NO.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/nl.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Relatie"

65
base_search_mail_content/i18n/nl_BE.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Relatie"

65
base_search_mail_content/i18n/pl.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/pt.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Entidade"

65
base_search_mail_content/i18n/pt_BR.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Processo Email"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Parceiro"

66
base_search_mail_content/i18n/pt_PT.po

@ -1,66 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Tópico de Email"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Parceiro"

65
base_search_mail_content/i18n/ro.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partener"

66
base_search_mail_content/i18n/ru.po

@ -1,66 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Контрагент"

64
base_search_mail_content/i18n/sk.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# gebri <gebri@inmail.sk>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: gebri <gebri@inmail.sk>, 2017\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"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

65
base_search_mail_content/i18n/sl.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "E-poštna nit"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

66
base_search_mail_content/i18n/sr@latin.po

@ -1,66 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
"sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

64
base_search_mail_content/i18n/sv.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Företag"

64
base_search_mail_content/i18n/th.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "พาร์ทเนอร์"

64
base_search_mail_content/i18n/tr.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Eposta konuşması"
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "İş Ortağı"

65
base_search_mail_content/i18n/tr_TR.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Ortak"

64
base_search_mail_content/i18n/vi.po

@ -1,64 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Đối tác"

65
base_search_mail_content/i18n/zh_CN.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "业务伙伴"

65
base_search_mail_content/i18n/zh_TW.po

@ -1,65 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#. module: base_search_mail_content
#: code:addons/base_search_mail_content/models/mail_thread.py:53
#: model:ir.model.fields,field_description:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
#, python-format
msgid "Message Content"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_account_analytic_account__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_blacklist__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
msgid "Message content, to be used only in searches"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_trgm_index
msgid "Trigram Index"
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
msgid "You can either select a field of type 'text', 'char' or 'html'."
msgstr ""
#~ msgid "Partner"
#~ msgstr "夥伴"

8
base_search_mail_content/models/__init__.py

@ -1,8 +0,0 @@
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import mail_thread
from . import trgm_index

67
base_search_mail_content/models/mail_thread.py

@ -1,67 +0,0 @@
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo import _, api, fields, models
from lxml import etree
from odoo.osv import expression
from odoo.osv.orm import setup_modifiers
class MailThread(models.AbstractModel):
_inherit = 'mail.thread'
def _search_message_content(self, operator, value):
model_domain = [('model', '=', self._name)]
if operator not in expression.NEGATIVE_TERM_OPERATORS:
model_domain += ["|"] * 4
model_domain += [
('record_name', operator, value),
('subject', operator, value),
('body', operator, value),
('email_from', operator, value),
('reply_to', operator, value)
]
recs = self.env['mail.message'].search(model_domain)
return [('id', 'in', recs.mapped('res_id'))]
message_content = fields.Text(
string='Message Content',
help='Message content, to be used only in searches',
compute=lambda self: False,
search='_search_message_content')
@api.model
def fields_view_get(self, view_id=None, view_type='form', toolbar=False,
submenu=False):
"""
Override to add message_content field in all the objects
that inherits mail.thread
"""
res = super(MailThread, self).fields_view_get(
view_id=view_id, view_type=view_type, toolbar=toolbar,
submenu=submenu)
if view_type == 'search' and self._fields.get('message_content'):
doc = etree.XML(res['arch'])
res['fields'].update({
'message_content': {
'type': 'char',
'string': _('Message Content'),
}
})
for node in doc.xpath("//field[last()]"):
# Add message_content in search view
elem = etree.Element(
'field',
{
'name': 'message_content',
})
setup_modifiers(elem)
node.addnext(elem)
res['arch'] = etree.tostring(doc)
return res

17
base_search_mail_content/models/trgm_index.py

@ -1,17 +0,0 @@
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# Copyright 2017 LasLabs Inc.
# Copyright 2018 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class TrgmIndex(models.Model):
_inherit = 'trgm.index'
# We take advantage of field inheritance to redefine help instead of do
# inheritance in views that throws an error
field_id = fields.Many2one(
help="You can either select a field of type 'text', 'char' or 'html'."
)

9
base_search_mail_content/readme/CONTRIBUTORS.rst

@ -1,9 +0,0 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Lois Rilo Antelo <lois.rilo@eficent.com>
* Aaron Henriquez <ahenriquez@eficent.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Vicent Cubells
* Ernesto Tejeda

19
base_search_mail_content/readme/DESCRIPTION.rst

@ -1,19 +0,0 @@
This module adds the capability to find on any object (e.g. project issues or
helpdesk ticket) based on the conversation threads associated to them.
This will be useful in models that make intense use of messages,
like project issues or helpdesk tickets.
A project issue or helpdesk ticket can contain tens of mails or notes
associated, based on the feedback that the person responsible for the ticket
maintains, including conversations with the person that raised the issue.
A user may often want to find issues or tickets, based on the past
conversations that were recorded, as much as he or she needs to search
in their mail for past conversations.
This module will add dynamically a field 'message_content' to the search view
of any model that inherits from the mail.thread.
The current search capabilities include searching into the subject, body,
email from, reply to and record name.

6
base_search_mail_content/readme/INSTALL.rst

@ -1,6 +0,0 @@
This module depends on the module 'base_search_fuzzy' to ensure that
searches on emails are based on indexes. Please read carefully the
`install instructions <https://github.com/OCA/server-tools/blob/11.0/base_search_fuzzy>`_.
This module installs by default the indexes that are required to
perform the searches on mail messages.

2
base_search_mail_content/readme/USAGE.rst

@ -1,2 +0,0 @@
Go to any model that contains a chatter (e.g. Contacts, ...). Search
for content in field 'Message Content'.

457
base_search_mail_content/static/description/index.html

@ -1,457 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
<title>Base Search Mail Content</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="base-search-mail-content">
<h1 class="title">Base Search Mail Content</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/social/tree/12.0/base_search_mail_content"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-12-0/social-12-0-base_search_mail_content"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/205/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module adds the capability to find on any object (e.g. project issues or
helpdesk ticket) based on the conversation threads associated to them.</p>
<p>This will be useful in models that make intense use of messages,
like project issues or helpdesk tickets.</p>
<p>A project issue or helpdesk ticket can contain tens of mails or notes
associated, based on the feedback that the person responsible for the ticket
maintains, including conversations with the person that raised the issue.</p>
<p>A user may often want to find issues or tickets, based on the past
conversations that were recorded, as much as he or she needs to search
in their mail for past conversations.</p>
<p>This module will add dynamically a field ‘message_content’ to the search view
of any model that inherits from the mail.thread.</p>
<p>The current search capabilities include searching into the subject, body,
email from, reply to and record name.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#installation" id="id1">Installation</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#id1">Installation</a></h1>
<p>This module depends on the module ‘base_search_fuzzy’ to ensure that
searches on emails are based on indexes. Please read carefully the
<a class="reference external" href="https://github.com/OCA/server-tools/blob/11.0/base_search_fuzzy">install instructions</a>.</p>
<p>This module installs by default the indexes that are required to
perform the searches on mail messages.</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<p>Go to any model that contains a chatter (e.g. Contacts, …). Search
for content in field ‘Message Content’.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20base_search_mail_content%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Eficent</li>
<li>SerpentCS</li>
<li>Tecnativa</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<ul class="simple">
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;</li>
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
<li>Lois Rilo Antelo &lt;<a class="reference external" href="mailto:lois.rilo&#64;eficent.com">lois.rilo&#64;eficent.com</a>&gt;</li>
<li>Aaron Henriquez &lt;<a class="reference external" href="mailto:ahenriquez&#64;eficent.com">ahenriquez&#64;eficent.com</a>&gt;</li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Vicent Cubells</li>
<li>Ernesto Tejeda</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/12.0/base_search_mail_content">OCA/social</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

2
base_search_mail_content/tests/__init__.py

@ -1,2 +0,0 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_base_search_mail_content

24
base_search_mail_content/tests/test_base_search_mail_content.py

@ -1,24 +0,0 @@
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase
class TestBaseSearchMailContent(TransactionCase):
def setUp(self):
super(TestBaseSearchMailContent, self).setUp()
self.channel_obj = self.env["mail.channel"]
def test_base_search_mail_content_1(self):
res = self.channel_obj.search(
[('message_content', 'ilike', 'xxxyyyzzz')])
self.assertFalse(res, "You have a channel with xxxyyyzzz :O")
def test_base_search_mail_content_2(self):
res = self.channel_obj.load_views(
[[False, 'search']], {'load_fields': False,
'load_filters': True,
'toolbar': True})
self.assertIn(
'message_content', res['fields_views']['search']['fields'],
"message_content field was not detected")

89
email_template_qweb/README.rst

@ -1,91 +1,64 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
========================
QWeb for email templates
========================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This module allows to write email templates in QWeb instead of jinja2.
The advantage here is that with QWeb, you can make use of inheritance and
the ``call`` statement, which allows you to reuse designs and snippets in
multiple templates, making your development process simpler.
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
:target: https://github.com/OCA/social/tree/12.0/email_template_qweb
:alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-email_template_qweb
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/205/12.0
:alt: Try me on Runbot
Usage
=====
|badge1| |badge2| |badge3| |badge4| |badge5|
To use this module, you need to:
This module was written to allow you to write email templates in QWeb instead
of jinja2. The advantage here is that with QWeb, you can make use of
inheritance and the ``call`` statement, which allows you to reuse designs and
snippets in multiple templates, making your development process simpler.
Furthermore, QWeb views are easier to edit with the integrated ACE editor.
* Select `QWeb` in the field `Body templating engine`
* Select a QWeb view to be used to render the body field
* Apart from QWeb's standard variables, you also have access to ``object`` and
``email_template``, which are browse records of the current object and the
email template in use, respectively.
**Table of contents**
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/149/8.0
.. contents::
:local:
Demo data contains an example on how to separate corporate identity from a
template's content.
Usage
=====
For further information, please visit:
To use this module, you need to:
#. Select `QWeb` in the field `Body templating engine`
#. Select a QWeb view to be used to render the body field
#. Apart from QWeb's standard variables, you also have access to ``object`` and ``email_template``, which are browse records of the current object and the email template in use, respectively.
* https://www.odoo.com/forum/help-1
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/social/issues/new?body=module:%20email_template_qweb%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20email_template_qweb%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Authors
~~~~~~~
* Therp BV
Contributors
~~~~~~~~~~~~
------------
* Holger Brunn <hbrunn@therp.nl>
* Dave Lasley <dave@laslabs.com>
* Carlos Lopez Mite <celm1990@gmail.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Ernesto Tejeda
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
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.
This module is part of the `OCA/social <https://github.com/OCA/social/tree/12.0/email_template_qweb>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
To contribute to this module, please visit https://odoo-community.org.

3
email_template_qweb/__init__.py

@ -1,3 +1,4 @@
# Copyright 2016 Therp BV <http://therp.nl>
# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models

23
email_template_qweb/__manifest__.py

@ -1,23 +0,0 @@
# Copyright 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "QWeb for email templates",
"version": "12.0.1.0.0",
"author": "Therp BV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Marketing",
"summary": "Use the QWeb templating mechanism for emails",
'website': 'https://github.com/OCA/social',
"depends": [
'mail',
],
"demo": [
"demo/ir_ui_view.xml",
"demo/mail_template.xml",
],
"data": [
"views/mail_template.xml",
],
'installable': True,
}

21
email_template_qweb/__openerp__.py

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "QWeb for email templates",
"version": "8.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Marketing",
"summary": "Use the QWeb templating mechanism for emails",
"depends": [
'email_template',
],
"demo": [
"demo/ir_ui_view.xml",
"demo/email_template.xml",
],
"data": [
"views/email_template.xml",
],
}

12
email_template_qweb/demo/email_template.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record id="email_template_demo1" model="email.template">
<field name="name">QWeb demo</field>
<field name="body_type">qweb</field>
<field name="body_view_id" ref="view_email_template_demo1" />
<field name="model_id" ref="base.model_res_users" />
<field name="subject">QWeb demo email</field>
</record>
</data>
</openerp>

78
email_template_qweb/demo/ir_ui_view.xml

@ -1,39 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="view_email_template_corporate_identity">
<body>
<html>
<img style="float: right" t-attf-src="data:image;base64,{{env.user.company_id.logo}}" />
<!-- if some template calling us sets this variable,
we print a h1 tag /-->
<h1 t-if="email_heading"><t t-esc="email_heading" /></h1>
<t t-raw="0" />
<!-- use some standard footer if the user doesn't have
a signature /-->
<footer t-if="not email_use_user_signature">
<p>
<a t-att-href="env.user.company_id.website">
<t t-esc="env.user.company_id.name" />
</a>
</p>
<p><t t-esc="env.user.company_id.phone" /></p>
</footer>
<footer t-if="email_use_user_signature">
<t t-raw="env.user.signature" />
</footer>
</html>
</body>
</template>
<template id="view_email_template_demo1">
<!-- because we can simply call the ci here, we don't need to
repeat it /-->
<t t-call="email_template_qweb.view_email_template_corporate_identity">
<!-- the template we call uses this as title if we set it /-->
<t t-set="email_heading" t-value="email_template.subject" />
<h2>Dear <t t-esc="object.name" />,</h2>
<p>
This is an email template using qweb.
</p>
</t>
</template>
</odoo>
<openerp>
<data>
<template id="view_email_template_corporate_identity">
<body>
<html>
<img style="float: right" t-attf-src="data:image;base64,{{env.user.company_id.logo}}" />
<!-- if some template calling us sets this variable,
we print a h1 tag /-->
<h1 t-if="email_heading"><t t-esc="email_heading" /></h1>
<t t-raw="0" />
<!-- use some standard footer if the user doesn't have
a signature /-->
<footer t-if="not email_use_user_signature">
<p>
<a t-att-href="env.user.company_id.website">
<t t-esc="env.user.company_id.name" />
</a>
</p>
<p><t t-esc="env.user.company_id.phone" /></p>
</footer>
<footer t-if="email_use_user_signature">
<t t-raw="env.user.signature" />
</footer>
</html>
</body>
</template>
<template id="view_email_template_demo1">
<!-- because we can simply call the ci here, we don't need to
repeat it /-->
<t t-call="email_template_qweb.view_email_template_corporate_identity">
<!-- the template we call uses this as title if we set it /-->
<t t-set="email_heading" t-value="email_template.subject" />
<h2>Dear <t t-esc="object.name" />,</h2>
<p>
This is an email template using qweb.
</p>
</t>
</template>
</data>
</openerp>

10
email_template_qweb/demo/mail_template.xml

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="email_template_demo1" model="mail.template">
<field name="name">QWeb demo</field>
<field name="body_type">qweb</field>
<field name="body_view_id" ref="view_email_template_demo1" />
<field name="model_id" ref="base.model_res_users" />
<field name="subject">QWeb demo email</field>
</record>
</odoo>

69
email_template_qweb/i18n/ca.po

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
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-28 14:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-social-8-0/language/"
"ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "Plantilles de correu electrònic"
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

69
email_template_qweb/i18n/da.po

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
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-28 14:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-social-8-0/language/"
"da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "Email skabeloner"
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

55
email_template_qweb/i18n/de.po

@ -3,15 +3,16 @@
# * email_template_qweb
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-10 11:20+0000\n"
"PO-Revision-Date: 2017-02-10 11:20+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"POT-Creation-Date: 2017-04-30 10:21+0000\n"
"PO-Revision-Date: 2017-04-04 15:55+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/"
"de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +20,51 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr "Nachrichtenvorlagen Generator"
msgstr "Rumpf-Vorlage-Generator"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr "Nachrichtenansicht"
msgstr "Rumpf-Ansicht"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Sehr geehrter"
msgstr "Geehrter"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "E-Mail Vorlagen"
msgstr "Email-Vorlagen"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "QWeb Demo-E-Mail"
msgstr "QWeb-Demoemail"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Dies ist eine E-Mail-Vorlage aus qweb."
msgstr "Dies ist eine QWeb verwendende Email-Vorlage."
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr "Zeige Stilarten"
msgstr "Architektur ansehen"
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr "{'invisible': [('body_type', '!=', 'jinja2')]}"

70
email_template_qweb/i18n/el_GR.po

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# Kostas Goutoudis <goutoudis@gmail.com>, 2016
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:56+0000\n"
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-8-0/"
"language/el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Αγαπητέ"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr ""
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

30
email_template_qweb/i18n/email_template_qweb.pot

@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
@ -14,52 +14,52 @@ msgstr ""
"Plural-Forms: \n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

69
email_template_qweb/i18n/en.po

@ -1,69 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-19 02:50+0000\n"
"PO-Revision-Date: 2016-05-18 14:54+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-social-9-0/language/"
"en/)\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
msgid "Body templating engine"
msgstr "Body templating engine"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
msgid "Body view"
msgstr "Body view"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Dear"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "Email Templates"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "QWeb demo email"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "This is an email template using qweb."
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
msgid "View Architecture"
msgstr "View Architecture"

48
email_template_qweb/i18n/es.po

@ -3,15 +3,15 @@
# * email_template_qweb
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-10 11:20+0000\n"
"PO-Revision-Date: 2017-02-10 11:20+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"POT-Creation-Date: 2016-12-10 06:24+0000\n"
"PO-Revision-Date: 2016-04-28 14:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/"
"es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,51 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr "Motor de plantilla para el cuerpo del mensaje"
msgstr "Motor de plantillas del cuerpo"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr "Vista del cuerpo"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Estimado"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "Plantillas de correo electrónico"
msgstr "Plantillas Correo Electrónico"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "Correo electrónico demo en QWeb"
msgstr "Correo demo QWeb"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Esto es una plantilla de correo electrónico usando QWeb"
msgstr "Esto es una plantilla de correo electrónico usando QWeb."
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr "Arquitectura de la vista"
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

69
email_template_qweb/i18n/es_CO.po

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
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-28 14:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
"social-8-0/language/es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "Plantilla de E-mails"
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

70
email_template_qweb/i18n/es_MX.po

@ -1,70 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-29 14:24+0000\n"
"PO-Revision-Date: 2016-11-29 14:24+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
msgid "Body view"
msgstr "Vista del cuerpo"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Querido"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "Plantillas de Correo Electrónico"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "Correo QWeb de demo"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Esta es una plantilla de correo utilizando qweb"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
msgid "View Architecture"
msgstr ""

49
email_template_qweb/i18n/fr.po

@ -3,15 +3,16 @@
# * email_template_qweb
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2017
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-22 09:45+0000\n"
"PO-Revision-Date: 2017-07-22 09:45+0000\n"
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"POT-Creation-Date: 2016-06-30 01:07+0000\n"
"PO-Revision-Date: 2016-06-17 14:28+0000\n"
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +20,51 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr "Moteur de modèle de corps"
msgstr "Modèle de modélisation de corps"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr "Vue du corps"
msgstr "Visualiser le corps"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Cher"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr "Modèles de courriel"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "Courriel QWeb de démonstration"
msgstr "QWeb courriel de démo"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Ceci est un modèle de courriel utilisant qweb."
msgstr "Ceci est un modèle de mail utilisant QWeb"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr "Architecture de la vue"
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr "{'invisible': [('body_type', '!=', 'jinja2')]}"

70
email_template_qweb/i18n/hr.po

@ -1,70 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-10 11:20+0000\n"
"PO-Revision-Date: 2017-02-10 11:20+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"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: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
msgid "Body templating engine"
msgstr "Mehanizam predložaka poruke"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
msgid "Body view"
msgstr "Pregled tijela"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Dragi"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "Predlošci mailova"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "QWeb demo email"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Ovo je predložak emaila korištenjem qweb-a."
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
msgid "View Architecture"
msgstr "Pregled arhitekture"

70
email_template_qweb/i18n/it.po

@ -1,70 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Marius Marolla <mariusmarolla@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
"Last-Translator: Marius Marolla <mariusmarolla@gmail.com>, 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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
msgid "Body templating engine"
msgstr "Motore dei Modelli di Messaggio"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
msgid "Body view"
msgstr "Visualizzazione Messaggio"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Gentile"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "Modelli Email"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "Demo Email QWeb"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr "Questo è un modello di email basato su QWeb"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
msgid "View Architecture"
msgstr "Visualizza Architettura"

70
email_template_qweb/i18n/nl_NL.po

@ -1,70 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-20 08:36+0000\n"
"PO-Revision-Date: 2017-05-20 08:36+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Geachte"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "E-mailsjablonen"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr "Jinja2"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr "QWeb demo email"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
msgid "View Architecture"
msgstr ""

45
email_template_qweb/i18n/pt_BR.po

@ -3,16 +3,15 @@
# * email_template_qweb
#
# Translators:
# falexandresilva <falexandresilva@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-22 00:50+0000\n"
"PO-Revision-Date: 2017-07-22 00:50+0000\n"
"Last-Translator: falexandresilva <falexandresilva@gmail.com>, 2017\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"POT-Creation-Date: 2016-04-30 02:47+0000\n"
"PO-Revision-Date: 2016-04-28 14:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-"
"social-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +19,51 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_type
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_type
#: field:email.template,body_type:0
msgid "Body templating engine"
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_id
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_id
#: field:email.template,body_view_id:0
msgid "Body view"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
#: model:ir.model,name:email_template_qweb.model_email_template
msgid "Email Templates"
msgstr ""
msgstr "Modelos de Email"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
#: selection:email.template,body_type:0
msgid "QWeb"
msgstr "QWeb"
msgstr ""
#. module: email_template_qweb
#: model:mail.template,subject:email_template_qweb.email_template_demo1
#: model:email.template,subject:email_template_qweb.email_template_demo1
msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: view:website:email_template_qweb.view_email_template_demo1
msgid "This is an email template using qweb."
msgstr ""
#. module: email_template_qweb
#: model:ir.model.fields,field_description:email_template_qweb.field_email_template_preview__body_view_arch
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template__body_view_arch
#: field:email.template,body_view_arch:0
msgid "View Architecture"
msgstr ""
#. module: email_template_qweb
#: view:email.template:email_template_qweb.email_template_form
msgid "{'invisible': [('body_type', '!=', 'jinja2')]}"
msgstr ""

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save