Skip to content

Commit

Permalink
[FIX] account_statement_base: Allow to create new manual transactions…
Browse files Browse the repository at this point in the history
… in tree view

Related to OCA#678

TT50970
  • Loading branch information
victoralmau authored and xaviedoanhduy committed Nov 7, 2024
1 parent dbf359c commit 1cb93fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions account_statement_base/i18n/account_statement_base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 1cb93fb

Please sign in to comment.