[IMP] hr_contract: base_action_rule: better string

bzr revid: tde@openerp.com-20130902134418-ds0exspb1kkhhw6x
This commit is contained in:
Thibault Delavallée 2013-09-02 15:44:18 +02:00
parent 6e1cb5226b
commit 3e04e5daff
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class base_action_rule(osv.Model):
_columns = {
'trg_date_resource_field_id': fields.many2one(
'ir.model.fields', 'User related field',
'ir.model.fields', 'Use employee work schedule',
help='Use the user\'s working schedule.',
),
}