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

« back to all changes in this revision

Viewing changes to hr_payroll_cr/hr_payroll_cr_view.xml

  • 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:
2294
2294
                <field name="doall" eval="True"/> <!-- Repeat missed calls? -->
2295
2295
                <field name="model" eval="'hr_payroll_cr.holiday_period'"/>
2296
2296
                <field name="function" eval="'holiday_cron'"/>
 
2297
                <field name="args" eval=""/>
2297
2298
                <field name="priority" eval="0"/>
2298
2299
        </record>
2299
2300