mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] recusive cascade does not allow statement line deletions
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'Account Banking',
|
||||
'version': '0.1.101',
|
||||
'version': '0.1.102',
|
||||
'license': 'GPL-3',
|
||||
'author': 'Banking addons community',
|
||||
'website': 'https://launchpad.net/banking-addons',
|
||||
|
||||
@@ -1611,8 +1611,7 @@ class account_bank_statement_line(osv.osv):
|
||||
_columns = {
|
||||
'import_transaction_id': fields.many2one(
|
||||
'banking.import.transaction',
|
||||
'Import transaction', readonly=True,
|
||||
ondelete='CASCADE'),
|
||||
'Import transaction', readonly=True),
|
||||
'match_multi': fields.related(
|
||||
'import_transaction_id', 'match_multi', type='boolean',
|
||||
string='Multi match', readonly=True),
|
||||
|
||||
Reference in New Issue
Block a user