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:
parent
864e587519
commit
f6adbe2f9e
@ -26,12 +26,7 @@ msgid "Account"
|
|||||||
msgstr "الحساب"
|
msgstr "الحساب"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "نوع الحساب"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "دائماً"
|
msgstr "دائماً"
|
||||||
|
|
||||||
@ -41,46 +36,69 @@ msgid "Journal Item"
|
|||||||
msgstr "عنصر اليومية"
|
msgstr "عنصر اليومية"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "ممنوع"
|
msgstr "ممنوع"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "إختياري"
|
msgstr "إختياري"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"سياسة خانة الشريك هي 'دائماً' للحساب '%s' ولكن خانة الشريك فارغة في عنصر "
|
|
||||||
"اليومية باسم '%s'."
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"سياسة خانة الشريك هي 'ممنوع' للحساب '%s' ولكن في عنصر اليومية باسم '%s' تم "
|
|
||||||
"إدخال الشريك '%s'."
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
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 "سياسة خانة الشريك"
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -41,42 +36,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Stavke dnevnika"
|
msgstr "Stavke dnevnika"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Položky deníku"
|
msgstr "Položky deníku"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Konto"
|
msgstr "Konto"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Kontoart"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Immer"
|
msgstr "Immer"
|
||||||
|
|
||||||
@ -40,51 +35,82 @@ msgid "Journal Item"
|
|||||||
msgstr "Journalbuchung"
|
msgstr "Journalbuchung"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Niemals"
|
msgstr "Niemals"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Wahlweise"
|
msgstr "Wahlweise"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Partner-Regel ist auf 'Immer' mit Konto '%s' gesetzt, aber der Partner fehlt "
|
|
||||||
"in der Buchungsposition mit Kennung '%s'."
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
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
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Setzen Sie die Regel zum Partnerfeld: Wenn Sie 'Wahlweise' wählen, steht es "
|
|
||||||
"dem Buchhalter frei bei dieser Kontoart einen Partner in Buchungspositionen "
|
#~ msgid "Account Type"
|
||||||
"einzutragen; wählen Sie 'Immer', erhält der Buchhalter bei fehlendem Partner "
|
#~ msgstr "Kontoart"
|
||||||
"eine Fehlermeldung; wählen Sie 'Niemals', erhält der Buchhalter eine "
|
|
||||||
"Fehlermeldung, wenn ein Partner eingetragen ist."
|
#, 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."
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Journal Items"
|
msgstr "Journal Items"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Apuntes contables"
|
msgstr "Apuntes contables"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Elementos diario"
|
msgstr "Elementos diario"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Detalle Contable"
|
msgstr "Detalle Contable"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Elementos diario"
|
msgstr "Elementos diario"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Compte"
|
msgstr "Compte"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Type de compte"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Toujours"
|
msgstr "Toujours"
|
||||||
|
|
||||||
@ -40,53 +35,85 @@ msgid "Journal Item"
|
|||||||
msgstr "Écriture comptable"
|
msgstr "Écriture comptable"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Jamais"
|
msgstr "Jamais"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Optionnel"
|
msgstr "Optionnel"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
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
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
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
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Définir la politique du champ partenaire : si vous sélectionnez "
|
|
||||||
"'Facultatif', le comptable est libre de mettre un partenaire sur une ligne "
|
#~ msgid "Account Type"
|
||||||
"de déplacement de compte avec ce type de compte ; si vous sélectionnez "
|
#~ msgstr "Type de compte"
|
||||||
"'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 "
|
#, python-format
|
||||||
"d'erreur si un partenaire est présent."
|
#~ 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."
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Konto"
|
msgstr "Konto"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Vrsta konta"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Uvjek"
|
msgstr "Uvjek"
|
||||||
|
|
||||||
@ -40,51 +35,82 @@ msgid "Journal Item"
|
|||||||
msgstr "Stavka dnevnika"
|
msgstr "Stavka dnevnika"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Nikad"
|
msgstr "Nikad"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Opcija"
|
msgstr "Opcija"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pravilo partnera je postavljeno na 'Uvjek' za konto '%s' ali partner "
|
|
||||||
"nedostaje na stavci temeljnice sa nazivom '%s'."
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pravilo partnera je postavljeno na 'Nikad' za konto '%s' ali stavka "
|
|
||||||
"temeljnice sa nazivom '%s' ima dodijeljenog partnera '%s'."
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Postavite pravilo za polje partner: ako odaberete 'Opcija', knjigovođi je "
|
|
||||||
"odobreno da postavi partnera na stavku temeljnice sa ovim tipom konta; ako "
|
#~ msgid "Account Type"
|
||||||
"odaberete 'Uvjek', knjigovođa će dobiti poruku greške ako partner nedostaje; "
|
#~ msgstr "Vrsta konta"
|
||||||
"ako odaberete 'Nikad' knjigovođa će dobiti poruku greške ako je partner "
|
|
||||||
"dodijeljen."
|
#, 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."
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Könyvelési tételsorok"
|
msgstr "Könyvelési tételsorok"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Voci Sezionale"
|
msgstr "Voci Sezionale"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "仕訳項目"
|
msgstr "仕訳項目"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Sąskaita"
|
msgstr "Sąskaita"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Sąskaitos tipas"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,50 @@ msgid "Journal Item"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Account Type"
|
||||||
|
#~ msgstr "Sąskaitos tipas"
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Ставки на дневник"
|
msgstr "Ставки на дневник"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Журналын бичилт"
|
msgstr "Журналын бичилт"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Journal Elementer"
|
msgstr "Journal Elementer"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr "Rekening"
|
msgstr "Rekening"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -39,42 +34,47 @@ msgid "Journal Item"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Boekingslijnen"
|
msgstr "Boekingslijnen"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Rekening"
|
msgstr "Rekening"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -10,8 +10,8 @@ msgstr ""
|
|||||||
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
|
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-28 00:14+0000\n"
|
"PO-Revision-Date: 2020-02-28 00:14+0000\n"
|
||||||
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
|
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
|
||||||
"Language-Team: Portuguese (http://www.transifex.com/oca/"
|
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
|
||||||
"OCA-account-financial-tools-8-0/language/pt/)\n"
|
"financial-tools-8-0/language/pt/)\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Conta"
|
msgstr "Conta"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Tipo de Conta"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Sempre"
|
msgstr "Sempre"
|
||||||
|
|
||||||
@ -40,51 +35,83 @@ msgid "Journal Item"
|
|||||||
msgstr "Item do Diário"
|
msgstr "Item do Diário"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Nunca"
|
msgstr "Nunca"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Opcional"
|
msgstr "Opcional"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
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
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
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
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Definir a política no campo de parceiro: Se selecionar 'Opcional', o "
|
|
||||||
"contabilista tem liberdade de colocar um parceiro numa linha de movimento "
|
#~ msgid "Account Type"
|
||||||
"com este tipo de conta; se selecionar 'Sempre', o contabilista receberá uma "
|
#~ msgstr "Tipo de Conta"
|
||||||
"mensagem de erro se não existir um parceiro; se selecionar 'Nunca', o "
|
|
||||||
"contabilista receberá uma mensagem de erro se estiver um parceiro presente."
|
#, 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."
|
||||||
|
@ -10,8 +10,8 @@ msgstr ""
|
|||||||
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
|
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-09 01:43+0000\n"
|
"PO-Revision-Date: 2019-07-09 01:43+0000\n"
|
||||||
"Last-Translator: Eduardo Aparicio <eduardo.caparica@gmail.com>\n"
|
"Last-Translator: Eduardo Aparicio <eduardo.caparica@gmail.com>\n"
|
||||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/"
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-"
|
||||||
"OCA-account-financial-tools-8-0/language/pt_BR/)\n"
|
"financial-tools-8-0/language/pt_BR/)\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr "Conta"
|
msgstr "Conta"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Tipo de Conta"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Sempre"
|
msgstr "Sempre"
|
||||||
|
|
||||||
@ -40,51 +35,82 @@ msgid "Journal Item"
|
|||||||
msgstr "Item do Diário"
|
msgstr "Item do Diário"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Nunca"
|
msgstr "Nunca"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Opcional"
|
msgstr "Opcional"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
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
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
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
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
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 "
|
#~ msgid "Account Type"
|
||||||
"conta; se você selecionar 'Sempre', o contador receberá uma mensagem de erro "
|
#~ msgstr "Tipo de Conta"
|
||||||
"caso não tenha um Parceiro; se você selecionar 'Nunca', o contador receberá "
|
|
||||||
"uma mensagem de erro se houver um Parceiro."
|
#, 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."
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -41,42 +36,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Elementele Jurnalului"
|
msgstr "Elementele Jurnalului"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -26,12 +26,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -42,42 +37,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Элементы журнала"
|
msgstr "Элементы журнала"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -16,8 +16,8 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||||
"n%100==4 ? 2 : 3;\n"
|
"%100==4 ? 2 : 3;\n"
|
||||||
"X-Generator: Weblate 3.10\n"
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
@ -26,12 +26,7 @@ msgid "Account"
|
|||||||
msgstr "Konto"
|
msgstr "Konto"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr "Tip konta"
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr "Vedno"
|
msgstr "Vedno"
|
||||||
|
|
||||||
@ -41,47 +36,63 @@ msgid "Journal Item"
|
|||||||
msgstr "Dnevniška postavka"
|
msgstr "Dnevniška postavka"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr "Nikoli"
|
msgstr "Nikoli"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr "Opcijsko"
|
msgstr "Opcijsko"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Nastavitev pravila polja partnerja: če izberete 'opcijsko', lahko "
|
|
||||||
"računovodja določa partnerja na kontnem premiku s tem tipom konta; če "
|
#~ msgid "Account Type"
|
||||||
"izberete 'vedno', računovodja dobi opozorilo o napaki, kadar ni partnerja; "
|
#~ msgstr "Tip konta"
|
||||||
"če izberete 'nikoli', računovodja dobi sporočilo o napaki, kadar partner je "
|
|
||||||
"prisoten."
|
#~ 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."
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Transaktioner"
|
msgstr "Transaktioner"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Günlük Maddeleri"
|
msgstr "Günlük Maddeleri"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,12 +25,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "Yevmiye Öğe"
|
msgstr "Yevmiye Öğe"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "日记帐项目"
|
msgstr "日记帐项目"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -24,12 +24,7 @@ msgid "Account"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model,name:account_partner_required.model_account_account_type
|
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
|
||||||
msgid "Account Type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_partner_required
|
|
||||||
#: selection:account.account.type,partner_policy:0
|
|
||||||
msgid "Always"
|
msgid "Always"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -40,42 +35,47 @@ msgid "Journal Item"
|
|||||||
msgstr "帳簿項目"
|
msgstr "帳簿項目"
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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"
|
msgid "Optional"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
|
||||||
"missing in the account move line with label '%s'."
|
"is missing on the journal item '%(move_line)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. 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
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Partner policy is set to 'Never' with account '%s' but the account move line "
|
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
|
||||||
"with label '%s' has a partner '%s'."
|
"item '%(move_line)s' has a partner '%(partner)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_partner_required
|
#. module: account_partner_required
|
||||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__partner_policy
|
#: model:ir.model.fields,help:account_partner_required.field_account_account__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
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set the policy for the partner field : if you select 'Optional', the "
|
"Set the policy for the partner field:\n"
|
||||||
"accountant is free to put a partner on an account move line with this type "
|
"if you select 'Optional', the accountant is free to put a partner on an "
|
||||||
"of account ; if you select 'Always', the accountant will get an error "
|
"account move line with this account ;\n"
|
||||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
"if you select 'Always', the accountant will get an error message if there is "
|
||||||
"get an error message if a partner is present."
|
"no partner ;\n"
|
||||||
|
"if you select 'Never', the accountant will get an error message if a partner "
|
||||||
|
"is present."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
Reference in New Issue
Block a user