[FIX] account_statement_base: Allow to create new manual transactions in tree view
Related to https://github.com/OCA/account-reconcile/pull/678 TT50970pull/739/head
parent
dbf359c9b4
commit
1cb93fb0aa
|
@ -18,6 +18,11 @@ msgstr ""
|
||||||
msgid "Bank Statement"
|
msgid "Bank Statement"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: account_statement_base
|
||||||
|
#: model:ir.model,name:account_statement_base.model_account_bank_statement_line
|
||||||
|
msgid "Bank Statement Line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_statement_base
|
#. module: account_statement_base
|
||||||
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
|
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
|
||||||
msgid "Bank Statement Lines"
|
msgid "Bank Statement Lines"
|
||||||
|
@ -50,6 +55,11 @@ msgstr ""
|
||||||
msgid "Notes"
|
msgid "Notes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: account_statement_base
|
||||||
|
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
|
||||||
|
msgid "Open Journal Entry"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_statement_base
|
#. module: account_statement_base
|
||||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||||
msgid "Partner"
|
msgid "Partner"
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
<tree editable="top" multi_edit="1" decoration-muted="is_reconciled">
|
<tree editable="top" multi_edit="1" decoration-muted="is_reconciled">
|
||||||
<field name="sequence" />
|
<field name="sequence" />
|
||||||
<field name="date" readonly="is_reconciled" />
|
<field name="date" readonly="is_reconciled" />
|
||||||
<field name="move_id" optional="hide" />
|
<field name="move_id" optional="hide" required="0" />
|
||||||
<field name="payment_ref" readonly="is_reconciled" />
|
<field name="payment_ref" readonly="is_reconciled" />
|
||||||
<field name="ref" optional="hide" readonly="is_reconciled" />
|
<field name="ref" optional="hide" readonly="is_reconciled" />
|
||||||
<field name="transaction_type" optional="hide" />
|
<field name="transaction_type" optional="hide" />
|
||||||
|
|
Loading…
Reference in New Issue