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 committed Sep 25, 2024
1 parent 5b5b1ec commit 3b6d981
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" attrs="{'readonly': [('is_reconciled', '=', True)]}" />
<field name="move_id" optional="hide" />
<field name="move_id" optional="hide" required="0" />
<field
name="payment_ref"
attrs="{'readonly': [('is_reconciled', '=', True)]}"
Expand Down

0 comments on commit 3b6d981

Please sign in to comment.