c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02525
[Bug 588329] Re: c2c_budget check orphand accounts does not return orphaned accounts
Hello,
I assign to the team C2C as I don't think there is a project on launchpad for C2C addons ?
I need to assign this to someone in order to remove this bug from the official addons list (our goal is to empty the list by processing all bugs)
** Changed in: openobject-addons
Assignee: (unassigned) => Camptocamp (c2c)
--
c2c_budget check orphand accounts does not return orphaned accounts
https://bugs.launchpad.net/bugs/588329
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
select a.id, a.code, a.name,t.name,t.code
from account_account a, account_account_type t
where a.user_type = t.id and t.code in ('income','expense')
and a.id not in (select account_id from c2c_budget_item_account_rel);
returns a list of orphaned accounts which is not detected by validate_budget_structure.py