mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Solve issue https://github.com/OCA/bank-payment/issues/88 Conflict between account_banking and Cash Management. Not all views for account.bank.statement.line have the state field. This conflicts with fields added to the model that have readonly conditioned on state. Solved by moving readonly attribute from model to banking views.