hr_payroll_account error 6.1

Bug #837726 reported by Christopher Ormaza - (Ecuadorenlinea.net)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 3

Bug Description

Theres a code error in line 121 of file /addons/hr_payroll_account/hr_payroll_account.py

                    credit_sum += credit_line[2]['credit'] - credit_line['debit']
correct is:
                    credit_sum += credit_line[2]['credit'] - credit_line[2]['debit']

Please correct before launch a stable version of this
Best Regards
Christopher Ormaza

Related branches

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Bharat Devnani (Open ERP) (bde-openerp) wrote :

Hello Christopher Ormaza,

Thanks for reporting and your solution, i have checked your patch and it seems working fine. Following are the Revision ID and Revision Number:

Revision ID : <email address hidden>
Revision Number : 4978

Thanks & Regards,
Devnani Bharat R.

Changed in openobject-addons:
status: In Progress → Fix Committed
Changed in openobject-addons:
milestone: none → 6.1
Changed in openobject-addons:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.