mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Removed "?" on fields
This commit is contained in:
committed by
Sandy Carter
parent
9b1bd95e54
commit
ed328b6954
@@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:bank.acc.rec.statement.line,research_required:0
|
||||
msgid "Research Required? "
|
||||
msgid "Research Required "
|
||||
msgstr ""
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
@@ -68,7 +68,7 @@ msgstr ""
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:account.move.line,draft_assigned_to_statement:0
|
||||
msgid "Assigned to Statement? "
|
||||
msgid "Assigned to Statement "
|
||||
msgstr ""
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
@@ -266,7 +266,7 @@ msgstr ""
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:account.move.line,cleared_bank_account:0
|
||||
#: field:bank.acc.rec.statement.line,cleared_bank_account:0
|
||||
msgid "Cleared? "
|
||||
msgid "Cleared "
|
||||
msgstr ""
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
|
||||
@@ -24,8 +24,8 @@ msgstr "Entrer un nom"
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:bank.acc.rec.statement.line,research_required:0
|
||||
msgid "Research Required? "
|
||||
msgstr "Recherche nécessaires?"
|
||||
msgid "Research Required "
|
||||
msgstr "Recherche nécessaires"
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:account.move.line,bank_acc_rec_statement_id:0
|
||||
@@ -70,7 +70,7 @@ msgstr "Mettre au brouillon"
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:account.move.line,draft_assigned_to_statement:0
|
||||
msgid "Assigned to Statement? "
|
||||
msgid "Assigned to Statement "
|
||||
msgstr "Assigné à un relevé"
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
@@ -273,8 +273,8 @@ msgstr "Chèques, virements, débits et frais de service - Nb de lignes"
|
||||
#. module: account_banking_reconciliation
|
||||
#: field:account.move.line,cleared_bank_account:0
|
||||
#: field:bank.acc.rec.statement.line,cleared_bank_account:0
|
||||
msgid "Cleared? "
|
||||
msgstr "Réconcilié?"
|
||||
msgid "Cleared "
|
||||
msgstr "Réconcilié"
|
||||
|
||||
#. module: account_banking_reconciliation
|
||||
#: help:bank.acc.rec.statement,difference:0
|
||||
|
||||
@@ -27,7 +27,7 @@ class account_move_line(orm.Model):
|
||||
|
||||
_columns = {
|
||||
'cleared_bank_account': fields.boolean(
|
||||
'Cleared? ',
|
||||
'Cleared ',
|
||||
help='Check if the transaction has cleared from the bank'
|
||||
),
|
||||
'bank_acc_rec_statement_id': fields.many2one(
|
||||
@@ -36,7 +36,7 @@ class account_move_line(orm.Model):
|
||||
help="The Bank Acc Rec Statement linked with the journal item"
|
||||
),
|
||||
'draft_assigned_to_statement': fields.boolean(
|
||||
'Assigned to Statement? ',
|
||||
'Assigned to Statement ',
|
||||
help='Check if the move line is assigned to statement lines'
|
||||
)
|
||||
}
|
||||
|
||||
@@ -71,11 +71,11 @@ class bank_acc_rec_statement_line(orm.Model):
|
||||
help="Related Journal Item."
|
||||
),
|
||||
'cleared_bank_account': fields.boolean(
|
||||
'Cleared? ',
|
||||
'Cleared ',
|
||||
help='Check if the transaction has cleared from the bank'
|
||||
),
|
||||
'research_required': fields.boolean(
|
||||
'Research Required? ',
|
||||
'Research Required ',
|
||||
help=(
|
||||
'Check if the transaction should be researched by '
|
||||
'Accounting personal'
|
||||
|
||||
Reference in New Issue
Block a user