[FIX] Impossible to delete an account even if it's not linked to any partner, this...
authorRavi Gohil (OpenERP) <rgo@tinyerp.com>
Thu, 21 Feb 2013 07:11:15 +0000 (12:41 +0530)
committerRavi Gohil (OpenERP) <rgo@tinyerp.com>
Thu, 21 Feb 2013 07:11:15 +0000 (12:41 +0530)
commit5c5b47831728f36c7be53519f60eaeb145edd015
tree074ac18fbf40b9763417054ea900d5a0bf201e11
parenta94e3c4dd58f7c90512444f7aec98e3d04012dc0
[FIX] Impossible to delete an account even if it's not linked to any partner, this is because, that account was configured for that partner and hence the properties(ir.property) were created and those properties were still refering that account, to allow deletion of such accounts, this properties should be deleted when the resource(partner) was removed. (Maintenance Case: 586600)

lp bug: https://launchpad.net/bugs/1129022 fixed

bzr revid: rgo@tinyerp.com-20130221071115-4x5l4x9uzq3walve
bin/osv/orm.py