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 #678

TT50970
  • Loading branch information
victoralmau committed Sep 25, 2024
1 parent aee6b9e commit d58cc29
Showing 1 changed file with 1 addition and 1 deletion.
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 d58cc29

Please sign in to comment.