Compare commits

...

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

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

3
.gitignore

@ -46,9 +46,6 @@ coverage.xml
# Translations
*.mo
# Pycharm
.idea
# Django stuff:
*.log

10
.travis.yml

@ -1,13 +1,12 @@
language: python
python:
- "3.5"
- "2.7"
sudo: false
cache: pip
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
@ -15,16 +14,17 @@ addons:
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- PHANTOMJS_VERSION="2.1.2" WEBSITE_REPO="1"
- VERSION="9.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"
virtualenv:
system_site_packages: true
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

33
README.md

@ -1,14 +1,39 @@
[![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/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-social-205)
[![Build Status](https://travis-ci.org/OCA/social.svg?branch=9.0)](https://travis-ci.org/OCA/social)
[![Coverage Status](https://coveralls.io/repos/OCA/social/badge.svg?branch=9.0)](https://coveralls.io/r/OCA/social?branch=9.0)
Social addons for Odoo
======================
Addons concerning Odoo's social ERP features and messaging in general
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[base_search_mail_content](base_search_mail_content/) | 9.0.1.0.0 | Base Search Mail Content
[email_template_qweb](email_template_qweb/) | 9.0.1.0.0 | Use the QWeb templating mechanism for emails
[mail_as_letter](mail_as_letter/) | 9.0.1.0.0 | This module allows to download a mail message as a pdf letter.
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 9.0.1.0.0 | Adding attachment on the object by sending this one
[mail_optional_autofollow](mail_optional_autofollow/) | 9.0.1.0.0 | Choose if you want to automatically add new recipients as followers on mail.compose.message
[mail_tracking](mail_tracking/) | 9.0.3.0.1 | Email tracking system for all mails sent
[mail_tracking_mailgun](mail_tracking_mailgun/) | 9.0.1.0.0 | Mail tracking and Mailgun webhooks integration
[mass_mailing_partner](mass_mailing_partner/) | 9.0.1.0.0 | Link partners with mass-mailing
[mass_mailing_security_group](mass_mailing_security_group/) | 9.0.1.0.0 | Mass mailing security group
[mass_mailing_unique](mass_mailing_unique/) | 9.0.1.0.0 | Avoids duplicate mailing lists and contacts
Unported addons
---------------
addon | version | summary
--- | --- | ---
[mail_compose_select_lang](mail_compose_select_lang/) | 8.0.1.0.0 (unported) | Select language in mail compose window
[mail_full_expand](mail_full_expand/) | 8.0.3.0.0 (unported) | Expand mail in a big window
[mail_restrict_follower_selection](mail_restrict_follower_selection/) | 8.0.1.0.0 (unported) | Define a domain from which followers can be selected
[mass_mailing_custom_unsubscribe](mass_mailing_custom_unsubscribe/) | 8.0.1.0.0 (unported) | Customizable unsubscribe link on mass mailing emails
[//]: # (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-9-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-social-9-0)

85
base_search_mail_content/README.rst

@ -1,30 +1,11 @@
.. 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
========================
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.
@ -36,26 +17,22 @@ 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
conversations that were recorded, as much as he/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.
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>`_.
searches on emails are based on indexes. Please read carefully the install
instructions:
https://github.com/OCA/server-tools/blob/9.0/base_search_fuzzy/README.rst
This module installs by default the indexes that are required to
perform the searches on mail messages.
@ -63,55 +40,49 @@ perform the searches on mail messages.
Usage
=====
Go to any model that contains a chatter (e.g. Contacts, ...). Search
Go to any model that contains a chatter (e.g. Partners, Leads, ...). Search
for content in field 'Message Content'.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/server-tools/9.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 <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.
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
=======
Authors
~~~~~~~
Images
------
* Eficent
* SerpentCS
* Tecnativa
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
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.
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/base_search_mail_content>`_ 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.

6
base_search_mail_content/__init__.py

@ -1,7 +1,7 @@
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# © 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,
}

21
base_search_mail_content/__openerp__.py

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# © 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": "9.0.1.0.0",
"author": "Eficent,"
"SerpentCS,"
"Odoo Community Association (OCA)",
"website": "http://www.eficent.com",
"category": "Social",
"data": ["data/trgm_index_data.xml",
"views/trgm_index_view.xml"],
"depends": ["mail",
"base_search_fuzzy"],
"license": "AGPL-3",
'installable': True,
}

6
base_search_mail_content/data/trgm_index_data.xml

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<openerp>
<data noupdate="1">
<record id="subject_gin_idx" model="trgm.index">
<field name="index_type">gin</field>
@ -31,4 +32,5 @@
search="[('model','=','mail.message'),('name','=','reply_to')]"/>
</record>
</odoo>
</data>
</openerp>

45
base_search_mail_content/i18n/am.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: am\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "ተባባሪ"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "ተባባሪ"

48
base_search_mail_content/i18n/ar.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "الشريك"
#: model:ir.model,name:base_search_mail_content.model_res_partner
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 ""

45
base_search_mail_content/i18n/bg.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: bg\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "Партньор"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Партньор"

48
base_search_mail_content/i18n/bs.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

54
base_search_mail_content/i18n/ca.po

@ -1,65 +1,47 @@
# 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"
"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: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Tema del Correu electrònic "
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

45
base_search_mail_content/i18n/cs.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: cs\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Společník"

45
base_search_mail_content/i18n/da.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: da\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

58
base_search_mail_content/i18n/de.po

@ -1,67 +1,47 @@
# 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"
"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: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. 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
#: 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
msgid "Message Content"
msgstr "Mitteilungsinhalt"
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

48
base_search_mail_content/i18n/el_GR.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "Συνεργάτης"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Συνεργάτης"

48
base_search_mail_content/i18n/en_GB.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

64
base_search_mail_content/i18n/es.po

@ -1,59 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
# * base_search_mail_content
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Project-Id-Version: Odoo Server 9.0c\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"
"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 (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Language: es\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 "Hilo de email"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
msgstr ""
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
msgstr "Hilo correo electrónico"
#. 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
#: 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
msgid "Message Content"
msgstr "Contenido del mensaje"
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
#: 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
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 ""
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

48
base_search_mail_content/i18n/es_CR.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

48
base_search_mail_content/i18n/es_EC.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

48
base_search_mail_content/i18n/es_MX.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

48
base_search_mail_content/i18n/es_VE.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

45
base_search_mail_content/i18n/et.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: et\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
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"

45
base_search_mail_content/i18n/fi.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: fi\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Kumppani"

60
base_search_mail_content/i18n/fr.po

@ -1,7 +1,7 @@
# 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
@ -10,15 +10,20 @@ 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"
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.0.1\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
@ -26,43 +31,18 @@ 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
#: 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
msgid "Message Content"
msgstr "Contenu du message"
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
#: 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
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"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partenaire"

48
base_search_mail_content/i18n/fr_CA.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partenaire"

48
base_search_mail_content/i18n/fr_CH.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CH\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partenaire"

45
base_search_mail_content/i18n/gl.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: gl\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Empresa"

48
base_search_mail_content/i18n/hr.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

51
base_search_mail_content/i18n/hr_HR.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,56 +11,37 @@ msgstr ""
"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"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"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"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

45
base_search_mail_content/i18n/hu.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: hu\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

47
base_search_mail_content/i18n/it.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. 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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

45
base_search_mail_content/i18n/ja.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: ja\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "パートナ"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "パートナ"

48
base_search_mail_content/i18n/lt.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partneris"

48
base_search_mail_content/i18n/lv.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: lv\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partneris"

45
base_search_mail_content/i18n/mk.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: mk\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "Партнер"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Партнер"

45
base_search_mail_content/i18n/mn.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: mn\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "Харилцагч"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Харилцагч"

48
base_search_mail_content/i18n/nb.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

48
base_search_mail_content/i18n/nb_NO.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

45
base_search_mail_content/i18n/nl.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: nl\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Relatie"

48
base_search_mail_content/i18n/nl_BE.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Relatie"

48
base_search_mail_content/i18n/pl.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: pl\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

45
base_search_mail_content/i18n/pt.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: pt\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Entidade"

50
base_search_mail_content/i18n/pt_BR.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. 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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Parceiro"

50
base_search_mail_content/i18n/pt_PT.po

@ -1,7 +1,7 @@
# 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
@ -12,55 +12,37 @@ msgstr ""
"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"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. 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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Parceiro"

48
base_search_mail_content/i18n/ro.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,54 +12,36 @@ msgstr ""
"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"
"Language: ro\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partener"

49
base_search_mail_content/i18n/ru.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,55 +12,36 @@ msgstr ""
"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"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "Контрагент"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Контрагент"

45
base_search_mail_content/i18n/sk.po

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_mail_content
#
#
# Translators:
# gebri <gebri@inmail.sk>, 2017
msgid ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: sk\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

50
base_search_mail_content/i18n/sl.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,12 +12,17 @@ msgstr ""
"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"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
@ -25,41 +30,18 @@ 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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

51
base_search_mail_content/i18n/sr@latin.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,56 +11,37 @@ msgstr ""
"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"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/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"
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Partner"

45
base_search_mail_content/i18n/sv.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: sv\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Företag"

45
base_search_mail_content/i18n/th.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: th\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "พาร์ทเนอร์"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "พาร์ทเนอร์"

47
base_search_mail_content/i18n/tr.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_search_mail_content
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. 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
#: 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
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
#: 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
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ğı"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "İş Ortağı"

48
base_search_mail_content/i18n/tr_TR.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Ortak"

45
base_search_mail_content/i18n/vi.po

@ -1,7 +1,7 @@
# 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 ""
@ -12,53 +12,36 @@ msgstr ""
"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"
"Language: vi\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"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "Đối tác"

48
base_search_mail_content/i18n/zh_CN.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "业务伙伴"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "业务伙伴"

48
base_search_mail_content/i18n/zh_TW.po

@ -1,7 +1,7 @@
# 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 ""
@ -11,55 +11,37 @@ msgstr ""
"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"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_search_mail_content
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\""
msgstr ""
#. module: base_search_mail_content
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
msgid "Field"
#: model:ir.model,name:base_search_mail_content.model_mail_thread
msgid "Email Thread"
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
#: 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
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
#: 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
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 "夥伴"
#: model:ir.model,name:base_search_mail_content.model_res_partner
msgid "Partner"
msgstr "夥伴"

8
base_search_mail_content/models/__init__.py

@ -1,8 +1,8 @@
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L.
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# © 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
from . import res_partner

106
base_search_mail_content/models/mail_thread.py

@ -1,13 +1,13 @@
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L.
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# © 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 openerp import api, fields, models
from lxml import etree
from odoo.osv import expression
from odoo.osv.orm import setup_modifiers
from openerp.osv import expression
from openerp.osv.orm import setup_modifiers
class MailThread(models.AbstractModel):
@ -16,52 +16,64 @@ class MailThread(models.AbstractModel):
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'))]
main_operator = 'in'
if operator in expression.NEGATIVE_TERM_OPERATORS:
main_operator = 'not in'
operators = {'!=': '=', 'not like': 'like',
'not ilike': 'ilike', 'not in': 'in'}
operator = operators[operator]
domain = [('model', '=', self._name), '|', '|', '|', '|',
('record_name', operator, value),
('subject', operator, value), ('body', operator, value),
('email_from', operator, value),
('reply_to', operator, value)]
recs = self.env['mail.message'].search(domain)
return [('id', main_operator, recs.mapped('res_id'))]
@api.multi
def _compute_message_content(self):
""" We don't really need to show any content. This field is to be
used only by searches"""
return ''
message_content = fields.Text(
string='Message Content',
help='Message content, to be used only in searches',
compute=lambda self: False,
compute="_compute_message_content",
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'),
}
_base_fields_view_get = models.BaseModel.fields_view_get
@api.model
def _custom_fields_view_get(self, view_id=None, view_type='form',
toolbar=False, submenu=False):
"""
Override to add message_ids field in all the objects
that inherits mail.thread
"""
# Tricky super call
res = _base_fields_view_get(self, 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[1]"):
# 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
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
models.BaseModel.fields_view_get = _custom_fields_view_get

13
base_search_mail_content/models/res_partner.py

@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# © 2016 Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import models
class Partner(models.Model):
_name = 'res.partner'
_inherit = ['res.partner', 'mail.thread']

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")

29
base_search_mail_content/views/trgm_index_view.xml

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record model="ir.ui.view" id="trgm_index_view_form">
<field name="name">trgm.index.view.form</field>
<field name="model">trgm.index</field>
<field name="inherit_id" ref="base_search_fuzzy.trgm_index_view_form"/>
<field name="arch" type="xml">
<field name="field_id" position="attributes">
<attribute name="domain">[('ttype', 'in', ['char', 'text', 'html'])]</attribute>
<attribute name="help">"You can either select a field of type 'text', 'char' or 'html'."</attribute>
</field>
</field>
</record>
<record model="ir.ui.view" id="trgm_index_view_tree">
<field name="name">trgm.index.view.tree</field>
<field name="model">trgm.index</field>
<field name="inherit_id" ref="base_search_fuzzy.trgm_index_view_tree"/>
<field name="arch" type="xml">
<field name="field_id" position="attributes">
<attribute name="help">"You can either select a field of type 'text', 'char' or 'html'."</attribute>
</field>
</field>
</record>
</data>
</openerp>

88
email_template_qweb/README.rst

@ -1,91 +1,71 @@
.. 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. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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
|badge1| |badge2| |badge3| |badge4| |badge5|
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.
**Table of contents**
.. contents::
:local:
snippets in multiple templates, making your development process simpler.
Usage
=====
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.
* 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.
.. 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
Demo data contains an example on how to separate corporate identity from a
template's content.
For further information, please visit:
* 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:%209.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
Do not contact contributors directly about help with questions or problems concerning
this addon, but use the `forum <https://www.odoo.com/forum/help-1>`_,
the `community mailing list <mailto:community@mail.odoo.com>`_,
or the `appropriate specialized mailinglist <https://odoo-community.org/groups>`_ for help,
and the bug tracker linked in `Bug Tracker`_ above for technical issues.
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

10
email_template_qweb/__manifest__.py → email_template_qweb/__openerp__.py

@ -1,14 +1,13 @@
# 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).
{
"name": "QWeb for email templates",
"version": "12.0.1.0.0",
"author": "Therp BV, "
"Odoo Community Association (OCA)",
"version": "9.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',
],
@ -19,5 +18,4 @@
"data": [
"views/mail_template.xml",
],
'installable': True,
}

69
email_template_qweb/i18n/de.po

@ -1,69 +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: 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: 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 "Nachrichtenvorlagen 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
msgid "Body view"
msgstr "Nachrichtenansicht"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Sehr geehrter"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr "E-Mail Vorlagen"
#. 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-E-Mail"
#. 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 "Dies ist eine E-Mail-Vorlage aus 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 "Zeige Stilarten"

32
email_template_qweb/i18n/email_template_qweb.pot → email_template_qweb/i18n/el_GR.po

@ -1,34 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# * email_template_qweb
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: social (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-28 14:12+0000\n"
"PO-Revision-Date: 2016-05-18 14:54+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-9-0/language/el_GR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Language: el_GR\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
#: 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
#: 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
#: model:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr ""
msgstr "Αγαπητέ"
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
@ -36,13 +38,11 @@ msgid "Email Templates"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr ""
@ -53,13 +53,11 @@ msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: model: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
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template_body_view_arch
msgid "View Architecture"
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"

37
email_template_qweb/i18n/es.po

@ -1,37 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (9.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"
"Language: es\n"
"POT-Creation-Date: 2016-12-24 04:06+0000\n"
"PO-Revision-Date: 2016-12-23 09:45+0000\n"
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-9-0/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template_body_type
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
#: 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
#: model:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Estimado"
@ -41,13 +39,11 @@ 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"
@ -55,15 +51,14 @@ msgstr "QWeb"
#. module: email_template_qweb
#: model:mail.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
#: model:ir.ui.view,arch_db: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
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template_body_view_arch
msgid "View Architecture"
msgstr "Arquitectura de la vista"

32
email_template_qweb/i18n/es_MX.po

@ -1,38 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (9.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"
"POT-Creation-Date: 2016-06-12 02:44+0000\n"
"PO-Revision-Date: 2016-06-11 23:19+0000\n"
"Last-Translator: Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-social-9-0/language/es_MX/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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
#: 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
#: 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
#: model:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Querido"
@ -42,13 +39,11 @@ 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"
@ -59,12 +54,11 @@ 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
#: model: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
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template_body_view_arch
msgid "View Architecture"
msgstr ""

69
email_template_qweb/i18n/fr.po

@ -1,69 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.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"
"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"
#. 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 "Moteur de modèle 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
msgid "Body view"
msgstr "Vue du corps"
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db: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
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
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 "Courriel QWeb de démonstration"
#. 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 "Ceci est un modèle de courriel 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
msgid "View Architecture"
msgstr "Architecture de la vue"

34
email_template_qweb/i18n/hr.po

@ -1,38 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: social (9.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"
"POT-Creation-Date: 2016-06-13 02:44+0000\n"
"PO-Revision-Date: 2016-06-14 11:31+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-social-9-0/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"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: 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
#: 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
#: 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
#: model:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "Dragi"
@ -42,13 +39,11 @@ 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"
@ -59,12 +54,11 @@ 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
#: model: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
#: 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 ""

70
email_template_qweb/i18n/pt_BR.po

@ -1,70 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
# Translators:
# falexandresilva <falexandresilva@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.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"
"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: 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 ""
#. module: email_template_qweb
#: model:ir.model,name:email_template_qweb.model_mail_template
msgid "Email Templates"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr ""
#. 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 ""
#. 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 ""

22
email_template_qweb/i18n/zh_CN.po

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * email_template_qweb
#
#
# Translators:
# Jeffery Chenn <jeffery9@gmail.com>, 2016
msgid ""
@ -11,28 +11,25 @@ msgstr ""
"POT-Creation-Date: 2016-09-02 00:46+0000\n"
"PO-Revision-Date: 2016-09-04 05:55+0000\n"
"Last-Translator: Jeffery Chenn <jeffery9@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-social-9-0/"
"language/zh_CN/)\n"
"Language: zh_CN\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-social-9-0/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: 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
#: 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
#: 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
#: model:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
msgid "Dear"
msgstr "亲爱的"
@ -42,13 +39,11 @@ msgid "Email Templates"
msgstr "Email 模板"
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "Jinja2"
msgstr ""
#. module: email_template_qweb
#: selection:email_template.preview,body_type:0
#: selection:mail.template,body_type:0
msgid "QWeb"
msgstr ""
@ -59,12 +54,11 @@ msgid "QWeb demo email"
msgstr ""
#. module: email_template_qweb
#: model_terms:ir.ui.view,arch_db:email_template_qweb.view_email_template_demo1
#: model: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
#: model:ir.model.fields,field_description:email_template_qweb.field_mail_template_body_view_arch
msgid "View Architecture"
msgstr ""

3
email_template_qweb/models/__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 mail_template

28
email_template_qweb/models/mail_template.py

@ -1,6 +1,7 @@
# 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 odoo import api, fields, tools, models
from openerp import api, fields, tools, models
class MailTemplate(models.Model):
@ -11,32 +12,33 @@ class MailTemplate(models.Model):
default='jinja2', required=True)
body_view_id = fields.Many2one(
'ir.ui.view', 'Body view', domain=[('type', '=', 'qweb')])
body_view_arch = fields.Text(related='body_view_id.arch')
body_view_arch = fields.Text(related=['body_view_id', 'arch'])
@api.multi
def generate_email(self, res_ids, fields=None):
multi_mode = True
if isinstance(res_ids, int):
if isinstance(res_ids, (int, long)):
res_ids = [res_ids]
multi_mode = False
result = super(MailTemplate, self).generate_email(
res_ids, fields=fields
)
for res_id, template in self.get_email_template(res_ids).items():
if template.body_type == 'qweb' and\
for record_id, this in self.get_email_template(res_ids).iteritems():
if this.body_type == 'qweb' and\
(not fields or 'body_html' in fields):
for record in self.env[template.model].browse(res_id):
body_html = template.body_view_id.render({
for record in self.env[this.model].browse(record_id):
body_html = this.body_view_id.render({
'object': record,
'email_template': template,
'email_template': this,
})
# Some wizards, like when sending a sales order, need this
# fix to display accents correctly
body_html = tools.ustr(body_html)
result[res_id]['body_html'] = self.render_post_process(
if not isinstance(body_html, unicode):
body_html = body_html.decode('utf-8')
result[record_id]['body_html'] = self.render_post_process(
body_html
)
result[res_id]['body'] = tools.html_sanitize(
result[res_id]['body_html']
result[record_id]['body'] = tools.html_sanitize(
result[record_id]['body_html']
)
return multi_mode and result or result[res_ids[0]]

6
email_template_qweb/readme/CONTRIBUTORS.rst

@ -1,6 +0,0 @@
* Holger Brunn <hbrunn@therp.nl>
* Dave Lasley <dave@laslabs.com>
* Carlos Lopez Mite <celm1990@gmail.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Ernesto Tejeda

5
email_template_qweb/readme/DESCRIPTION.rst

@ -1,5 +0,0 @@
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.

5
email_template_qweb/readme/USAGE.rst

@ -1,5 +0,0 @@
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.

445
email_template_qweb/static/description/index.html

@ -1,445 +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>QWeb for email templates</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="qweb-for-email-templates">
<h1 class="title">QWeb for email templates</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/email_template_qweb"><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-email_template_qweb"><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 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 <tt class="docutils literal">call</tt> 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.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>To use this module, you need to:</p>
<ol class="arabic simple">
<li>Select <cite>QWeb</cite> in the field <cite>Body templating engine</cite></li>
<li>Select a QWeb view to be used to render the body field</li>
<li>Apart from QWeb’s standard variables, you also have access to <tt class="docutils literal">object</tt> and <tt class="docutils literal">email_template</tt>, which are browse records of the current object and the email template in use, respectively.</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">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:%20email_template_qweb%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="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>Therp BV</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul>
<li><p class="first">Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</p>
</li>
<li><p class="first">Dave Lasley &lt;<a class="reference external" href="mailto:dave&#64;laslabs.com">dave&#64;laslabs.com</a>&gt;</p>
</li>
<li><p class="first">Carlos Lopez Mite &lt;<a class="reference external" href="mailto:celm1990&#64;gmail.com">celm1990&#64;gmail.com</a>&gt;</p>
</li>
<li><p class="first"><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:</p>
<blockquote>
<ul class="simple">
<li>Ernesto Tejeda</li>
</ul>
</blockquote>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">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/email_template_qweb">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>

3
email_template_qweb/tests/__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 test_mail_template_qweb

9
email_template_qweb/tests/test_mail_template_qweb.py

@ -1,6 +1,7 @@
# 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 odoo.tests.common import TransactionCase
from openerp.tests.common import TransactionCase
class TestMailTemplateQweb(TransactionCase):
@ -10,7 +11,7 @@ class TestMailTemplateQweb(TransactionCase):
self.assertTrue(
# this comes from the called template if everything worked
'<footer>' in mail_values[self.env.user.id]['body_html'],
'Did not receive rendered template in response. Got: \n%s\n' % (
'Did not rcv rendered template in response. Got: \n%s\n' % (
mail_values[self.env.user.id]['body_html']
)
)
@ -19,7 +20,7 @@ class TestMailTemplateQweb(TransactionCase):
self.assertTrue(
# this comes from the called template if everything worked
'<footer>' in mail_values['body_html'],
'Did not receive rendered template in response. Got: \n%s\n' % (
'Did not rcv rendered template in response. Got: \n%s\n' % (
mail_values['body_html']
)
)

2
email_template_qweb/views/mail_template.xml

@ -10,7 +10,7 @@
<field name="body_html" position="before">
<group attrs="{'invisible': [('body_type', '!=', 'qweb')]}">
<field name="body_view_id" attrs="{'required': [('body_type', '=', 'qweb')]}" />
<field name="body_view_arch" widget="ace" attrs="{'required': [('body_type', '=', 'qweb')], 'invisible': [('body_view_id', '=', False)]}" />
<field name="body_view_arch" attrs="{'required': [('body_type', '=', 'qweb')], 'invisible': [('body_view_id', '=', False)]}" />
</group>
</field>
<field name="body_html" position="attributes">

94
mail_activity_board/README.rst

@ -1,94 +0,0 @@
================
Activities board
================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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/mail_activity_board
: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-mail_activity_board
: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 an activity board with form, tree, kanban, calendar, pivot, graph and search views.
**Table of contents**
.. contents::
:local:
Usage
=====
To use this module, you need to:
#. Access to the views from menu Boards.
A smartButton of activities is added in the mail thread from form view.
From this smartButton is linked to the activity board, to the view tree,
which shows the activities related to the opportunity.
From the form view of the activity you can navigate to the origin of the activity.
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:%20mail_activity_board%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
~~~~~~~
* SDi
* David Juaneda
Contributors
~~~~~~~~~~~~
* `SDI <https://www.sdi.es>`_:
* David Juaneda
* `Eficent <https://www.eficent.com>`_:
* Miquel Raïch (miquel.raich@eficent.com)
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/mail_activity_board>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

1
mail_activity_board/__init__.py

@ -1 +0,0 @@
from . import models

24
mail_activity_board/__manifest__.py

@ -1,24 +0,0 @@
# Copyright 2018 David Juaneda - <djuaneda@sdi.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Activities board',
'summary': 'Add Activity Boards',
'version': '12.0.1.0.0',
'development_status': 'Beta',
'category': 'Social Network',
'website': 'https://github.com/OCA/social',
'author': 'SDi, David Juaneda, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'installable': True,
'depends': [
'calendar',
'board',
],
'data': [
'views/templates.xml',
'views/mail_activity_view.xml',
],
'qweb': [
'static/src/xml/inherit_chatter.xml',
]
}

113
mail_activity_board/i18n/mail_activity_board.pot

@ -1,113 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_activity_board
#
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: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "Act. next 6 months"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "Act. next month"
msgstr ""
#. module: mail_activity_board
#. openerp-web
#: code:addons/mail_activity_board/static/src/xml/inherit_chatter.xml:8
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
#, python-format
msgid "Activities"
msgstr ""
#. module: mail_activity_board
#: model:ir.model,name:mail_activity_board.model_mail_activity
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
msgid "Activity"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
msgid "Activity Form"
msgstr ""
#. module: mail_activity_board
#: model:ir.model,name:mail_activity_board.model_mail_activity_mixin
msgid "Activity Mixin"
msgstr ""
#. module: mail_activity_board
#: model:ir.model.fields,field_description:mail_activity_board.field_mail_activity__calendar_event_id_partner_ids
msgid "Attendees"
msgstr ""
#. module: mail_activity_board
#: model:ir.model.fields,field_description:mail_activity_board.field_mail_activity__duration
msgid "Duration"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
msgid "Log a note..."
msgstr ""
#. module: mail_activity_board
#: model:ir.model.fields,field_description:mail_activity_board.field_mail_activity__res_model_id_name
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "Origin"
msgstr ""
#. module: mail_activity_board
#. openerp-web
#: code:addons/mail_activity_board/static/src/xml/inherit_chatter.xml:7
#, python-format
msgid "See activities list"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "Show activities scheduled for next 6 months."
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "Show activities scheduled for next month."
msgstr ""
#. module: mail_activity_board
#: model:ir.model.fields,field_description:mail_activity_board.field_mail_activity__calendar_event_id_start
msgid "Start"
msgstr ""
#. module: mail_activity_board
#: model:ir.model.fields,help:mail_activity_board.field_mail_activity__calendar_event_id_start
msgid "Start date of an event, without time for full days events"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
msgid "Start meeting"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_search
msgid "User"
msgstr ""
#. module: mail_activity_board
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
msgid "e.g. Discuss proposal"
msgstr ""

2
mail_activity_board/models/__init__.py

@ -1,2 +0,0 @@
from . import mail_activity
from . import mail_activity_mixin

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

Loading…
Cancel
Save