Fix state condition on invoice view

This commit is contained in:
Alexis de Lattre
2020-06-06 23:37:16 +02:00
committed by Pedro M. Baeza
parent 0c571a2028
commit bed10e155d
38 changed files with 75 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
{
"name": "Account Payment Order",
"version": "13.0.1.3.0",
"version": "13.0.1.3.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV, "
"Therp BV, "

View File

@@ -601,6 +601,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -896,6 +897,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -647,6 +647,7 @@ msgid "Inbound"
msgstr "Entrant"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr "Només ordre de pagament entrant"
@@ -958,6 +959,7 @@ msgid "Outbound"
msgstr "Sortint"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr "Només ordre de pagament sortint"

View File

@@ -603,6 +603,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -896,6 +897,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -610,6 +610,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Add to Payment Order"
@@ -907,6 +908,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Add to Payment Order"

View File

@@ -621,6 +621,7 @@ msgid "Inbound"
msgstr "Eingehend"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"
@@ -925,6 +926,7 @@ msgid "Outbound"
msgstr "Ausgehend"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Add to Payment Order"

View File

@@ -610,6 +610,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -903,6 +904,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -648,6 +648,7 @@ msgid "Inbound"
msgstr "Entrante"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Payment Order Ok"
@@ -966,6 +967,7 @@ msgid "Outbound"
msgstr "Saliente"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Payment Order Ok"

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -655,6 +655,7 @@ msgid "Inbound"
msgstr "Entrant"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
msgid "Inbound Payment Order Only"
@@ -975,6 +976,7 @@ msgid "Outbound"
msgstr "Sortant"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
msgid "Outbound Payment Order Only"

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -611,6 +611,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
msgid "Inbound Payment Order Only"
@@ -910,6 +911,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
msgid "Outbound Payment Order Only"

View File

@@ -610,6 +610,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -903,6 +904,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Add to Payment/Debit Order"

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -616,6 +616,7 @@ msgid "Inbound"
msgstr "Innkommende"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
msgid "Inbound Payment Order Only"
@@ -918,6 +919,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
msgid "Outbound Payment Order Only"

View File

@@ -618,6 +618,7 @@ msgid "Inbound"
msgstr "Inkomend"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"
@@ -923,6 +924,7 @@ msgid "Outbound"
msgstr "UItgaand"
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Add to Payment Order"

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -610,6 +610,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -903,6 +904,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -611,6 +611,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"
@@ -911,6 +912,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -608,6 +608,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -901,6 +902,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -609,6 +609,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -902,6 +903,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -611,6 +611,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"
@@ -911,6 +912,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
#, fuzzy
#| msgid "Payment Order"

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -607,6 +607,7 @@ msgid "Inbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__inbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
msgid "Inbound Payment Order Only"
msgstr ""
@@ -900,6 +901,7 @@ msgid "Outbound"
msgstr ""
#. module: account_payment_order
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_import_journal_creation__outbound_payment_order_only
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
msgid "Outbound Payment Order Only"
msgstr ""

View File

@@ -23,7 +23,7 @@
groups="account_payment_order.group_account_payment"
attrs="{'invisible': ['|', '|',
('payment_order_ok', '=', False),
('state', '!=', 'open'),
('state', '!=', 'posted'),
('type', 'not in', ('out_invoice', 'out_refund'))
]}"
/>
@@ -34,7 +34,7 @@
groups="account_payment_order.group_account_payment"
attrs="{'invisible': ['|', '|',
('payment_order_ok', '=', False),
('state', '!=', 'open'),
('state', '!=', 'posted'),
('type', 'not in', ('in_invoice', 'in_refund'))
]}"
/>