[FIX] account_statement_base: Allow to create new manual transactions in tree view
Related to https://github.com/OCA/account-reconcile/pull/678 TT50970pull/707/head
parent
5b5b1ec9bc
commit
3b6d9812e9
|
@ -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)]}"
|
||||
|
|
Loading…
Reference in New Issue