[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"
|
||||
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
|
||||
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
|
||||
msgid "Bank Statement Lines"
|
||||
|
@ -50,6 +55,11 @@ msgstr ""
|
|||
msgid "Notes"
|
||||
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
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||
msgid "Partner"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<tree editable="top" multi_edit="1" decoration-muted="is_reconciled">
|
||||
<field name="sequence" />
|
||||
<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="ref" optional="hide" readonly="is_reconciled" />
|
||||
<field name="transaction_type" optional="hide" />
|
||||
|
|
Loading…
Reference in New Issue