[IMP] account_statement_base: Add extra fields
parent
da935f2863
commit
1f2258d6cf
|
@ -13,6 +13,11 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form
|
||||
msgid "Bank Statement"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
|
||||
msgid "Bank Statement Lines"
|
||||
|
@ -24,6 +29,7 @@ msgid "Date"
|
|||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model:ir.model,name:account_statement_base.model_account_journal
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
@ -73,3 +79,13 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||
msgid "Transaction Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form
|
||||
msgid "Transactions"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form
|
||||
msgid "e.g. BNK/2021/0001"
|
||||
msgstr ""
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<field name="amount" readonly="is_reconciled" />
|
||||
<field
|
||||
name="foreign_currency_id"
|
||||
optional="hidden"
|
||||
optional="hide"
|
||||
groups="base.group_multi_currency"
|
||||
readonly="is_reconciled"
|
||||
/>
|
||||
|
@ -81,6 +81,7 @@
|
|||
groups="base.group_multi_currency"
|
||||
readonly="is_reconciled"
|
||||
/>
|
||||
<field name="running_balance" />
|
||||
<field
|
||||
name="narration"
|
||||
optional="hide"
|
||||
|
|
Loading…
Reference in New Issue