forked from OCA/account-analytic
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module test to not raise errors. (OCA#165)
- Loading branch information
1 parent
fdc4fad
commit eec357c
Showing
11 changed files
with
168 additions
and
26 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
account_analytic_distribution_required/i18n/account_analytic_distribution_required.pot
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,61 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_analytic_distribution_required | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_account_type | ||
msgid "Account Type" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:16 | ||
#, python-format | ||
msgid "Always (analytic account or distribution)" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:14 | ||
#, python-format | ||
msgid "Always (analytic distribution)" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:29 | ||
#, python-format | ||
msgid "Analytic account and analytic distribution are mutually exclusive" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:47 | ||
#, python-format | ||
msgid "Analytic policy is set to 'Always (analytic account or distribution)' with account %s '%s' but the analytic distribution and the analytic account are missing in the account move line with label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:36 | ||
#, python-format | ||
msgid "Analytic policy is set to 'Always (analytic distribution)' with account %s '%s' but the analytic distribution is missing in the account move line with label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:58 | ||
#, python-format | ||
msgid "Analytic policy is set to 'Never' with account %s '%s' but the account move line with label '%s' has an analytic distribution %s '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_move_line | ||
msgid "Journal Item" | ||
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
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
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_analytic_distribution_required | ||
# | ||
# Translators: | ||
# Pedro Castro Silva <pedrocs@exo.pt>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-04-06 22:08+0000\n" | ||
"PO-Revision-Date: 2018-04-06 22:08+0000\n" | ||
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>, 2018\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: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_account_type | ||
msgid "Account Type" | ||
msgstr "Tipo de Conta" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:16 | ||
#, python-format | ||
msgid "Always (analytic account or distribution)" | ||
msgstr "Sempre (conta analítica ou distribuição)" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:14 | ||
#, python-format | ||
msgid "Always (analytic distribution)" | ||
msgstr "Sempre (conta analítica)" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:29 | ||
#, python-format | ||
msgid "Analytic account and analytic distribution are mutually exclusive" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:47 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Always (analytic account or distribution)' with " | ||
"account %s '%s' but the analytic distribution and the analytic account are " | ||
"missing in the account move line with label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:36 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Always (analytic distribution)' with account %s " | ||
"'%s' but the analytic distribution is missing in the account move line with " | ||
"label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:58 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Never' with account %s '%s' but the account move " | ||
"line with label '%s' has an analytic distribution %s '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Item do Diário" |
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