On 08/26/2011 12:36 PM, Ferdinand @ Camptocamp wrote: > it seems not to be merged into 6.0.3 ?
Hello, This bug is still only "Fix Committed", the fix is not merged yet - it still needs to be approved by a reviewer/team leader. Feel free to comment on it to approve or give feedback about the implemented solution :-) And btw, following the bug management policy, bugs reported on LP are fixed on trunk only by default, unless the importance is High/Critical. See the bug management policy for more details, rationale and FAQ at http://doc.openerp.com/v6.0/contribute/11_bug_tracker.html#bug-management-policy -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/783670 Title: account - level - wrong computation Status in OpenERP Modules (addons): Fix Committed Bug description: account/account.py def _get_level currently the calculated level (except level 1) is very much random, depending on the sequence of processed records 2 issues: 1) IMHO the function makes the wrong assumption that the level of the parent account is already calculated, which is not necessarily the case 2) the level (stored=True) of all childs must be recalculated if the level of a parent changes. IMHO this would also solve issue 1). change of structure may be done any time manually. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/783670/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

