[FIX] recusive cascade does not allow statement line deletions

This commit is contained in:
Stefan Rijnhart
2012-01-17 09:01:08 +01:00
parent cac9e86554
commit cd24649236
2 changed files with 2 additions and 3 deletions

View File

@@ -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',

View File

@@ -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),