[FIX] account_statement_base: Add the possibility to create Bank Statements manually
Related to https://github.com/OCA/account-reconcile/pull/706 TT50906pull/739/head
parent
fb1acc014d
commit
3c6950ba3c
|
@ -73,6 +73,11 @@ msgstr ""
|
|||
msgid "Open Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_tree
|
||||
msgid "Open Statement Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_base
|
||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||
msgid "Partner"
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<field name="inherit_id" ref="account.view_bank_statement_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<tree position="attributes">
|
||||
<attribute name="editable">bottom</attribute>
|
||||
<attribute name="create">true</attribute>
|
||||
</tree>
|
||||
<field name="balance_end_real" position="after">
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue