openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22132
[Bug 1102612] Re: [Trunk/7.0]Journals can not be deleted, even when they have no entries
Hello Phil Frost,
Fixed :
* It has been Fixed in https://code.launchpad.net/~openerp-dev
/openobject-addons/trunk-bug-1102612-tta
* Revision ID: tta@xxxxxxxxxxx-20130124090309-kzaxmk0niqdy2krs
It will be available soon in trunk.
Thanks,
Tejas
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1102612
Title:
[Trunk/7.0]Journals can not be deleted, even when they have no entries
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
7.0 creates, as part of the default accounting setup, a "Bank" and a
"Cash" journal. Attempting to delete either of these journals presents
the cryptic error:
Integrity Error
The operation cannot be completed, probably due to the following:
- deletion: you may be trying to delete a record while other records still reference it
- creation/update: a mandatory field is not correctly set
[object with reference: account.journal.cashbox.line -
account.journal.cashbox.line]
This is also just as relevant to any journal created by the user.
There is indeed a table account.journal.cashbox.line that references
the journal, but it's extra confusing to a user since no action was
ever taken to associate this journal with a cashbox, and there does
not appear to be any way to delete the offending
account.journal.cashbox.line records through the UI that I have found.
Deleting them directly from the database is of course possible, but
probably not an acceptable workaround for typical users.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1102612/+subscriptions
References