Compare commits
No commits in common. "15.0-yaltik" and "16.0-yaltik" have entirely different histories.
15.0-yalti
...
16.0-yalti
@ -10,11 +10,11 @@ github_enable_makepot: true
|
|||||||
github_enable_stale_action: true
|
github_enable_stale_action: true
|
||||||
github_enforce_dev_status_compatibility: true
|
github_enforce_dev_status_compatibility: true
|
||||||
include_wkhtmltopdf: false
|
include_wkhtmltopdf: false
|
||||||
odoo_version: 15.0
|
odoo_version: 16.0
|
||||||
org_name: Odoo Community Association (OCA)
|
org_name: Odoo Community Association (OCA)
|
||||||
org_slug: OCA
|
org_slug: OCA
|
||||||
rebel_module_groups: []
|
rebel_module_groups: []
|
||||||
repo_description: 'TODO: add repo description.'
|
repo_description: '{''TODO'': ''add repo description.''}'
|
||||||
repo_name: social
|
repo_name: social
|
||||||
repo_slug: social
|
repo_slug: social
|
||||||
repo_website: https://github.com/OCA/social
|
repo_website: https://github.com/OCA/social
|
||||||
|
6
.github/workflows/pre-commit.yml
vendored
6
.github/workflows/pre-commit.yml
vendored
@ -3,11 +3,11 @@ name: pre-commit
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "15.0*"
|
- "16.0*"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "15.0"
|
- "16.0"
|
||||||
- "15.0-ocabot-*"
|
- "16.0-ocabot-*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
|
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -3,11 +3,11 @@ name: tests
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "15.0*"
|
- "16.0*"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "15.0"
|
- "16.0"
|
||||||
- "15.0-ocabot-*"
|
- "16.0-ocabot-*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unreleased-deps:
|
unreleased-deps:
|
||||||
@ -35,14 +35,14 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
|
||||||
makepot: "true"
|
makepot: "true"
|
||||||
name: test with Odoo
|
name: test with Odoo
|
||||||
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
|
||||||
name: test with OCB
|
name: test with OCB
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:12.0
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: odoo
|
POSTGRES_USER: odoo
|
||||||
POSTGRES_PASSWORD: odoo
|
POSTGRES_PASSWORD: odoo
|
||||||
|
@ -16,7 +16,7 @@ exclude: |
|
|||||||
(LICENSE.*|COPYING.*)
|
(LICENSE.*|COPYING.*)
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3
|
python: python3
|
||||||
node: "14.18.0"
|
node: "16.17.0"
|
||||||
repos:
|
repos:
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
@ -33,14 +33,14 @@ repos:
|
|||||||
language: fail
|
language: fail
|
||||||
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
|
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
|
||||||
- repo: https://github.com/oca/maintainer-tools
|
- repo: https://github.com/oca/maintainer-tools
|
||||||
rev: dfba427ba03900b69e0a7f2c65890dc48921d36a
|
rev: 4cd2b852214dead80822e93e6749b16f2785b2fe
|
||||||
hooks:
|
hooks:
|
||||||
# update the NOT INSTALLABLE ADDONS section above
|
# update the NOT INSTALLABLE ADDONS section above
|
||||||
- id: oca-update-pre-commit-excluded-addons
|
- id: oca-update-pre-commit-excluded-addons
|
||||||
- id: oca-fix-manifest-website
|
- id: oca-fix-manifest-website
|
||||||
args: ["https://github.com/OCA/social"]
|
args: ["https://github.com/OCA/social"]
|
||||||
- repo: https://github.com/myint/autoflake
|
- repo: https://github.com/myint/autoflake
|
||||||
rev: v1.4
|
rev: v1.6.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: autoflake
|
- id: autoflake
|
||||||
args:
|
args:
|
||||||
@ -51,22 +51,22 @@ repos:
|
|||||||
- --remove-duplicate-keys
|
- --remove-duplicate-keys
|
||||||
- --remove-unused-variables
|
- --remove-unused-variables
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.3.0
|
rev: 22.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v2.4.1
|
rev: v2.7.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
name: prettier (with plugin-xml)
|
name: prettier (with plugin-xml)
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- "prettier@2.4.1"
|
- "prettier@2.7.1"
|
||||||
- "@prettier/plugin-xml@1.1.0"
|
- "@prettier/plugin-xml@2.2.0"
|
||||||
args:
|
args:
|
||||||
- --plugin=@prettier/plugin-xml
|
- --plugin=@prettier/plugin-xml
|
||||||
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
|
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v7.32.0
|
rev: v8.24.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
verbose: true
|
verbose: true
|
||||||
@ -74,7 +74,7 @@ repos:
|
|||||||
- --color
|
- --color
|
||||||
- --fix
|
- --fix
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.0.1
|
rev: v4.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
# exclude autogenerated files
|
# exclude autogenerated files
|
||||||
@ -96,12 +96,12 @@ repos:
|
|||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
args: ["--fix=lf"]
|
args: ["--fix=lf"]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.29.0
|
rev: v2.38.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: ["--keep-percent-format"]
|
args: ["--keep-percent-format"]
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.9.3
|
rev: 5.10.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort except __init__.py
|
name: isort except __init__.py
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
[MASTER]
|
[MASTER]
|
||||||
load-plugins=pylint_odoo
|
load-plugins=pylint_odoo
|
||||||
score=n
|
score=n
|
||||||
@ -8,7 +10,7 @@ manifest_required_authors=Odoo Community Association (OCA)
|
|||||||
manifest_required_keys=license
|
manifest_required_keys=license
|
||||||
manifest_deprecated_keys=description,active
|
manifest_deprecated_keys=description,active
|
||||||
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
|
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
|
||||||
valid_odoo_versions=15.0
|
valid_odoo_versions=16.0
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
disable=all
|
disable=all
|
||||||
@ -96,6 +98,7 @@ enable=anomalous-backslash-in-string,
|
|||||||
xml-attribute-translatable,
|
xml-attribute-translatable,
|
||||||
xml-deprecated-qweb-directive,
|
xml-deprecated-qweb-directive,
|
||||||
xml-deprecated-tree-attribute,
|
xml-deprecated-tree-attribute,
|
||||||
|
external-request-timeout,
|
||||||
# messages that do not cause the lint step to fail
|
# messages that do not cause the lint step to fail
|
||||||
consider-merging-classes-inherited,
|
consider-merging-classes-inherited,
|
||||||
create-user-wo-reset-password,
|
create-user-wo-reset-password,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
[MASTER]
|
[MASTER]
|
||||||
load-plugins=pylint_odoo
|
load-plugins=pylint_odoo
|
||||||
score=n
|
score=n
|
||||||
@ -8,7 +9,7 @@ manifest_required_authors=Odoo Community Association (OCA)
|
|||||||
manifest_required_keys=license
|
manifest_required_keys=license
|
||||||
manifest_deprecated_keys=description,active
|
manifest_deprecated_keys=description,active
|
||||||
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
|
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
|
||||||
valid_odoo_versions=15.0
|
valid_odoo_versions=16.0
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
disable=all
|
disable=all
|
||||||
@ -88,7 +89,8 @@ enable=anomalous-backslash-in-string,
|
|||||||
website-manifest-key-not-valid-uri,
|
website-manifest-key-not-valid-uri,
|
||||||
xml-attribute-translatable,
|
xml-attribute-translatable,
|
||||||
xml-deprecated-qweb-directive,
|
xml-deprecated-qweb-directive,
|
||||||
xml-deprecated-tree-attribute
|
xml-deprecated-tree-attribute,
|
||||||
|
external-request-timeout
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
|
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
|
||||||
|
40
README.md
40
README.md
@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=15.0)
|
[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0)
|
||||||
[![Pre-commit Status](https://github.com/OCA/social/actions/workflows/pre-commit.yml/badge.svg?branch=15.0)](https://github.com/OCA/social/actions/workflows/pre-commit.yml?query=branch%3A15.0)
|
[![Pre-commit Status](https://github.com/OCA/social/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/OCA/social/actions/workflows/pre-commit.yml?query=branch%3A16.0)
|
||||||
[![Build Status](https://github.com/OCA/social/actions/workflows/test.yml/badge.svg?branch=15.0)](https://github.com/OCA/social/actions/workflows/test.yml?query=branch%3A15.0)
|
[![Build Status](https://github.com/OCA/social/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/OCA/social/actions/workflows/test.yml?query=branch%3A16.0)
|
||||||
[![codecov](https://codecov.io/gh/OCA/social/branch/15.0/graph/badge.svg)](https://codecov.io/gh/OCA/social)
|
[![codecov](https://codecov.io/gh/OCA/social/branch/16.0/graph/badge.svg)](https://codecov.io/gh/OCA/social)
|
||||||
[![Translation Status](https://translation.odoo-community.org/widgets/social-15-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/social-15-0/?utm_source=widget)
|
[![Translation Status](https://translation.odoo-community.org/widgets/social-16-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/social-16-0/?utm_source=widget)
|
||||||
|
|
||||||
<!-- /!\ do not modify above this line -->
|
<!-- /!\ do not modify above this line -->
|
||||||
|
|
||||||
# social
|
# social
|
||||||
|
|
||||||
TODO: add repo description.
|
{'TODO': 'add repo description.'}
|
||||||
|
|
||||||
<!-- /!\ do not modify below this line -->
|
<!-- /!\ do not modify below this line -->
|
||||||
|
|
||||||
@ -21,30 +21,10 @@ Available addons
|
|||||||
----------------
|
----------------
|
||||||
addon | version | maintainers | summary
|
addon | version | maintainers | summary
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
[base_search_mail_content](base_search_mail_content/) | 15.0.1.0.1 | | Base Search Mail Content
|
[mail_activity_board](mail_activity_board/) | 16.0.1.0.0 | | Add Activity Boards
|
||||||
[mail_activity_board](mail_activity_board/) | 15.0.1.1.1 | | Add Activity Boards
|
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 16.0.1.0.1 | | Adding attachment on the object by sending this one
|
||||||
[mail_activity_creator](mail_activity_creator/) | 15.0.1.0.0 | | Show activities creator
|
[mail_optional_autofollow](mail_optional_autofollow/) | 16.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
|
||||||
[mail_activity_done](mail_activity_done/) | 15.0.1.0.0 | | Mail Activity Done
|
[mail_partner_opt_out](mail_partner_opt_out/) | 16.0.1.0.0 | | Add the partner's email to the blackmailed list
|
||||||
[mail_activity_partner](mail_activity_partner/) | 15.0.1.0.0 | | Add Partner to Activities
|
|
||||||
[mail_activity_team](mail_activity_team/) | 15.0.1.4.0 | | Add Teams to Activities
|
|
||||||
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 15.0.1.0.0 | | Adding attachment on the object by sending this one
|
|
||||||
[mail_autosubscribe](mail_autosubscribe/) | 15.0.1.0.3 | | Automatically subscribe partners to its company's business documents
|
|
||||||
[mail_debrand](mail_debrand/) | 15.0.1.2.2 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor <a href odoo.com togheder with it's parent ( for powerd by) form all the templates removes any 'odoo' that are in tempalte texts > 20characters
|
|
||||||
[mail_notification_custom_subject](mail_notification_custom_subject/) | 15.0.1.0.2 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications
|
|
||||||
[mail_optional_autofollow](mail_optional_autofollow/) | 15.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
|
|
||||||
[mail_optional_follower_notification](mail_optional_follower_notification/) | 15.0.1.0.1 | | Choose to notify followers on mail.compose.message
|
|
||||||
[mail_outbound_static](mail_outbound_static/) | 15.0.1.0.0 | | Allows you to configure the from header for a mail server.
|
|
||||||
[mail_parent_recipient](mail_parent_recipient/) | 15.0.1.0.0 | | Send email to parent partner if partner's email is empty
|
|
||||||
[mail_preview_base](mail_preview_base/) | 15.0.1.0.0 | | Base to add more previewing options
|
|
||||||
[mail_quoted_reply](mail_quoted_reply/) | 15.0.1.0.1 | | Make a reply using a message
|
|
||||||
[mail_restrict_follower_selection](mail_restrict_follower_selection/) | 15.0.1.0.0 | | Define a domain from which followers can be selected
|
|
||||||
[mail_show_follower](mail_show_follower/) | 15.0.1.2.2 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Show CC document followers in mails.
|
|
||||||
[mail_tracking](mail_tracking/) | 15.0.1.0.2 | | Email tracking system for all mails sent
|
|
||||||
[mail_tracking_mailgun](mail_tracking_mailgun/) | 15.0.1.0.0 | | Mail tracking and Mailgun webhooks integration
|
|
||||||
[mass_mailing_custom_unsubscribe](mass_mailing_custom_unsubscribe/) | 15.0.1.0.0 | | Know and track (un)subscription reasons, GDPR compliant
|
|
||||||
[mass_mailing_partner](mass_mailing_partner/) | 15.0.1.0.0 | | Link partners with mass-mailing
|
|
||||||
[mass_mailing_resend](mass_mailing_resend/) | 15.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Resend mass mailings
|
|
||||||
[microsoft_outlook_single_tenant](microsoft_outlook_single_tenant/) | 15.0.1.0.0 | | Microsoft Outlook Single Tenant
|
|
||||||
|
|
||||||
[//]: # (end addons)
|
[//]: # (end addons)
|
||||||
|
|
||||||
|
@ -1,117 +0,0 @@
|
|||||||
========================
|
|
||||||
Base Search Mail Content
|
|
||||||
========================
|
|
||||||
|
|
||||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
!! This file is generated by oca-gen-addon-readme !!
|
|
||||||
!! changes will be overwritten. !!
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
|
|
||||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
||||||
:target: https://odoo-community.org/page/development-status
|
|
||||||
:alt: Beta
|
|
||||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
|
||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
||||||
:alt: License: AGPL-3
|
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
|
||||||
:target: https://github.com/OCA/social/tree/15.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-15-0/social-15-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/15.0
|
|
||||||
:alt: Try me on Runbot
|
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
||||||
|
|
||||||
This module adds the capability to find on any object (e.g. project issues or
|
|
||||||
helpdesk ticket) based on the conversation threads associated to them.
|
|
||||||
|
|
||||||
This will be useful in models that make intense use of messages,
|
|
||||||
like project issues or helpdesk tickets.
|
|
||||||
|
|
||||||
A project issue or helpdesk ticket can contain tens of mails or notes
|
|
||||||
associated, based on the feedback that the person responsible for the ticket
|
|
||||||
maintains, including conversations with the person that raised the issue.
|
|
||||||
|
|
||||||
A user may often want to find issues or tickets, based on the past
|
|
||||||
conversations that were recorded, as much as he or she needs to search
|
|
||||||
in their mail for past conversations.
|
|
||||||
|
|
||||||
This module will add dynamically a field 'message_content' to the search view
|
|
||||||
of any model that inherits from the mail.thread.
|
|
||||||
|
|
||||||
The current search capabilities include searching into the subject, body,
|
|
||||||
email from, reply to and record name.
|
|
||||||
|
|
||||||
**Table of contents**
|
|
||||||
|
|
||||||
.. contents::
|
|
||||||
:local:
|
|
||||||
|
|
||||||
Installation
|
|
||||||
============
|
|
||||||
|
|
||||||
This module depends on the module 'base_search_fuzzy' to ensure that
|
|
||||||
searches on emails are based on indexes. Please read carefully the
|
|
||||||
`install instructions <https://github.com/OCA/server-tools/blob/15.0/base_search_fuzzy>`_.
|
|
||||||
|
|
||||||
This module installs by default the indexes that are required to
|
|
||||||
perform the searches on mail messages.
|
|
||||||
|
|
||||||
Usage
|
|
||||||
=====
|
|
||||||
|
|
||||||
Go to any model that contains a chatter (e.g. Contacts, ...). Search
|
|
||||||
for content in field 'Message Content'.
|
|
||||||
|
|
||||||
Bug Tracker
|
|
||||||
===========
|
|
||||||
|
|
||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
|
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
|
||||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
|
||||||
`feedback <https://github.com/OCA/social/issues/new?body=module:%20base_search_mail_content%0Aversion:%2015.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
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ForgeFlow
|
|
||||||
* SerpentCS
|
|
||||||
* Tecnativa
|
|
||||||
|
|
||||||
Contributors
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
|
||||||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
|
||||||
* Lois Rilo Antelo <lois.rilo@forgeflow.com>
|
|
||||||
* Aaron Henriquez <ahenriquez@forgeflow.com>
|
|
||||||
|
|
||||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
|
||||||
|
|
||||||
* Vicent Cubells
|
|
||||||
* Ernesto Tejeda
|
|
||||||
|
|
||||||
Maintainers
|
|
||||||
~~~~~~~~~~~
|
|
||||||
|
|
||||||
This module is maintained by the OCA.
|
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/logo.png
|
|
||||||
:alt: Odoo Community Association
|
|
||||||
:target: https://odoo-community.org
|
|
||||||
|
|
||||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
||||||
mission is to support the collaborative development of Odoo features and
|
|
||||||
promote its widespread use.
|
|
||||||
|
|
||||||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/base_search_mail_content>`_ project on GitHub.
|
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@ -1,7 +0,0 @@
|
|||||||
# Copyright 2016 ForgeFlow S.L.
|
|
||||||
# (http://www.forgeflow.com)
|
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
|
||||||
# (<http://www.serpentcs.com>)
|
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
||||||
|
|
||||||
from . import models
|
|
@ -1,17 +0,0 @@
|
|||||||
# Copyright 2016 ForgeFlow S.L.
|
|
||||||
# (http://www.forgeflow.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": "15.0.1.0.1",
|
|
||||||
"author": "ForgeFlow, 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,
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<odoo noupdate="1">
|
|
||||||
|
|
||||||
<record id="subject_gin_idx" model="trgm.index">
|
|
||||||
<field name="index_type">gin</field>
|
|
||||||
<field
|
|
||||||
name="field_id"
|
|
||||||
search="[('model','=','mail.message'),('name','=','subject')]"
|
|
||||||
/>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="body_gin_idx" model="trgm.index">
|
|
||||||
<field name="index_type">gin</field>
|
|
||||||
<field
|
|
||||||
name="field_id"
|
|
||||||
search="[('model','=','mail.message'),('name','=','body')]"
|
|
||||||
/>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="record_name_gin_idx" model="trgm.index">
|
|
||||||
<field name="index_type">gin</field>
|
|
||||||
<field
|
|
||||||
name="field_id"
|
|
||||||
search="[('model','=','mail.message'),('name','=','record_name')]"
|
|
||||||
/>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="email_from_gin_idx" model="trgm.index">
|
|
||||||
<field name="index_type">gin</field>
|
|
||||||
<field
|
|
||||||
name="field_id"
|
|
||||||
search="[('model','=','mail.message'),('name','=','email_from')]"
|
|
||||||
/>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="reply_to_gin_idx" model="trgm.index">
|
|
||||||
<field name="index_type">gin</field>
|
|
||||||
<field
|
|
||||||
name="field_id"
|
|
||||||
search="[('model','=','mail.message'),('name','=','reply_to')]"
|
|
||||||
/>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
</odoo>
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
|
|
||||||
"Language: am\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "ተባባሪ"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
|
||||||
"Language: ar\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
|
||||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "الشريك"
|
|
@ -1,68 +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 15.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:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 ""
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
|
||||||
"Language: bg\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Партньор"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
|
||||||
"Language: bs\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,87 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-03-28 08:19+0000\n"
|
|
||||||
"PO-Revision-Date: 2022-07-25 17:06+0000\n"
|
|
||||||
"Last-Translator: jabelchi <jabelchi@gmail.com>\n"
|
|
||||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
|
||||||
"Language: ca\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 4.3.2\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Tema del correu electrònic"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr "Camp"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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 "Contingut del missatge"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Contingut del missatge, només per a cerques"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr "Índex trigrama"
|
|
||||||
|
|
||||||
#. 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 "Podeu seleccionar un camp de tipus 'text', 'char' o 'html'."
|
|
||||||
|
|
||||||
#~ msgid "Display Name"
|
|
||||||
#~ msgstr "Nom a mostrar"
|
|
||||||
|
|
||||||
#~ msgid "ID"
|
|
||||||
#~ msgstr "ID"
|
|
||||||
|
|
||||||
#~ msgid "Last Modified on"
|
|
||||||
#~ msgstr "Darrera modificació el"
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
|
||||||
"Language: cs\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Společník"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
|
||||||
"Language: da\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
# Rudolf Schnapka <rs@techno-flex.de>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-03-28 08:19+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-03-28 08:19+0000\n"
|
|
||||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
|
|
||||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
|
||||||
"Language: de\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Email-Thread"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
|
|
||||||
#, python-format
|
|
||||||
msgid "Message Content"
|
|
||||||
msgstr "Mitteilungsinhalt"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr "Mitteilungsinhalt, nur zur Verwendung in Suche"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
#, fuzzy
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr "\"Sie können ein Feld vom Typ 'text', 'char' oder 'html' verwenden.\""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"el_GR/)\n"
|
|
||||||
"Language: el_GR\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Συνεργάτης"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/en_GB/)\n"
|
|
||||||
"Language: en_GB\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,71 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 11.0\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2018-06-13 11:05+0000\n"
|
|
||||||
"PO-Revision-Date: 2018-06-13 11:05+0000\n"
|
|
||||||
"Last-Translator: <>\n"
|
|
||||||
"Language-Team: \n"
|
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: \n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Hilo de email"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
|
|
||||||
#, python-format
|
|
||||||
msgid "Message Content"
|
|
||||||
msgstr "Contenido del mensaje"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr "Contenido del mensaje, para usarse en búsquedas"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/es_CR/)\n"
|
|
||||||
"Language: es_CR\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"es_EC/)\n"
|
|
||||||
"Language: es_EC\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"es_MX/)\n"
|
|
||||||
"Language: es_MX\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/es_VE/)\n"
|
|
||||||
"Language: es_VE\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
|
||||||
"Language: et\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +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:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
|
||||||
"Language: fi\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Kumppani"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# Zwygart <zwygart@gmail.com>, 2017
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2020-08-25 14:59+0000\n"
|
|
||||||
"Last-Translator: Denis Leemann <denis.leemann@camptocamp.com>\n"
|
|
||||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
|
||||||
"Language: fr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Discussion de courriel"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users__message_content
|
|
||||||
#, python-format
|
|
||||||
msgid "Message Content"
|
|
||||||
msgstr "Contenu du message"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr "Contenu du message, à utiliser dans les recherches"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr "Trigram 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 "Choisir un champs de type 'text', 'char', ou 'html'."
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partenaire"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"fr_CA/)\n"
|
|
||||||
"Language: fr_CA\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partenaire"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/fr_CH/)\n"
|
|
||||||
"Language: fr_CH\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partenaire"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
|
||||||
"Language: gl\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Empresa"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
|
||||||
"Language: hr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"hr_HR/)\n"
|
|
||||||
"Language: hr_HR\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
|
||||||
"Language: hu\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
||||||
"Language: it\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Discussione Email"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
|
||||||
"Language: ja\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "パートナ"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
|
||||||
"Language: lt\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
|
||||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partneris"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
|
||||||
"Language: lv\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
|
||||||
"2);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partneris"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
|
||||||
"Language: mk\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Партнер"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
|
||||||
"Language: mn\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Харилцагч"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"nb/)\n"
|
|
||||||
"Language: nb\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/nb_NO/)\n"
|
|
||||||
"Language: nb_NO\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
|
||||||
"Language: nl\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Relatie"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"nl_BE/)\n"
|
|
||||||
"Language: nl_BE\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Relatie"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
|
||||||
"Language: pl\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
|
||||||
"|| n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
|
||||||
"Language: pt\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Entidade"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2019-09-03 03:23+0000\n"
|
|
||||||
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\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"
|
|
||||||
"X-Generator: Weblate 3.8\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Processo Email"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr "Campo"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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 "Conteúdo da Mensagem"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Conteúdo da Mensagem, para ser usada somente em pesquisas"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr "Índice Trigram"
|
|
||||||
|
|
||||||
#. 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 "Você pode selecionar um campo do tipo 'text', 'char' ou 'html'."
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Parceiro"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
|
||||||
"teams/23907/pt_PT/)\n"
|
|
||||||
"Language: pt_PT\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Tópico de Email"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Parceiro"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
|
||||||
"Language: ro\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
|
||||||
"2:1));\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partener"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
|
||||||
"Language: ru\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
|
||||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "Контрагент"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# gebri <gebri@inmail.sk>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: gebri <gebri@inmail.sk>, 2017\n"
|
|
||||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
|
||||||
"Language: sk\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
|
||||||
"Language: sl\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
|
||||||
"%100==4 ? 2 : 3);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "E-poštna nit"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,78 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"sr@latin/)\n"
|
|
||||||
"Language: sr@latin\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Partner"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
|
||||||
"Language: sv\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Företag"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
|
||||||
"Language: th\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "พาร์ทเนอร์"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
|
||||||
"Language: tr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr "Eposta konuşması"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "İş Ortağı"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
|
|
||||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"tr_TR/)\n"
|
|
||||||
"Language: tr_TR\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Ortak"
|
|
@ -1,76 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
|
|
||||||
"Language: vi\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users__message_content
|
|
||||||
msgid "Message content, to be used only in searches"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_trgm_index
|
|
||||||
msgid "Trigram Index"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "You can either select a field of type 'text', 'char' or 'html'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Partner"
|
|
||||||
#~ msgstr "Đối tác"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"zh_CN/)\n"
|
|
||||||
"Language: zh_CN\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "业务伙伴"
|
|
@ -1,77 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * base_search_mail_content
|
|
||||||
#
|
|
||||||
# Translators:
|
|
||||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"PO-Revision-Date: 2017-01-18 03:39+0000\n"
|
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
||||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
|
||||||
"zh_TW/)\n"
|
|
||||||
"Language: zh_TW\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: \n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model,name:base_search_mail_content.model_mail_thread
|
|
||||||
msgid "Email Thread"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_trgm_index__field_id
|
|
||||||
msgid "Field"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: base_search_mail_content
|
|
||||||
#: code:addons/base_search_mail_content/models/mail_thread.py:0
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,field_description:base_search_mail_content.field_phone_blacklist__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_calendar_event__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_mail_thread_blacklist__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_cc__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_phone__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_contact__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_mailing_mailing__message_content
|
|
||||||
#: model:ir.model.fields,help:base_search_mail_content.field_phone_blacklist__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 "夥伴"
|
|
@ -1,8 +0,0 @@
|
|||||||
# Copyright 2016-17 ForgeFlow S.L.
|
|
||||||
# (http://www.forgeflow.com)
|
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
|
||||||
# (<http://www.serpentcs.com>)
|
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
||||||
|
|
||||||
from . import mail_thread
|
|
||||||
from . import trgm_index
|
|
@ -1,61 +0,0 @@
|
|||||||
# Copyright 2016-17 ForgeFlow S.L.
|
|
||||||
# (http://www.forgeflow.com)
|
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
|
||||||
# (<http://www.serpentcs.com>)
|
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
||||||
|
|
||||||
from lxml import etree
|
|
||||||
|
|
||||||
from odoo import _, api, fields, models
|
|
||||||
from odoo.osv import expression
|
|
||||||
|
|
||||||
|
|
||||||
class MailThread(models.AbstractModel):
|
|
||||||
_inherit = "mail.thread"
|
|
||||||
|
|
||||||
def _search_message_content(self, operator, value):
|
|
||||||
model_domain = [("model", "=", self._name)]
|
|
||||||
if operator not in expression.NEGATIVE_TERM_OPERATORS:
|
|
||||||
model_domain += ["|"] * 4
|
|
||||||
model_domain += [
|
|
||||||
("record_name", operator, value),
|
|
||||||
("subject", operator, value),
|
|
||||||
("body", operator, value),
|
|
||||||
("email_from", operator, value),
|
|
||||||
("reply_to", operator, value),
|
|
||||||
]
|
|
||||||
recs = self.env["mail.message"].search(model_domain)
|
|
||||||
return [("id", "in", recs.mapped("res_id"))]
|
|
||||||
|
|
||||||
message_content = fields.Text(
|
|
||||||
help="Message content, to be used only in searches",
|
|
||||||
compute="_compute_message_content",
|
|
||||||
search="_search_message_content",
|
|
||||||
)
|
|
||||||
|
|
||||||
def _compute_message_content(self):
|
|
||||||
# Always assign a value to avoid CacheMiss errors
|
|
||||||
self.message_content = False
|
|
||||||
|
|
||||||
@api.model
|
|
||||||
def fields_view_get(
|
|
||||||
self, view_id=None, view_type="form", toolbar=False, submenu=False
|
|
||||||
):
|
|
||||||
"""
|
|
||||||
Override to add message_content field in all the objects
|
|
||||||
that inherits mail.thread
|
|
||||||
"""
|
|
||||||
res = super(MailThread, self).fields_view_get(
|
|
||||||
view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu
|
|
||||||
)
|
|
||||||
if view_type == "search" and self._fields.get("message_content"):
|
|
||||||
doc = etree.XML(res["arch"])
|
|
||||||
res["fields"].update(
|
|
||||||
{"message_content": {"type": "char", "string": _("Message Content")}}
|
|
||||||
)
|
|
||||||
for node in doc.xpath("/search/field[last()]"):
|
|
||||||
# Add message_content in search view
|
|
||||||
elem = etree.Element("field", {"name": "message_content"})
|
|
||||||
node.addnext(elem)
|
|
||||||
res["arch"] = etree.tostring(doc)
|
|
||||||
return res
|
|
@ -1,17 +0,0 @@
|
|||||||
# Copyright 2016 ForgeFlow 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'."
|
|
||||||
)
|
|
@ -1,9 +0,0 @@
|
|||||||
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
|
||||||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
|
||||||
* Lois Rilo Antelo <lois.rilo@forgeflow.com>
|
|
||||||
* Aaron Henriquez <ahenriquez@forgeflow.com>
|
|
||||||
|
|
||||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
|
||||||
|
|
||||||
* Vicent Cubells
|
|
||||||
* Ernesto Tejeda
|
|
@ -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.
|
|
@ -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/15.0/base_search_fuzzy>`_.
|
|
||||||
|
|
||||||
This module installs by default the indexes that are required to
|
|
||||||
perform the searches on mail messages.
|
|
@ -1,2 +0,0 @@
|
|||||||
Go to any model that contains a chatter (e.g. Contacts, ...). Search
|
|
||||||
for content in field 'Message Content'.
|
|
@ -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.15.1: 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/15.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-15-0/social-15-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/15.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/15.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:%2015.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>ForgeFlow</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 <<a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a>></li>
|
|
||||||
<li>Serpent Consulting Services Pvt. Ltd. <<a class="reference external" href="mailto:support@serpentcs.com">support@serpentcs.com</a>></li>
|
|
||||||
<li>Lois Rilo Antelo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
|
||||||
<li>Aaron Henriquez <<a class="reference external" href="mailto:ahenriquez@forgeflow.com">ahenriquez@forgeflow.com</a>></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/15.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>
|
|
@ -1,2 +0,0 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
||||||
from . import test_base_search_mail_content
|
|
@ -1,25 +0,0 @@
|
|||||||
# Copyright 2017 ForgeFlow S.L.
|
|
||||||
# (http://www.forgeflow.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().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",
|
|
||||||
)
|
|
@ -14,13 +14,13 @@ Mail Activity Board
|
|||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
||||||
:target: https://github.com/OCA/social/tree/15.0/mail_activity_board
|
:target: https://github.com/OCA/social/tree/16.0/mail_activity_board
|
||||||
:alt: OCA/social
|
:alt: OCA/social
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||||
:target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_board
|
:target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_board
|
||||||
:alt: Translate me on Weblate
|
:alt: Translate me on Weblate
|
||||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||||
:target: https://runbot.odoo-community.org/runbot/205/15.0
|
:target: https://runbot.odoo-community.org/runbot/205/16.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
@ -51,7 +51,7 @@ Bug Tracker
|
|||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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.
|
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
|
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:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_activity_board%0Aversion:%2016.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.
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
@ -98,6 +98,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.
|
promote its widespread use.
|
||||||
|
|
||||||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/mail_activity_board>`_ project on GitHub.
|
This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mail_activity_board>`_ project on GitHub.
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||||
|
@ -4,20 +4,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Mail Activity Board",
|
"name": "Mail Activity Board",
|
||||||
"summary": "Add Activity Boards",
|
"summary": "Add Activity Boards",
|
||||||
"version": "15.0.1.1.1",
|
"version": "16.0.1.0.0",
|
||||||
"development_status": "Beta",
|
"development_status": "Beta",
|
||||||
"category": "Social Network",
|
"category": "Social Network",
|
||||||
"website": "https://github.com/OCA/social",
|
"website": "https://github.com/OCA/social",
|
||||||
"author": "SDi, David Juaneda, Sodexis, ACSONE SA/NV, Odoo Community Association (OCA)",
|
"author": "SDi, David Juaneda, Sodexis, ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": ["calendar", "board"],
|
"depends": ["calendar", "spreadsheet_dashboard"],
|
||||||
"data": ["views/mail_activity_view.xml"],
|
"data": ["views/mail_activity_view.xml"],
|
||||||
"assets": {
|
"assets": {
|
||||||
"web.assets_backend": [
|
"web.assets_backend": [
|
||||||
"mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.esm.js",
|
"mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.esm.js",
|
||||||
],
|
|
||||||
"web.assets_qweb": [
|
|
||||||
"mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml",
|
"mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -37,11 +37,8 @@ msgid "Act. next month"
|
|||||||
msgstr "Act. mes pròxim"
|
msgstr "Act. mes pròxim"
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
|
||||||
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
||||||
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
||||||
#, python-format
|
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Activitats"
|
msgstr "Activitats"
|
||||||
|
|
||||||
@ -118,6 +115,13 @@ msgstr "Comença reunió"
|
|||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Usuari"
|
msgstr "Usuari"
|
||||||
|
|
||||||
|
#. module: mail_activity_board
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
||||||
|
#, python-format
|
||||||
|
msgid "View Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
||||||
msgid "e.g. Discuss proposal"
|
msgid "e.g. Discuss proposal"
|
||||||
|
@ -37,11 +37,8 @@ msgid "Act. next month"
|
|||||||
msgstr "Act. próximo mes"
|
msgstr "Act. próximo mes"
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
|
||||||
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
||||||
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
||||||
#, python-format
|
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Actividades"
|
msgstr "Actividades"
|
||||||
|
|
||||||
@ -118,6 +115,13 @@ msgstr "Empezar reunión"
|
|||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Usuario"
|
msgstr "Usuario"
|
||||||
|
|
||||||
|
#. module: mail_activity_board
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
||||||
|
#, python-format
|
||||||
|
msgid "View Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
||||||
msgid "e.g. Discuss proposal"
|
msgid "e.g. Discuss proposal"
|
||||||
|
@ -35,11 +35,8 @@ msgid "Act. next month"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
|
||||||
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
||||||
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
||||||
#, python-format
|
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -115,6 +112,13 @@ msgstr ""
|
|||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_activity_board
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
||||||
|
#, python-format
|
||||||
|
msgid "View Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
||||||
msgid "e.g. Discuss proposal"
|
msgid "e.g. Discuss proposal"
|
||||||
|
@ -37,11 +37,8 @@ msgid "Act. next month"
|
|||||||
msgstr "Act. le mois prochain"
|
msgstr "Act. le mois prochain"
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
|
||||||
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
||||||
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
||||||
#, python-format
|
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Activités"
|
msgstr "Activités"
|
||||||
|
|
||||||
@ -119,6 +116,13 @@ msgstr "Commencer la réunion"
|
|||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr "Utilisateur"
|
msgstr "Utilisateur"
|
||||||
|
|
||||||
|
#. module: mail_activity_board
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
||||||
|
#, python-format
|
||||||
|
msgid "View Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
||||||
msgid "e.g. Discuss proposal"
|
msgid "e.g. Discuss proposal"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 15.0\n"
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -34,11 +34,8 @@ msgid "Act. next month"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
|
||||||
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
#: model:ir.actions.act_window,name:mail_activity_board.open_boards_activities
|
||||||
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
#: model:ir.ui.menu,name:mail_activity_board.board_menu_activities
|
||||||
#, python-format
|
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -114,6 +111,13 @@ msgstr ""
|
|||||||
msgid "User"
|
msgid "User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_activity_board
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.xml:0
|
||||||
|
#, python-format
|
||||||
|
msgid "View Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_activity_board
|
#. module: mail_activity_board
|
||||||
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
#: model_terms:ir.ui.view,arch_db:mail_activity_board.mail_activity_view_form_board
|
||||||
msgid "e.g. Discuss proposal"
|
msgid "e.g. Discuss proposal"
|
||||||
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! 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/15.0/mail_activity_board"><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-15-0/social-15-0-mail_activity_board"><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/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
<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/16.0/mail_activity_board"><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-16-0/social-16-0-mail_activity_board"><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/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||||
<p>This module adds an activity board with form, tree, kanban, calendar, pivot, graph and search views.</p>
|
<p>This module adds an activity board with form, tree, kanban, calendar, pivot, graph and search views.</p>
|
||||||
<p><strong>Table of contents</strong></p>
|
<p><strong>Table of contents</strong></p>
|
||||||
<div class="contents local topic" id="contents">
|
<div class="contents local topic" id="contents">
|
||||||
@ -398,7 +398,7 @@ which shows the activities related to the opportunity.</p>
|
|||||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
|
<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.
|
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
|
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:%20mail_activity_board%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
<a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_activity_board%0Aversion:%2016.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>
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="credits">
|
<div class="section" id="credits">
|
||||||
@ -440,7 +440,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.</p>
|
promote its widespread use.</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/15.0/mail_activity_board">OCA/social</a> project on GitHub.</p>
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/16.0/mail_activity_board">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>
|
<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>
|
</div>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
import {patch} from "web.utils";
|
|
||||||
import {ChatterTopbar} from "@mail/components/chatter_topbar/chatter_topbar";
|
import {ChatterTopbar} from "@mail/components/chatter_topbar/chatter_topbar";
|
||||||
|
import {bus} from "web.core";
|
||||||
|
import {patch} from "@web/core/utils/patch";
|
||||||
const components = {ChatterTopbar};
|
const components = {ChatterTopbar};
|
||||||
// Import {rpc}
|
// Import {rpc}
|
||||||
import rpc from "web.rpc";
|
import rpc from "web.rpc";
|
||||||
@ -18,24 +19,23 @@ patch(
|
|||||||
* @param {MouseEvent} ev
|
* @param {MouseEvent} ev
|
||||||
*/
|
*/
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
_onListActivity(ev) {
|
async _onListActivity(ev) {
|
||||||
var self = this;
|
|
||||||
rpc.query({
|
rpc.query({
|
||||||
model: this.chatter.thread.model,
|
model: this.chatterTopbar.chatter.thread.model,
|
||||||
method: "redirect_to_activities",
|
method: "redirect_to_activities",
|
||||||
args: [[]],
|
args: [[]],
|
||||||
kwargs: {
|
kwargs: {
|
||||||
id: this.chatter.thread.id,
|
id: this.chatterTopbar.chatter.thread.id,
|
||||||
model: this.chatter.thread.model,
|
model: this.chatterTopbar.chatter.thread.model,
|
||||||
},
|
},
|
||||||
context: {},
|
context: {},
|
||||||
}).then(function (action) {
|
}).then(function (action) {
|
||||||
self.env.bus.trigger("do-action", {
|
bus.trigger("do-action", {
|
||||||
action,
|
action,
|
||||||
options: {
|
options: {
|
||||||
on_close: () => {
|
on_close: () => {
|
||||||
this.chatter.thread.refreshActivities();
|
this.chatterTopbar.chatter.thread.refreshActivities();
|
||||||
this.chatter.thread.refresh();
|
this.chatterTopbar.chatter.thread.refresh();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<templates xml:space="preserve">
|
<templates id="template" xml:space="preserve">
|
||||||
<t t-inherit="mail.ChatterTopbar" t-inherit-mode="extension">
|
<t
|
||||||
<xpath
|
t-name="ChatterTopbar"
|
||||||
expr="//*[@class='btn btn-link o_ChatterTopbar_button o_ChatterTopbar_buttonScheduleActivity']"
|
t-inherit="mail.ChatterTopbar"
|
||||||
position="after"
|
t-inherit-mode="extension"
|
||||||
>
|
owl="1"
|
||||||
<button
|
>
|
||||||
|
<t t-if="chatterTopbar.chatter.hasActivities" position="after">
|
||||||
|
<button
|
||||||
class="btn btn-link o_ChatterTopbar_button"
|
class="btn btn-link o_ChatterTopbar_button"
|
||||||
type="button"
|
type="button"
|
||||||
t-att-disabled="chatter.isDisabled"
|
t-att-disabled="!chatterTopbar.chatter.hasWriteAccess"
|
||||||
t-on-click="_onListActivity"
|
t-on-click="_onListActivity"
|
||||||
>
|
>
|
||||||
<i class="fa fa-list" />Activities
|
<i class="fa fa-list" /> View Activities
|
||||||
</button>
|
</button>
|
||||||
</xpath>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
</templates>
|
</templates>
|
||||||
|
@ -143,8 +143,8 @@ class TestMailActivityBoardMethods(TransactionCase):
|
|||||||
|
|
||||||
def get_view(self, activity):
|
def get_view(self, activity):
|
||||||
action = activity.open_origin()
|
action = activity.open_origin()
|
||||||
result = self.env[action.get("res_model")].load_views(action.get("views"))
|
result = self.env[action.get("res_model")].get_views(action.get("views"))
|
||||||
return result.get("fields_views").get(action.get("view_mode"))
|
return result.get("views").get(action.get("view_mode"))
|
||||||
|
|
||||||
def test_open_origin_res_partner(self):
|
def test_open_origin_res_partner(self):
|
||||||
"""This test case checks
|
"""This test case checks
|
||||||
@ -159,19 +159,19 @@ class TestMailActivityBoardMethods(TransactionCase):
|
|||||||
view = self.get_view(self.act1)
|
view = self.get_view(self.act1)
|
||||||
|
|
||||||
# Check the next view is correct
|
# Check the next view is correct
|
||||||
self.assertEqual(form_view_partner_id, view.get("view_id"))
|
self.assertEqual(form_view_partner_id, view.get("id"))
|
||||||
|
|
||||||
# Id of the form view return open_origin()
|
# Id of the form view return open_origin()
|
||||||
view = self.get_view(self.act2)
|
view = self.get_view(self.act2)
|
||||||
|
|
||||||
# Check the next view is correct
|
# Check the next view is correct
|
||||||
self.assertEqual(form_view_partner_id, view.get("view_id"))
|
self.assertEqual(form_view_partner_id, view.get("id"))
|
||||||
|
|
||||||
# Id of the form view return open_origin()
|
# Id of the form view return open_origin()
|
||||||
view = self.get_view(self.act3)
|
view = self.get_view(self.act3)
|
||||||
|
|
||||||
# Check the next view is correct
|
# Check the next view is correct
|
||||||
self.assertEqual(form_view_partner_id, view.get("view_id"))
|
self.assertEqual(form_view_partner_id, view.get("id"))
|
||||||
|
|
||||||
def test_redirect_to_activities(self):
|
def test_redirect_to_activities(self):
|
||||||
"""This test case checks
|
"""This test case checks
|
||||||
@ -180,15 +180,19 @@ class TestMailActivityBoardMethods(TransactionCase):
|
|||||||
"""
|
"""
|
||||||
action_id = self.env.ref("mail_activity_board.open_boards_activities").id
|
action_id = self.env.ref("mail_activity_board.open_boards_activities").id
|
||||||
action = self.partner_client.redirect_to_activities(
|
action = self.partner_client.redirect_to_activities(
|
||||||
**{"id": self.partner_client.id}
|
**{
|
||||||
|
"id": self.partner_client.id,
|
||||||
|
"model": self.partner_client._name,
|
||||||
|
}
|
||||||
)
|
)
|
||||||
self.assertEqual(action.get("id"), action_id)
|
self.assertEqual(action.get("id"), action_id)
|
||||||
|
|
||||||
kwargs = {"groupby": ["activity_type_id"]}
|
kwargs = {"groupby": ["activity_type_id"]}
|
||||||
kwargs["domain"] = action.get("domain")
|
kwargs["domain"] = action.get("domain")
|
||||||
|
|
||||||
result = self.env[action.get("res_model")].load_views(action.get("views"))
|
result = self.env[action.get("res_model")].get_views(action.get("views"))
|
||||||
fields = result.get("fields_views").get("kanban").get("fields")
|
# fields = result.get("views").get("kanban").get("fields")
|
||||||
|
fields = result.get("models").get(action.get("res_model"))
|
||||||
kwargs["fields"] = list(fields.keys())
|
kwargs["fields"] = list(fields.keys())
|
||||||
|
|
||||||
result = self.env["mail.activity"].read_group(**kwargs)
|
result = self.env["mail.activity"].read_group(**kwargs)
|
||||||
|
@ -196,17 +196,13 @@
|
|||||||
t-if="record.activity_category.raw_value!='meeting'"
|
t-if="record.activity_category.raw_value!='meeting'"
|
||||||
>
|
>
|
||||||
<span t-attf-class="text-danger">
|
<span t-attf-class="text-danger">
|
||||||
<field
|
<field name="date_deadline" />
|
||||||
name="date_deadline"
|
|
||||||
t-options='{"widget": "date"}'
|
|
||||||
/>
|
|
||||||
</span>
|
</span>
|
||||||
</t>
|
</t>
|
||||||
<t t-else="">
|
<t t-else="">
|
||||||
<span t-attf-class="text-danger">
|
<span t-attf-class="text-danger">
|
||||||
<field
|
<field
|
||||||
name="calendar_event_id_start"
|
name="calendar_event_id_start"
|
||||||
t-options='{"widget": "date"}'
|
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</t>
|
</t>
|
||||||
@ -220,17 +216,11 @@
|
|||||||
t-if="record.activity_category.raw_value!='meeting'"
|
t-if="record.activity_category.raw_value!='meeting'"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<field
|
<field name="date_deadline" />
|
||||||
name="date_deadline"
|
|
||||||
t-options='{"widget": "date"}'
|
|
||||||
/>
|
|
||||||
</span>
|
</span>
|
||||||
</t>
|
</t>
|
||||||
<t t-else="">
|
<t t-else="">
|
||||||
<field
|
<field name="calendar_event_id_start" />
|
||||||
name="calendar_event_id_start"
|
|
||||||
t-options='{"widget": "date"}'
|
|
||||||
/>
|
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</div>
|
</div>
|
||||||
@ -329,7 +319,7 @@ Menus
|
|||||||
<menuitem
|
<menuitem
|
||||||
id="board_menu_activities"
|
id="board_menu_activities"
|
||||||
name="Activities"
|
name="Activities"
|
||||||
parent="base.menu_board_root"
|
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_root"
|
||||||
action="open_boards_activities"
|
action="open_boards_activities"
|
||||||
sequence="1"
|
sequence="1"
|
||||||
/>
|
/>
|
||||||
|
@ -1,74 +0,0 @@
|
|||||||
=====================
|
|
||||||
Mail Activity Creator
|
|
||||||
=====================
|
|
||||||
|
|
||||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
!! 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/15.0/mail_activity_creator
|
|
||||||
:alt: OCA/social
|
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
||||||
:target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_creator
|
|
||||||
: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/15.0
|
|
||||||
:alt: Try me on Runbot
|
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
||||||
|
|
||||||
Very simple module to show who is the creator of activities since it is
|
|
||||||
missing in Odoo core.
|
|
||||||
|
|
||||||
**Table of contents**
|
|
||||||
|
|
||||||
.. contents::
|
|
||||||
:local:
|
|
||||||
|
|
||||||
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_creator%0Aversion:%2015.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
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* Creu Blanca
|
|
||||||
|
|
||||||
Contributors
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* Jaime Arroyo <jaime.arroyo@creublanca.es>
|
|
||||||
|
|
||||||
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/15.0/mail_activity_creator>`_ project on GitHub.
|
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@ -1,15 +0,0 @@
|
|||||||
# Copyright 2020 Creu Blanca
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "Mail Activity Creator",
|
|
||||||
"summary": """
|
|
||||||
Show activities creator""",
|
|
||||||
"version": "15.0.1.0.0",
|
|
||||||
"license": "AGPL-3",
|
|
||||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
||||||
"website": "https://github.com/OCA/social",
|
|
||||||
"depends": ["mail"],
|
|
||||||
"data": ["views/mail_activity_views.xml"],
|
|
||||||
"qweb": ["static/src/xml/activity.xml"],
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
# Translation of Odoo Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
# * mail_activity_creator
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: Odoo Server 15.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_creator
|
|
||||||
#: model:ir.model,name:mail_activity_creator.model_mail_activity
|
|
||||||
msgid "Activity"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: mail_activity_creator
|
|
||||||
#. openerp-web
|
|
||||||
#: code:addons/mail_activity_creator/static/src/xml/activity.xml:0
|
|
||||||
#: model:ir.model.fields,field_description:mail_activity_creator.field_mail_activity__creator_uid
|
|
||||||
#, python-format
|
|
||||||
msgid "Creator"
|
|
||||||
msgstr ""
|
|
@ -1 +0,0 @@
|
|||||||
from . import mail_activity
|
|
@ -1,15 +0,0 @@
|
|||||||
# Copyright 2020 Creu Blanca
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
||||||
|
|
||||||
from odoo import fields, models
|
|
||||||
|
|
||||||
|
|
||||||
class MailActivity(models.Model):
|
|
||||||
|
|
||||||
_inherit = "mail.activity"
|
|
||||||
|
|
||||||
creator_uid = fields.Many2one(
|
|
||||||
"res.users",
|
|
||||||
default=lambda r: r.env.user.id,
|
|
||||||
string="Creator",
|
|
||||||
)
|
|
@ -1 +0,0 @@
|
|||||||
* Jaime Arroyo <jaime.arroyo@creublanca.es>
|
|
@ -1,2 +0,0 @@
|
|||||||
Very simple module to show who is the creator of activities since it is
|
|
||||||
missing in Odoo core.
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
@ -1,420 +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.15.1: http://docutils.sourceforge.net/" />
|
|
||||||
<title>Mail Activity Creator</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="mail-activity-creator">
|
|
||||||
<h1 class="title">Mail Activity Creator</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/15.0/mail_activity_creator"><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-15-0/social-15-0-mail_activity_creator"><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/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
|
||||||
<p>Very simple module to show who is the creator of activities since it is
|
|
||||||
missing in Odoo core.</p>
|
|
||||||
<p><strong>Table of contents</strong></p>
|
|
||||||
<div class="contents local topic" id="contents">
|
|
||||||
<ul class="simple">
|
|
||||||
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
|
|
||||||
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
|
|
||||||
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
|
|
||||||
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
|
|
||||||
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="section" id="bug-tracker">
|
|
||||||
<h1><a class="toc-backref" href="#id1">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:%20mail_activity_creator%0Aversion:%2015.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="#id2">Credits</a></h1>
|
|
||||||
<div class="section" id="authors">
|
|
||||||
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
|
|
||||||
<ul class="simple">
|
|
||||||
<li>Creu Blanca</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="section" id="contributors">
|
|
||||||
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
|
|
||||||
<ul class="simple">
|
|
||||||
<li>Jaime Arroyo <<a class="reference external" href="mailto:jaime.arroyo@creublanca.es">jaime.arroyo@creublanca.es</a>></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="section" id="maintainers">
|
|
||||||
<h2><a class="toc-backref" href="#id5">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/15.0/mail_activity_creator">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>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<templates>
|
|
||||||
<t t-extend="mail.activity_items">
|
|
||||||
<t t-jquery="dd.mb8:first" t-operation="after">
|
|
||||||
<dt>Creator</dt>
|
|
||||||
<dd class="mb8">
|
|
||||||
<img
|
|
||||||
t-attf-src="/web/image#{activity.creator_uid[0] >= 0 ? ('/res.users/' + activity.creator_uid[0] + '/image_small') : ''}"
|
|
||||||
height="18"
|
|
||||||
width="18"
|
|
||||||
class="rounded-circle mr4"
|
|
||||||
t-att-title="activity.creator_uid[1]"
|
|
||||||
t-att-alt="activity.creator_uid[1]"
|
|
||||||
/>
|
|
||||||
<b><t t-esc="activity.creator_uid[1]" /></b>
|
|
||||||
</dd>
|
|
||||||
</t>
|
|
||||||
</t>
|
|
||||||
</templates>
|
|
@ -1 +0,0 @@
|
|||||||
from . import test_creator
|
|
@ -1,47 +0,0 @@
|
|||||||
# Copyright 2020 Creu Blanca
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
||||||
|
|
||||||
|
|
||||||
from odoo.tests.common import TransactionCase
|
|
||||||
|
|
||||||
|
|
||||||
class TestCreator(TransactionCase):
|
|
||||||
def setUp(self):
|
|
||||||
super().setUp()
|
|
||||||
|
|
||||||
self.partner = self.env["res.partner"].create({"name": "DEMO"})
|
|
||||||
self.user_01 = self.env["res.users"].create(
|
|
||||||
{
|
|
||||||
"name": "user_01",
|
|
||||||
"login": "demo_user_01",
|
|
||||||
"email": "demo@demo.de",
|
|
||||||
"notification_type": "inbox",
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.partner_model = self.env["ir.model"]._get("res.partner")
|
|
||||||
self.ActivityType = self.env["mail.activity.type"]
|
|
||||||
self.activity1 = self.ActivityType.create(
|
|
||||||
{
|
|
||||||
"name": "Initial Contact",
|
|
||||||
"delay_count": 5,
|
|
||||||
"summary": "ACT 1 : Presentation, barbecue, ... ",
|
|
||||||
"res_model": self.partner_model.model,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
def test_activity_creator(self):
|
|
||||||
activity = (
|
|
||||||
self.env["mail.activity"]
|
|
||||||
.sudo()
|
|
||||||
.with_user(self.user_01.id)
|
|
||||||
.create(
|
|
||||||
{
|
|
||||||
"activity_type_id": self.activity1.id,
|
|
||||||
"note": "Partner activity 3.",
|
|
||||||
"res_id": self.partner.id,
|
|
||||||
"res_model_id": self.partner_model.id,
|
|
||||||
"user_id": self.user_01.id,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
)
|
|
||||||
self.assertEqual(activity.creator_uid, self.user_01)
|
|
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<odoo>
|
|
||||||
<record id="mail_activity_view_form_popup" model="ir.ui.view">
|
|
||||||
<field name="name">mail.activity.form.activity</field>
|
|
||||||
<field name="model">mail.activity</field>
|
|
||||||
<field name="inherit_id" ref="mail.mail_activity_view_form_popup" />
|
|
||||||
<field name="arch" type="xml">
|
|
||||||
<field name="user_id" position="after">
|
|
||||||
<field name="creator_uid" readonly="1" />
|
|
||||||
</field>
|
|
||||||
</field>
|
|
||||||
</record>
|
|
||||||
</odoo>
|
|
@ -1,91 +0,0 @@
|
|||||||
==================
|
|
||||||
Mail Activity Done
|
|
||||||
==================
|
|
||||||
|
|
||||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
!! 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-LGPL--3-blue.png
|
|
||||||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|
||||||
:alt: License: LGPL-3
|
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
|
||||||
:target: https://github.com/OCA/social/tree/15.0/mail_activity_done
|
|
||||||
:alt: OCA/social
|
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
||||||
:target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_done
|
|
||||||
: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/15.0
|
|
||||||
:alt: Try me on Runbot
|
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
||||||
|
|
||||||
This module implements the capability to keep activities that have been
|
|
||||||
completed, for future reporting, by setting them with the boolean 'Done'.
|
|
||||||
|
|
||||||
**Table of contents**
|
|
||||||
|
|
||||||
.. contents::
|
|
||||||
:local:
|
|
||||||
|
|
||||||
Usage
|
|
||||||
=====
|
|
||||||
|
|
||||||
To use this module, you need to:
|
|
||||||
|
|
||||||
#. Access to an activity from the systray activities menu.
|
|
||||||
#. Once finished, open the activity and mark it as Done.
|
|
||||||
|
|
||||||
To check activities:
|
|
||||||
|
|
||||||
#. Go to Settings -> Technical -> Activities
|
|
||||||
#. To see finished activities filter by Completed Activities
|
|
||||||
|
|
||||||
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_done%0Aversion:%2015.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
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ForgeFlow
|
|
||||||
|
|
||||||
Contributors
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* Jordi Ballester <jordi.ballester@forgeflow.com> (www.forgeflow.com)
|
|
||||||
* Eduardo Magdalena <emagdalena@c2i.es> (C2i Change 2 improve http://www.c2i.es)
|
|
||||||
* Radovan Skolnik <radovan@skolnik.info> (https://www.kema.sk)
|
|
||||||
* Manuel Regidor <manuel.regidor@sygel.es> (https://www.sygel.es)
|
|
||||||
* Bernat Puig <bernat.puig@forgeflow.com> (www.forgeflow.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/15.0/mail_activity_done>`_ project on GitHub.
|
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@ -1,2 +0,0 @@
|
|||||||
from . import models
|
|
||||||
from .hooks import post_load_hook, pre_init_hook, uninstall_hook
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user