Review: Needs Information
having just a fast look, i'm wondering about those lines:

6       def sum_cr(self):
7       if self.res_bl['type'] == _('Net Loss'):
8       - self.result_sum_cr += self.res_bl['balance']
9       + self.result_sum_dr += self.res_bl['balance']

we are in sum_cr method and we use result_sum_dr ? are those lines correcting 
the bug or it's a hunk that wouldn't have landed on the branch?



-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-722832-pso/+merge/56115
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-722832-pso.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to     : openerp-dev-web@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help   : https://help.launchpad.net/ListHelp

Reply via email to