Merge lp:~openerp-dev/openobject-addons/trunk-bug-1190927-Jaydeep into lp:openobject-addons

Proposed by Jaydeep Barot(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1190927-Jaydeep
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
hr/hr.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1190927-Jaydeep
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+169405@code.launchpad.net

Description of the change

Hello,

    Correct the spell mistake in hr module.

Thanks,
Jaydeep Barot.

To post a comment you must log in.
Revision history for this message
Jaydeep Barot(OpenERP) (jaydeep.barot-openerp) wrote :

Hello,

I have Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1190927-Jaydeep
Revision ID: <email address hidden>
revision no :- 8769

Thanks,
Jaydeep Barot.

Unmerged revisions

8769. By Jaydeep Barot(OpenERP)

[FIX] To correct the string value of Smal-sized photo to Small-sized photo in Hr Module

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr/hr.py'
2--- hr/hr.py 2013-06-12 09:55:07 +0000
3+++ hr/hr.py 2013-06-14 12:35:34 +0000
4@@ -203,7 +203,7 @@
5 "resized as a 128x128px image, with aspect ratio preserved. "\
6 "Use this field in form views or some kanban views."),
7 'image_small': fields.function(_get_image, fnct_inv=_set_image,
8- string="Smal-sized photo", type="binary", multi="_get_image",
9+ string="Small-sized photo", type="binary", multi="_get_image",
10 store = {
11 'hr.employee': (lambda self, cr, uid, ids, c={}: ids, ['image'], 10),
12 },

Subscribers

People subscribed via source and target branches

to all changes: