-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/11.0' into 12.0-mail_addons-merge
- Loading branch information
Showing
64 changed files
with
1,598 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,3 @@ msgstr "" | |
#, python-format | ||
msgid "Open All Messages" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_all | ||
# | ||
# | ||
# Translators: | ||
# Matjaz Mozetic <[email protected]>, 2019 | ||
# | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" | ||
"PO-Revision-Date: 2018-04-21 00:05+0000\n" | ||
"Last-Translator: Matjaz Mozetic <[email protected]>, 2019\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/teams/76080/sl/)\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/sl/)\n" | ||
"Language: sl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: sl\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" | ||
"%100==4 ? 2 : 3);\n" | ||
|
||
#. module: mail_all | ||
#. openerp-web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,3 @@ msgstr "" | |
#, python-format | ||
msgid "Archive is empty" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_archives | ||
# | ||
# | ||
# Translators: | ||
# Matjaz Mozetic <[email protected]>, 2019 | ||
# | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" | ||
"PO-Revision-Date: 2018-04-21 00:05+0000\n" | ||
"Last-Translator: Matjaz Mozetic <[email protected]>, 2019\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/teams/76080/sl/)\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/sl/)\n" | ||
"Language: sl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: sl\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" | ||
"%100==4 ? 2 : 3);\n" | ||
|
||
#. module: mail_archives | ||
#. openerp-web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html) | ||
|
||
from . import models | ||
from . import controllers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Copyright 2016 x620 <https://github.com/x620> | ||
# Copyright 2018 Ruslan Ronzhin <https://it-projects.info/team/rusllan/> | ||
# Copyright 2016-2019 Ivan Yelizariev <https://it-projects.info/team/yelizariev> | ||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html) | ||
{ | ||
"name": "Mail Base", | ||
"summary": """Makes Mail extendable""", | ||
"category": "Discuss", | ||
"images": [], | ||
"version": "11.0.1.0.2", | ||
"version": "11.0.1.1.0", | ||
|
||
"author": "IT-Projects LLC, Pavel Romanchenko", | ||
"support": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Dawid Runowski <[email protected]>, 2019 | ||
# Ermin Trevisan <[email protected]>, 2019 | ||
# | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" | ||
"PO-Revision-Date: 2017-11-28 13:59+0000\n" | ||
"Last-Translator: Ermin Trevisan <[email protected]>, 2019\n" | ||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/de/)\n" | ||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/" | ||
"de/)\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Randall Castro <[email protected]>, 2018 | ||
msgid "" | ||
|
@@ -11,11 +11,12 @@ msgstr "" | |
"POT-Creation-Date: 2018-04-21 23:07+0000\n" | ||
"PO-Revision-Date: 2018-04-21 23:07+0000\n" | ||
"Last-Translator: Randall Castro <[email protected]>, 2018\n" | ||
"Language-Team: Spanish (https://www.transifex.com/it-projects-llc/teams/76080/es/)\n" | ||
"Language-Team: Spanish (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/es/)\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Translation Bot <[email protected]>, 2017 | ||
msgid "" | ||
|
@@ -11,11 +11,12 @@ msgstr "" | |
"POT-Creation-Date: 2017-07-17 20:20+0000\n" | ||
"PO-Revision-Date: 2017-07-17 20:20+0000\n" | ||
"Last-Translator: Translation Bot <[email protected]>, 2017\n" | ||
"Language-Team: Italian (https://www.transifex.com/it-projects-llc/teams/76080/it/)\n" | ||
"Language-Team: Italian (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/it/)\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: it\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.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_base | ||
#: model:ir.model,name:mail_base.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "" | ||
|
||
#. module: mail_base | ||
#: model:ir.model,name:mail_base.model_mail_message | ||
msgid "Message" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Translation Bot <[email protected]>, 2018 | ||
msgid "" | ||
|
@@ -11,11 +11,12 @@ msgstr "" | |
"POT-Creation-Date: 2018-04-21 00:05+0000\n" | ||
"PO-Revision-Date: 2018-04-21 00:05+0000\n" | ||
"Last-Translator: Translation Bot <[email protected]>, 2018\n" | ||
"Language-Team: Portuguese (https://www.transifex.com/it-projects-llc/teams/76080/pt/)\n" | ||
"Language-Team: Portuguese (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/pt/)\n" | ||
"Language: pt\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: pt\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Translation Bot <[email protected]>, 2018 | ||
msgid "" | ||
|
@@ -11,11 +11,12 @@ msgstr "" | |
"POT-Creation-Date: 2018-04-21 00:05+0000\n" | ||
"PO-Revision-Date: 2018-04-21 00:05+0000\n" | ||
"Last-Translator: Translation Bot <[email protected]>, 2018\n" | ||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/it-projects-llc/teams/76080/pt_BR/)\n" | ||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/it-projects-" | ||
"llc/teams/76080/pt_BR/)\n" | ||
"Language: pt_BR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: pt_BR\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: mail_base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Ivan Yelizariev <[email protected]>, 2017 | ||
msgid "" | ||
|
@@ -11,12 +11,15 @@ msgstr "" | |
"POT-Creation-Date: 2017-07-28 14:34+0000\n" | ||
"PO-Revision-Date: 2017-07-28 14:34+0000\n" | ||
"Last-Translator: Ivan Yelizariev <[email protected]>, 2017\n" | ||
"Language-Team: Russian (https://www.transifex.com/it-projects-llc/teams/76080/ru/)\n" | ||
"Language-Team: Russian (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/ru/)\n" | ||
"Language: ru\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: ru\n" | ||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" | ||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" | ||
"%100>=11 && n%100<=14)? 2 : 3);\n" | ||
|
||
#. module: mail_base | ||
#: model:ir.model,name:mail_base.model_mail_compose_message | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_base | ||
# | ||
# | ||
# Translators: | ||
# Translation Bot <[email protected]>, 2017 | ||
# Matjaz Mozetic <[email protected]>, 2019 | ||
# | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" | ||
"PO-Revision-Date: 2017-11-28 13:59+0000\n" | ||
"Last-Translator: Matjaz Mozetic <[email protected]>, 2019\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/teams/76080/sl/)\n" | ||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/" | ||
"teams/76080/sl/)\n" | ||
"Language: sl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: sl\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" | ||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" | ||
"%100==4 ? 2 : 3);\n" | ||
|
||
#. module: mail_base | ||
#: model:ir.model,name:mail_base.model_mail_compose_message | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
`1.0.7` | ||
------- | ||
|
||
**FIX**: polling errors on heavy server load | ||
|
||
`1.0.6` | ||
------- | ||
|
||
|
Oops, something went wrong.