Commit Graph

74 Commits

Author SHA1 Message Date
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
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
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
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
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
pankita shah (Open ERP) da24be3c60 [MERGE]: Merged with lp:openobject-addons
bzr revid: shp@tinyerp.com-20121008095003-ni4sv05fylxg3wx9
2012-10-08 15:20:03 +05:30
pankita shah (Open ERP) 667da9253f [IMP] Exprience instead of Experience
bzr revid: shp@tinyerp.com-20121008093456-ff27x03xt89v4og3
2012-10-08 15:04:56 +05:30
Fabien Pinckaers c93d70e919 [MERGE] chm - improved subtype - fixes
bzr revid: fp@openerp.com-20121002204023-8v3jf2n84xe2jol9
2012-10-02 22:40:23 +02:00
Thibault Delavallée 1b79a43833 [FIX] hr_rcruitment: fixed error in xml file.
bzr revid: tde@openerp.com-20120920075622-mn10nv2vu7rkiddx
2012-09-20 09:56:22 +02:00
Thibault Delavallée b9820db8f0 [CLEAN] hr_holidays, hr_recruitment, idea, mrp: cleaned subtypes.
bzr revid: tde@openerp.com-20120919131240-7cc61fqg5eoom9zt
2012-09-19 15:12:40 +02:00
Sanjay Gohel (Open ERP) 66e8595b01 [IMP]changed in all hr module for subtype
bzr revid: sgo@tinyerp.com-20120913065854-7y5jkls3q2jebduv
2012-09-13 12:28:54 +05:30
Randhir Mayatra (OpenERP) 10313331e8 [IMP] make chnages into subtype data in hr
bzr revid: rma@tinyerp.com-20120904095649-ye94bntdm8ia5jrd
2012-09-04 15:26:49 +05:30
Randhir Mayatra (OpenERP) e50afb97b4 [IMP] make changes into hr module for subtype data
bzr revid: rma@tinyerp.com-20120904094052-5povh2fua010g3ej
2012-09-04 15:10:52 +05:30
Randhir Mayatra (OpenERP) df3aa41ac4 [IMP] add subtype data in hr module
bzr revid: rma@tinyerp.com-20120904071754-d99h6iey5nzrjf08
2012-09-04 12:47:54 +05:30
Olivier Dony 1dce0b1dc4 [FIX] all mail dependencies: replace message_post call by normal record + review misc wording
bzr revid: odo@openerp.com-20120830141852-ku8nql1sfkko8669
2012-08-30 16:18:52 +02:00
Fabien Pinckaers 6ac583c0f7 [IMP] mail cleaning
bzr revid: fp@tinyerp.com-20120817111936-2d33nlqlbvkjb374
2012-08-17 13:19:36 +02:00
Fabien Pinckaers 66ece041f0 [IMP] append note
bzr revid: fp@tinyerp.com-20120817102650-1sglq1y2dbb3xqju
2012-08-17 12:26:50 +02:00
Olivier Dony 86836d67dd [IMP] mail.alias: work-in-progress: cleanup actual email processing
bzr revid: odo@openerp.com-20120807180412-u2gdsjg579ak7zxp
2012-08-07 20:04:12 +02:00
Olivier Dony 8009a9f8b6 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120806004632-kyh0yggwg12njp30
2012-08-06 02:46:32 +02:00
Fabien Pinckaers 0869066f99 [IMP] improved modules message at installation --> to be reviewed later
bzr revid: fp@openerp.com-20120805201322-y8ghspcb69wmb3ut
2012-08-05 22:13:22 +02:00
Olivier Dony f0873dcb32 [MERGE] Sync with trunk - bunch of conflicts resolved
bzr revid: odo@openerp.com-20120803142450-97z551yam1js822h
2012-08-03 16:24:50 +02:00
Raphael Collet 93da4f9847 [IMP] hr modules: add OpenChatter notification after module installation
bzr revid: rco@openerp.com-20120725124518-y4zl4th862lkq838
2012-07-25 14:45:18 +02:00
Thibault Delavallée 5c8c8a5aaa [REM] Removed a THIS file that had nothing to do here; removed temporary data for debug.
bzr revid: tde@openerp.com-20120711080802-2eakl0qztyxowa9x
2012-07-11 10:08:02 +02:00