mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] account_statement_base: Allow to create new manual transactions in tree view
Related to https://github.com/OCA/account-reconcile/pull/678 TT50970
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user