Commit Graph

92 Commits

Author SHA1 Message Date
Christophe Simonis 1f57528bc6 [MERGE] forward port of branch saas-5 up to 8dfd5ea 2014-06-27 16:14:40 +02:00
Denis Ledoux ec4f32306d [FIX] hr_recruitment: mt applicant created default
If you are follower of a job position, you receive a notification on applicant created by default
2014-06-27 14:52:44 +02:00
Amit Vora b592f9e13a [MERGE][IMP] Enable HTML in emails signature
Closes #801
2014-06-27 11:31:24 +02:00
Richard Mathot (OpenERP) 78f683d3d4 [MERGE] Merge trunk
bzr revid: rim@openerp.com-20140212095606-n8e1q086m2996wxn
2014-02-12 10:56:06 +01:00
Thibault Delavallée 7fd1a825a8 [CLEAN] hr_recruitment: cleaning before merging
- some code reindentation
- updated subtypes, to use parent_id feature between applicants and jobs. Another task will
improve the layout bu hiding some subtypes in applicant; currently we keep a child / parent
behavior.
- renamed open_attachments method
- some changes in create reverted
- chatter posted in job now hav ea subtype, not sure to keep those

bzr revid: tde@openerp.com-20140211105807-ay93xbwilsz3mso6
2014-02-11 11:58:07 +01:00
Turkesh Patel (Open ERP) ee471832f9 [IMP] improved code to show default alias id
bzr revid: tpa@tinyerp.com-20140210131609-v5cxl5pexk37pt6d
2014-02-10 18:46:09 +05:30
Turkesh Patel (Open ERP) f94df0e389 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140210072100-p3ry9oq4eklwt9k0
2014-02-10 12:51:00 +05:30
Richard Mathot (OpenERP) b650340a29 [FIX] adaptation of hr_recruitment module to the new version of survey
bzr revid: rim@openerp.com-20140207162615-n8txh4ymlipatbwl
2014-02-07 17:26:15 +01:00
jke-openerp 46b0c7aa00 [REF] Rename model crm.meeting into calendar.event
Remove 2 unsused field from calendar.event model (dir,sequence)

bzr revid: jke@openerp.com-20140115093805-1g1j1oymyxsb6kgh
2014-01-15 10:38:05 +01:00
Turkesh Patel (Open ERP) aae1585eb8 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131224053704-43mqjcl7j0pwx85t
2013-12-24 11:07:04 +05:30
Turkesh Patel (Open ERP) a7479380e4 [IMP] remove unread msg from kanban and improved chatter
bzr revid: tpa@tinyerp.com-20131224052022-0w6zz3qhj3pi3dyl
2013-12-24 10:50:22 +05:30
Thibault Delavallée e453001a7f [MERGE] [ADD] hr_applicant_document module: link between hr_recruitment and document modules. It allows to search through the indexed content of documents attached to applicants, such as resumes, CVs, ...
[IMP] hr.recrutment.stage: added template_id field. If the stage is linked to a template, a message is posted on the applicant when the applicant is moved into this stage. This allows to automatically send an email when approving or refusing an applicant. We usually define server action to achieve that behavior, it is now standard.

[IMP] hr.applicant: added a field to have the number of indexed documents + links in the applicant kanban view to jump to the applicant's documents.

bzr revid: tde@openerp.com-20131223095328-q92yiklf4n1mq055
2013-12-23 10:53:28 +01:00
Thibault Delavallée c5148a640c [IMP] hr_recruitment: improved template + xml_id of templates for interest / refuse
bzr revid: tde@openerp.com-20131223092819-nxiqqy21wd8f2wk8
2013-12-23 10:28:19 +01:00
Thibault Delavallée 4abd454e8e [FIX] hr_recruitment: email.template field is partner_to, not partner_id
bzr revid: tde@openerp.com-20131220125204-24xwn1jzo2nyiwzb
2013-12-20 13:52:04 +01:00
Thibault Delavallée 28a41dc801 [IMP] hr_recruitment: improved approve/refuse templates
bzr revid: tde@openerp.com-20131220101847-a4ku8yst9ve8cf4y
2013-12-20 11:18:47 +01:00
Turkesh Patel (Open ERP) df95f376be [IMP] improved messages: post message in job
bzr revid: tpa@tinyerp.com-20131210084309-7t46f2vsutcdhkpc
2013-12-10 14:13:09 +05:30
Turkesh Patel (Open ERP) c7e003881a [RMV] remove unnecessary sub type from applicant.
bzr revid: tpa@tinyerp.com-20131210054026-94nckotisg5huqbh
2013-12-10 11:10:26 +05:30
Turkesh Patel (Open ERP) 982549b31a [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131126124206-gw02bnwnerl5dzrv
2013-11-26 18:12:06 +05:30
Amit Bhavsar (Open ERP) 98e8778028 [MERGE] merge with latest trunk.
bzr revid: amb@tinyerp.com-20131126091004-vfzynh766ueesq9z
2013-11-26 14:40:04 +05:30
Thibault Delavallée 374f3c9c22 [REV] hr_recruitment: continuing reverting most changes, reparing analysis views.
bzr revid: tde@openerp.com-20131023115505-k4eqt1jo5w0ruo4o
2013-10-23 13:55:05 +02:00
Thibault Delavallée 6c54232c98 [IMP] Stage/State update part 2
- stages: added some fields
-- closed: indicates whether this stage close the working process, for
example task ended, lead lost, applicant hired
-- bar_fold: whether to hide the state in the statusbar; this is different
from fold that is used for kanban views. Viewing a pipe or a specific
record are effectively different things and should use different fields.
-- bar_color: field to customize the stage in the statusbar (still WIP)

- impacted addons: crm, project, project_issue, hr_recruitment
- removed 'closed' addition in project_mrp as this is now in base project
module

bzr revid: tde@openerp.com-20131018132120-h0pv01q2bagtp99x
2013-10-18 15:21:20 +02:00
Darshan Kalola (OpenERP) 3c77dc3018 [IMP]improve demo data of applicant and job postion in hr
bzr revid: dka@tinyerp.com-20130927103631-14esjbqvcg1ocrxc
2013-09-27 16:06:31 +05:30
Darshan Kalola (OpenERP) 4da8f14e0c [IMP]add template_id in hr_recruitment_stage for mail functionality.
bzr revid: dka@tinyerp.com-20130920102818-xj7ua08i5406wi16
2013-09-20 15:58:18 +05:30
Chirag Dodiya (OpenERP Trainee) 84aa5d4bde [IMP]Improved form view of Job Position and added message_post method in hr.applicant and edit hr_recruitment_data.xml
bzr revid: chiragdd7@gmail.com-20130830093047-hitxtu0kj1hex7xu
2013-08-30 15:00:47 +05:30
Amit Bhavsar (Open ERP) a8063ba55c [imp] improve typo and on create employee behave at hr application.
bzr revid: amb@tinyerp.com-20130823053350-mpknggcrgl1504ta
2013-08-23 11:03:50 +05:30
Turkesh Patel (Open ERP) b210c4de66 [MRG] merge with lp:openobject-addons, changes of stage state task merged in this changes
bzr revid: tpa@tinyerp.com-20130726124542-dl3f1g0jgmb8gjan
2013-07-26 18:15:42 +05:30
Turkesh Patel (Open ERP) 2973e67036 [IMP] added sub type of apllicant assigned and improved code for others,improved code for alias error,added unread message box
bzr revid: tpa@tinyerp.com-20130726120553-pkksdzihs8a3fq7d
2013-07-26 17:35:53 +05:30
Jignesh Rathod (OpenERP) 81ff01a16f Merge With Latest code.
bzr revid: jir@tinyerp.com-20130715102004-yf1m53zllc1ruvuc
2013-07-15 15:50:04 +05:30
Thibault Delavallée 9dfa8563ef [REF] hr_recruitment: removed base_stage inheritance, state field. Updated views / reports. Still not updated subtypes.
bzr revid: tde@openerp.com-20130627094807-8vg21s2w0lqblrza
2013-06-27 11:48:07 +02:00
Turkesh Patel (Open ERP) e8ae12827e [IMP] improved code to add subtype of stage change of applicant on job
bzr revid: tpa@tinyerp.com-20130624090410-af4jc4myy88huyol
2013-06-24 14:34:10 +05:30
Jignesh Rathod (OpenERP) d704899df3 Improve module description and template.
bzr revid: jir@tinyerp.com-20130614085559-auji06qm3mbhc7j2
2013-06-14 14:25:59 +05:30
Dharti Ratani (Open ERP) 0306b355d0 [IMP]Improved the demo data for template to send mail and now mails are sent when Refuse application or Contract signed
bzr revid: dhr@tinyerp.com-20130318062044-0qmp56vibva2fcra
2013-03-18 11:50:44 +05:30
Dharti Ratani (Open ERP) e3e177d5f0 [IMP]Changed the typo and string in templates
bzr revid: dhr@tinyerp.com-20130315122606-v6arcu6dr978zk8w
2013-03-15 17:56:06 +05:30
Jagdish Panchal 7a5e55d59f [MERGE] Merge with lp:~openerp-dev/openobject-addons/trunk-hr_applicant-kanban branch
bzr revid: jap@tinyerp.com-20130314064232-m3luepe5yzww4ah7
2013-03-14 12:12:32 +05:30
Jagdish Panchal b400a08d08 [IMP] hr_recruitment: Add teplate for refuse and approve application
bzr revid: jap@tinyerp.com-20130307072223-lwly1t29zirv9wmf
2013-03-07 12:52:23 +05:30
Vishmita c95ba50cc2 [Imp]Improve code
bzr revid: vja@tinyerp.com-20130213073533-k0aezvoh9k9e3bkc
2013-02-13 13:05:33 +05:30
Vishmita f4c8a602f5 [Rem]Remove unused code
bzr revid: vja@tinyerp.com-20130213070855-01s93l9fdr5zpzne
2013-02-13 12:38:55 +05:30
Vishmita c2af99b75c [IMP]In demo data, put some tag(reserve, manager, IT, Sales) in hr.applicant
bzr revid: vja@tinyerp.com-20130206093649-f1pejgdafgxzushc
2013-02-06 15:06:49 +05:30
Thibault Delavallée 1eba44d8c2 [IMP] mail.message.subtype: set some subtypes as not followed by default, to avoid leaking information.
bzr revid: tde@openerp.com-20130130135825-xuc4gd1cd2j4wdeb
2013-01-30 14:58:25 +01:00
Thibault Delavallée 8d26e78582 [IMP] Addons: removed bold in subtype descriptions.
bzr revid: tde@openerp.com-20121219212330-xfx3lykstl1nsa8m
2012-12-19 22:23:30 +01:00
Thibault Delavallée e940b2a3d9 [REF] hr_recruitment: added tracked on stage_id, user_id, and _track to use subtypes. Removed extra chatter messages.
bzr revid: tde@openerp.com-20121218163130-popi9ahf15ek8e5y
2012-12-18 17:31:30 +01:00
Thibault Delavallée ce923903b5 [IMP] [REVIEW] [DOC] addons: added some comments in the various data files about subtypes.
bzr revid: tde@openerp.com-20121203114009-obtca9gf3t7b909y
2012-12-03 12:40:09 +01:00
Foram Katharotiya (OpenERP) 21116cbbed [IMP] improve code
bzr revid: fka@tinyerp.com-20121123102739-tq29jq6rxe5zszg1
2012-11-23 15:57:39 +05:30
Amit Patel aa0404b509 [MERGE]:HR
bzr revid: apa@tinyerp.com-20121122050647-1voxl9fmhg7lpmfr
2012-11-22 10:36:47 +05:30
Khushboo Bhatt (Open ERP) 4fa2d6b95e [IMP]code improve
bzr revid: kbh@tinyerp.com-20121121132756-r4rrdioo6tife1ve
2012-11-21 18:57:56 +05:30
Khushboo Bhatt (Open ERP) 366dd537ac [REM]hr_recruitment:unnecessary subtype removed
bzr revid: kbh@tinyerp.com-20121121125209-votyj0ro8i6b9z5q
2012-11-21 18:22:09 +05:30
Khushboo Bhatt (Open ERP) aa85a5d42a [Add]hr_recruitement:defaut false added
bzr revid: kbh@tinyerp.com-20121120084729-1f8gsjt89awexe6y
2012-11-20 14:17:29 +05:30
Khushboo Bhatt (Open ERP) 2a3c631f86 [Add]hr_recruitement:subtypeadded for appicants
bzr revid: kbh@tinyerp.com-20121120084605-ddhshc2szgrj3pyu
2012-11-20 14:16:05 +05:30
Fabien Pinckaers 2cfef36846 [MERGE] improved welcome messages and mail css
bzr revid: fp@tinyerp.com-20121115100740-3pbot8zfu64s4ods
2012-11-15 11:07:40 +01:00
Thibault Delavallée 64277d04c3 [IMP] Addons: messages when installing key apps is not of comment subtype, meaning they are effectively pushed.
bzr revid: tde@openerp.com-20121114115504-tvh0j9ks0jde12ed
2012-11-14 12:55:04 +01:00