After installing the "account_v6_reports_backport" module, we get a correct "account balance" report layout, by printing the "Trial Balance" : Legal Statements/Generic Reports/Trial Balance
:) N.B. Error message related to " KeyError: 'form' " is resolved by using the same client version as the server version. -- 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/677406 Title: Print/account balance - Wrong layout Status in OpenObject Addons Modules: Invalid Status in OpenObject Addons 5.0 series: Triaged Status in OpenObject Addons trunk series: Invalid Bug description: openerp 5.0.7 Financial Management / Chart of accounts/ Print / account balance This report does not follow the structure defined in the "Chart of accounts" tree. account_balances are printed in the ascending order of "account_codes" beginning with the numeric codes and ending with the alpha-numeric codes. For the following structure of accounts_codes, for example: AC100 (Parent of accounts): 111, 112 & 113 BE200 (parent of accounts): 211 & 212 "Print/ account balance" will display records in the following account_codes sequence: 111, 112, 113, 211, 212, AC100, BE200 instead of the following sequence: AC100, 111, 112, 113, BE200, 211, 212 Chart of accounts (especially virtual ones) become meaningful and incomprehensible, as the sequence (order) explaining the cumulative amounts of account balances is sometimes lost, as well as the hierarchy between some parents & child accounts. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

