← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 588329] Re: c2c_budget check orphand accounts does not return orphaned accounts

 

Hello Dr Ferdinand,

Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
Our policy is to keep the changes applied on stable branches to a minimum, in order to limit the regression risks for customers that are in production. This means that bugs reported on Launchpad are fixed in the trunk branch only by default, even if they were reported against other stable versions.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
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: Won't Fix

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





Follow ups