← Back to team overview

openerp-dev-web team mailing list archive

Re: lp:~openerp-dev/openobject-addons/trunk-payroll-payslip-on-payslip-mtr into lp:~openerp-dev/openobject-addons/trunk-payroll

 

Review: Needs Fixing
1. if r['credit_note'] == False: => if not r['credit_note']

2. ids argument is required in both the sum functions because,
   result = payslip.sum('GROSS', '05/01/2011', False, 3) if i write this in python code of my salary rule it does not work as it takes code with "ids of payslips"..

Note: args cr, uid and ids are invisible for the end user
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-payroll-payslip-on-payslip-mtr/+merge/60592
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-payroll.


References