Ronald Rubi has proposed merging 
lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll into 
lp:openerp-costa-rica/6.1.

Requested reviews:
  CLEARCORP drivers (clearcorp-drivers)

For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll/+merge/155025

[IMP] Change field working_hours to required in hr_contract
-- 
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll/+merge/155025
Your team CLEARCORP development team is subscribed to branch 
lp:openerp-costa-rica/6.1.
=== modified file 'l10n_cr_hr_payroll/l10n_cr_hr_payroll.py'
--- l10n_cr_hr_payroll/l10n_cr_hr_payroll.py	2012-12-12 20:16:29 +0000
+++ l10n_cr_hr_payroll/l10n_cr_hr_payroll.py	2013-03-22 17:46:24 +0000
@@ -35,6 +35,7 @@
     _inherit = 'hr.contract'
     _description = 'Employee Contract'
     _columns = {
+        'working_hours': fields.many2one('resource.calendar','Working Schedule', required=True),
         'schedule_pay': fields.selection([
             ('fortnightly', 'Fortnightly'),
             ('monthly', 'Monthly'),

_______________________________________________
Mailing list: https://launchpad.net/~clearcorp
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~clearcorp
More help   : https://help.launchpad.net/ListHelp

Reply via email to