c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03827
Re: [Bug 588329] Re: c2c_budget check orphand accounts does not return orphaned accounts
Hello all
I do not think it's correct to set bugs of contriuted exta addons to "Won't
fix"
How should this work ?
Launchpad is a common repository and if OpenERP SA treats bugs of contributed
modules this way partners and contributors have to move away from common
repository to keep track of bugs in their modules.
On Thursday 11 November 2010 vra (openerp) wrote:
> 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 direct subscriber
> of the bug.
>
> 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
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/openobject-addons/+bug/588329/+subscribe
>
--
regards
Ferdinand Gassauer
ChriCar Beteiligungs- und Beratungs- GmbH
Official OpenERP Partner
--
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
References