~clearcorp-drivers/openerp-hr-payroll-cr/5.0

« back to all changes in this revision

Viewing changes to hr_payroll_cr/hr_payroll_cr.py

  • Committer: Juan Felipe Muñoz
  • Date: 2011-02-28 21:01:22 UTC
  • Revision ID: juan.munoz@clearcorp.co.cr-20110228210122-gy4foe035mujj33c
[ADD] cronjob for vacation acumulator

Show diffs side-by-side

added added

removed removed

Lines of Context:
2286
2286
                        if month == 2:
2287
2287
                                if  today == 29:
2288
2288
                                        a=none
2289
 
                                
2290
2289
                                elif today == 28 and contract_id >= 28:
2291
2290
                                        plus_one = contract.accumulated_holidays + 1
2292
2291
                                        debug(plus_one)