Skip to content

Commit

Permalink
[TYPO] in crm_partner_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
rim-odoo committed May 28, 2014
1 parent cadf582 commit 5f94504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/crm_partner_assign/crm_partner_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class res_partner(osv.osv):
'date_review_next' : fields.date('Next Partner Review'),
# customer implementation
'assigned_partner_id': fields.many2one(
'res.partner', 'Implementedy by',
'res.partner', 'Implemented by',
),
'implemented_partner_ids': fields.one2many(
'res.partner', 'assigned_partner_id',
Expand Down

0 comments on commit 5f94504

Please sign in to comment.