mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: Add readonly=1 to prevent open move line in edit mode
TT45211
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
<field
|
||||
name="move_line_ids"
|
||||
nolabel="1"
|
||||
readonly="1"
|
||||
force_save="1"
|
||||
context="{'tree_view_ref': 'account_payment_order.view_move_line_tree'}"
|
||||
>
|
||||
<tree>
|
||||
|
||||
Reference in New Issue
Block a user