2
0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_partner_required
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_partner_required/
This commit is contained in:
Weblate 2023-11-03 12:11:15 +00:00
parent 864e587519
commit f6adbe2f9e
31 changed files with 1001 additions and 837 deletions

View File

@ -26,12 +26,7 @@ msgid "Account"
msgstr "الحساب"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "نوع الحساب"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "دائماً"
@ -41,46 +36,69 @@ msgid "Journal Item"
msgstr "عنصر اليومية"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "ممنوع"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "إختياري"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"سياسة خانة الشريك هي 'دائماً' للحساب '%s' ولكن خانة الشريك فارغة في عنصر "
"اليومية باسم '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"سياسة خانة الشريك هي 'ممنوع' للحساب '%s' ولكن في عنصر اليومية باسم '%s' تم "
"إدخال الشريك '%s'."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "سياسة خانة الشريك"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
#~ msgid "Account Type"
#~ msgstr "نوع الحساب"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "سياسة خانة الشريك هي 'دائماً' للحساب '%s' ولكن خانة الشريك فارغة في عنصر "
#~ "اليومية باسم '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "سياسة خانة الشريك هي 'ممنوع' للحساب '%s' ولكن في عنصر اليومية باسم '%s' "
#~ "تم إدخال الشريك '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "سياسة خانة الشريك"

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -41,42 +36,47 @@ msgid "Journal Item"
msgstr "Stavke dnevnika"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Položky deníku"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr "Konto"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Kontoart"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Immer"
@ -40,51 +35,82 @@ msgid "Journal Item"
msgstr "Journalbuchung"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Niemals"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Wahlweise"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"Partner-Regel ist auf 'Immer' mit Konto '%s' gesetzt, aber der Partner fehlt "
"in der Buchungsposition mit Kennung '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"Partner-Regel ist auf 'Niemals' mit Konto '%s' gesetzt, aber in der "
"Buchungsposition mit Kennung '%s' ist ein Partner '%s' eingetragen."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "Regel zum Partnerfeld"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Setzen Sie die Regel zum Partnerfeld: Wenn Sie 'Wahlweise' wählen, steht es "
"dem Buchhalter frei bei dieser Kontoart einen Partner in Buchungspositionen "
"einzutragen; wählen Sie 'Immer', erhält der Buchhalter bei fehlendem Partner "
"eine Fehlermeldung; wählen Sie 'Niemals', erhält der Buchhalter eine "
"Fehlermeldung, wenn ein Partner eingetragen ist."
#~ msgid "Account Type"
#~ msgstr "Kontoart"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "Partner-Regel ist auf 'Immer' mit Konto '%s' gesetzt, aber der Partner "
#~ "fehlt in der Buchungsposition mit Kennung '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "Partner-Regel ist auf 'Niemals' mit Konto '%s' gesetzt, aber in der "
#~ "Buchungsposition mit Kennung '%s' ist ein Partner '%s' eingetragen."
#~ msgid "Policy for Partner Field"
#~ msgstr "Regel zum Partnerfeld"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Setzen Sie die Regel zum Partnerfeld: Wenn Sie 'Wahlweise' wählen, steht "
#~ "es dem Buchhalter frei bei dieser Kontoart einen Partner in "
#~ "Buchungspositionen einzutragen; wählen Sie 'Immer', erhält der Buchhalter "
#~ "bei fehlendem Partner eine Fehlermeldung; wählen Sie 'Niemals', erhält "
#~ "der Buchhalter eine Fehlermeldung, wenn ein Partner eingetragen ist."

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Journal Items"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Apuntes contables"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Elementos diario"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Detalle Contable"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Elementos diario"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr "Compte"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Type de compte"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Toujours"
@ -40,53 +35,85 @@ msgid "Journal Item"
msgstr "Écriture comptable"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Jamais"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Optionnel"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"La stratégie de partenaire est définie sur « Toujours » avec le compte'%s', "
"mais le partenaire est manquant dans la ligne avec le libellé '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"La stratégie de partenaire est définie sur « Jamais » avec le compte '%s', "
"mais la ligne de déplacement de compte avec le libellé '%s' a un partenaire "
"'%s'."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "Politique pour le champ partenaire"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Définir la politique du champ partenaire : si vous sélectionnez "
"'Facultatif', le comptable est libre de mettre un partenaire sur une ligne "
"de déplacement de compte avec ce type de compte ; si vous sélectionnez "
"'Toujours', le comptable recevra un message d'erreur s'il n'y a pas "
"d'associé ; si vous sélectionnez 'Jamais', le comptable recevra un message "
"d'erreur si un partenaire est présent."
#~ msgid "Account Type"
#~ msgstr "Type de compte"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "La stratégie de partenaire est définie sur « Toujours » avec le "
#~ "compte'%s', mais le partenaire est manquant dans la ligne avec le libellé "
#~ "'%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "La stratégie de partenaire est définie sur « Jamais » avec le compte "
#~ "'%s', mais la ligne de déplacement de compte avec le libellé '%s' a un "
#~ "partenaire '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "Politique pour le champ partenaire"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Définir la politique du champ partenaire : si vous sélectionnez "
#~ "'Facultatif', le comptable est libre de mettre un partenaire sur une "
#~ "ligne de déplacement de compte avec ce type de compte ; si vous "
#~ "sélectionnez 'Toujours', le comptable recevra un message d'erreur s'il "
#~ "n'y a pas d'associé ; si vous sélectionnez 'Jamais', le comptable recevra "
#~ "un message d'erreur si un partenaire est présent."

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr "Konto"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Vrsta konta"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Uvjek"
@ -40,51 +35,82 @@ msgid "Journal Item"
msgstr "Stavka dnevnika"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Nikad"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Opcija"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"Pravilo partnera je postavljeno na 'Uvjek' za konto '%s' ali partner "
"nedostaje na stavci temeljnice sa nazivom '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"Pravilo partnera je postavljeno na 'Nikad' za konto '%s' ali stavka "
"temeljnice sa nazivom '%s' ima dodijeljenog partnera '%s'."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "Pravilo za partnera"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Postavite pravilo za polje partner: ako odaberete 'Opcija', knjigovođi je "
"odobreno da postavi partnera na stavku temeljnice sa ovim tipom konta; ako "
"odaberete 'Uvjek', knjigovođa će dobiti poruku greške ako partner nedostaje; "
"ako odaberete 'Nikad' knjigovođa će dobiti poruku greške ako je partner "
"dodijeljen."
#~ msgid "Account Type"
#~ msgstr "Vrsta konta"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "Pravilo partnera je postavljeno na 'Uvjek' za konto '%s' ali partner "
#~ "nedostaje na stavci temeljnice sa nazivom '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "Pravilo partnera je postavljeno na 'Nikad' za konto '%s' ali stavka "
#~ "temeljnice sa nazivom '%s' ima dodijeljenog partnera '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "Pravilo za partnera"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Postavite pravilo za polje partner: ako odaberete 'Opcija', knjigovođi je "
#~ "odobreno da postavi partnera na stavku temeljnice sa ovim tipom konta; "
#~ "ako odaberete 'Uvjek', knjigovođa će dobiti poruku greške ako partner "
#~ "nedostaje; ako odaberete 'Nikad' knjigovođa će dobiti poruku greške ako "
#~ "je partner dodijeljen."

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Könyvelési tételsorok"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Voci Sezionale"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "仕訳項目"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr "Sąskaita"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Sąskaitos tipas"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,50 @@ msgid "Journal Item"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
#~ msgid "Account Type"
#~ msgstr "Sąskaitos tipas"

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Ставки на дневник"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Журналын бичилт"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Journal Elementer"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr "Rekening"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -39,42 +34,47 @@ msgid "Journal Item"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Boekingslijnen"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr "Rekening"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -10,8 +10,8 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2020-02-28 00:14+0000\n"
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/"
"OCA-account-financial-tools-8-0/language/pt/)\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,12 +25,7 @@ msgid "Account"
msgstr "Conta"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Tipo de Conta"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Sempre"
@ -40,51 +35,83 @@ msgid "Journal Item"
msgstr "Item do Diário"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Nunca"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Opcional"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"Política de parceiro está definida para 'Sempre' com a conta '%s' mas está "
"em falta o parceiro na linha de movimento de conta com rótulo '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"Política de parceiro está definida para 'Nunca' com a conta '%s' mas a linha "
"de movimento de conta com rótulo '%s' tem um parceiro '%s'."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "Campo de Política para Parceiros"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Definir a política no campo de parceiro: Se selecionar 'Opcional', o "
"contabilista tem liberdade de colocar um parceiro numa linha de movimento "
"com este tipo de conta; se selecionar 'Sempre', o contabilista receberá uma "
"mensagem de erro se não existir um parceiro; se selecionar 'Nunca', o "
"contabilista receberá uma mensagem de erro se estiver um parceiro presente."
#~ msgid "Account Type"
#~ msgstr "Tipo de Conta"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "Política de parceiro está definida para 'Sempre' com a conta '%s' mas "
#~ "está em falta o parceiro na linha de movimento de conta com rótulo '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "Política de parceiro está definida para 'Nunca' com a conta '%s' mas a "
#~ "linha de movimento de conta com rótulo '%s' tem um parceiro '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "Campo de Política para Parceiros"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Definir a política no campo de parceiro: Se selecionar 'Opcional', o "
#~ "contabilista tem liberdade de colocar um parceiro numa linha de movimento "
#~ "com este tipo de conta; se selecionar 'Sempre', o contabilista receberá "
#~ "uma mensagem de erro se não existir um parceiro; se selecionar 'Nunca', o "
#~ "contabilista receberá uma mensagem de erro se estiver um parceiro "
#~ "presente."

View File

@ -10,8 +10,8 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2019-07-09 01:43+0000\n"
"Last-Translator: Eduardo Aparicio <eduardo.caparica@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/"
"OCA-account-financial-tools-8-0/language/pt_BR/)\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,12 +25,7 @@ msgid "Account"
msgstr "Conta"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Tipo de Conta"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Sempre"
@ -40,51 +35,82 @@ msgid "Journal Item"
msgstr "Item do Diário"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Nunca"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Opcional"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
"Política do Parceiro está marcada como 'Sempre' com a conta '%s' mas falta "
"Parceiro no lançamento contábil de rótulo '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
"Política do Parceiro está marcada como 'Nunca' com a conta '%s' mas o "
"lançamento contábil de rótulo '%s' contém um Parceiro '%s'."
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr "Política para o campo Parceiro"
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Marque a política do campo Parceiro: Se você selecionar 'Opcional', o "
"contador fica livre para indicar um parceiro na movimentação deste tipo de "
"conta; se você selecionar 'Sempre', o contador receberá uma mensagem de erro "
"caso não tenha um Parceiro; se você selecionar 'Nunca', o contador receberá "
"uma mensagem de erro se houver um Parceiro."
#~ msgid "Account Type"
#~ msgstr "Tipo de Conta"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "Política do Parceiro está marcada como 'Sempre' com a conta '%s' mas "
#~ "falta Parceiro no lançamento contábil de rótulo '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "Política do Parceiro está marcada como 'Nunca' com a conta '%s' mas o "
#~ "lançamento contábil de rótulo '%s' contém um Parceiro '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "Política para o campo Parceiro"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Marque a política do campo Parceiro: Se você selecionar 'Opcional', o "
#~ "contador fica livre para indicar um parceiro na movimentação deste tipo "
#~ "de conta; se você selecionar 'Sempre', o contador receberá uma mensagem "
#~ "de erro caso não tenha um Parceiro; se você selecionar 'Nunca', o "
#~ "contador receberá uma mensagem de erro se houver um Parceiro."

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -41,42 +36,47 @@ msgid "Journal Item"
msgstr "Elementele Jurnalului"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -26,12 +26,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -42,42 +37,47 @@ msgid "Journal Item"
msgstr "Элементы журнала"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -16,8 +16,8 @@ msgstr ""
"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"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 3.10\n"
#. module: account_partner_required
@ -26,12 +26,7 @@ msgid "Account"
msgstr "Konto"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Tip konta"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Vedno"
@ -41,47 +36,63 @@ msgid "Journal Item"
msgstr "Dnevniška postavka"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Nikoli"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Opcijsko"
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
"Nastavitev pravila polja partnerja: če izberete 'opcijsko', lahko "
"računovodja določa partnerja na kontnem premiku s tem tipom konta; če "
"izberete 'vedno', računovodja dobi opozorilo o napaki, kadar ni partnerja; "
"če izberete 'nikoli', računovodja dobi sporočilo o napaki, kadar partner je "
"prisoten."
#~ msgid "Account Type"
#~ msgstr "Tip konta"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Nastavitev pravila polja partnerja: če izberete 'opcijsko', lahko "
#~ "računovodja določa partnerja na kontnem premiku s tem tipom konta; če "
#~ "izberete 'vedno', računovodja dobi opozorilo o napaki, kadar ni "
#~ "partnerja; če izberete 'nikoli', računovodja dobi sporočilo o napaki, "
#~ "kadar partner je prisoten."

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Transaktioner"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Günlük Maddeleri"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -25,12 +25,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "Yevmiye Öğe"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "日记帐项目"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""

View File

@ -24,12 +24,7 @@ msgid "Account"
msgstr ""
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr ""
@ -40,42 +35,47 @@ msgid "Journal Item"
msgstr "帳簿項目"
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr ""
#. module: account_partner_required
#: selection:account.account.type,partner_policy:0
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:55
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' with account '%s' but the partner is "
"missing in the account move line with label '%s'."
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#: code:addons/account_partner_required/models/account.py:61
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' with account '%s' but the account move line "
"with label '%s' has a partner '%s'."
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has a partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
msgid "Policy for Partner Field"
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on an "
"account move line with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""