Commit Graph

468 Commits

Author SHA1 Message Date
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 9d885fecab [CLEAN] hr_recruitment: cleaned code about attachments and tree view added in this branch: renamed the method + updated in views accordingly + simplified view + simplified onchange_job code
bzr revid: tde@openerp.com-20131220102918-yxn4aozi03hzlnsf
2013-12-20 11:29:18 +01:00
Thibault Delavallée 8fa229061a [IMP] hr_recruitment: sending an email based on the template of the stage
is now done using the composer, therefore using message_post and all processing
required. Next step is to factorize that code to be able to use it directly
with one call.

bzr revid: tde@openerp.com-20131220092644-72uf3jpxn80u1ymq
2013-12-20 10:26:44 +01:00
Thibault Delavallée 31c6c465e2 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131219144025-cu9hxr0ctcmajyrr
2013-12-19 15:40:25 +01:00
Thibault Delavallée 6b164eb7b3 [IMP] hr: minor usability improvements
- hr_holidays: renamed My Leaves filter by My Requests, more accurate
- hr_recruitment: string of name field is not Subject / Application Name, more accurate; this string is used in the search view also.

bzr revid: tde@openerp.com-20131212104612-2fbn9130emyvxg7s
2013-12-12 11:46:12 +01:00
Turkesh Patel (Open ERP) c5fae04622 [IMP] improved name of applicant in posted msg.
bzr revid: tpa@tinyerp.com-20131212062845-pu81cnpt8rozuz74
2013-12-12 11:58:45 +05:30
Turkesh Patel (Open ERP) 51f0183b27 [IMP] improved message and code
bzr revid: tpa@tinyerp.com-20131210122930-zfkbyok26pg91e1q
2013-12-10 17:59:30 +05:30
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) 9c2b009c9d [IMP] improved domain and UI
bzr revid: tpa@tinyerp.com-20131204102228-5bgm74hpxd3snkus
2013-12-04 15:52:28 +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
Turkesh Patel (Open ERP) c90fe3d7a6 [IMP] improved code to add default responsible in applicant if directly created from job and improved view
bzr revid: tpa@tinyerp.com-20131125131705-0j7wu94a2cat480o
2013-11-25 18:47:05 +05:30
Sunil Sharma (OpenERP) 05f8171d52 [IMP]:hr_recruitment:improve as per suggestion
bzr revid: sunilsharma.sharma07@gmail.com-20131122084404-cfv3rn7dmu6cwvd3
2013-11-22 14:14:04 +05:30
Sunil Sharma (OpenERP) 4a5ee2721c [IMP]:hr_recruitment:improve as per suggestion
bzr revid: sunilsharma.sharma07@gmail.com-20131122084113-x9poguilfogtc5fn
2013-11-22 14:11:13 +05:30
Sunil Sharma (OpenERP) c7c59db317 [IMM]:hr_recruitment:as per suggestion
bzr revid: sunilsharma.sharma07@gmail.com-20131121122255-b1lcr8e7wg39xmn0
2013-11-21 17:52:55 +05:30
Olivier Dony 44664076da [MERGE] Forward-port of latest 7.0 fixes up to rev 9618 rev-id: dle@openerp.com-20131120142131-s333lyva85cyn41o
bzr revid: odo@openerp.com-20131120144059-yyh7emvgdarff09b
bzr revid: odo@openerp.com-20131120144318-11nmn1zj00zmi10z
2013-11-20 15:43:18 +01:00
Thibault Delavallée 9537e55894 [FIX] hr_recruitment: avoid overriding email_from and email_cc in
message_update. This behavior makes sens only in message_new when
setting initial parameter of the applicant, not when somebody sends
an email on the record.
Removed priority change when there is  a 'priority' key in msg; but
this key is not likely to be present in a parsed email.
Removed updated values change due to a mapping of values present in
the email. This code was a copy-and-paste from crm and did not have
any meaning in hr_recruitment.

Also removed unnecessary code in project, project_issue, crm_helpdesk
and crm_claim for the same reasons as for hr_recruitment.

bzr revid: tde@openerp.com-20131104092731-ixasweoy1dbllbb3
2013-11-04 10:27:31 +01:00
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 878ceca988 [REV] stages: removed bar_fold and bar_color fields.
After some experiments, having colors does not seem to give an
usable result on statusbar widget. Indeed we need to have the
current stage highlited, and maybe something to tell that some
stages have a special meaning and/or are the end of the pipe.
The closed field already gives that meaning.

Moreover the issue with the statusbar widget is that it indicates
state and action. Having both dimensions with colors / icons
is quite difficult to understand. We therefore stand on a simpler
version of the widget, only with stages and the current stage
highlighted.

bzr revid: tde@openerp.com-20131021104912-8ybhw0svdoghheh3
2013-10-21 12:49:12 +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
Turkesh Patel (Open ERP) 40f189adfb [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131009093540-y9ueph05ah04gixg
2013-10-09 15:05:40 +05:30
Darshan Kalola (OpenERP) caf73f8a9d [MERGE]merged with main addons
bzr revid: dka@tinyerp.com-20130926072238-gynh8bc3w10y8uwb
2013-09-26 12:52:38 +05:30
DBR (OpenERP) d636d3deb8 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130924102731-bkh9bgamdhl60whk
2013-09-24 15:57: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
Thibault Delavallée c17ecb54ec [FIX] addons: fixed various calls to fields.datetime.now in defaults
bzr revid: tde@openerp.com-20130919142338-v2ygkid2abw2j3wl
2013-09-19 16:23:38 +02:00
DBR (OpenERP) 4b63de1244 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130913094937-nkhpmwj0xcwaq326
2013-09-13 15:19:37 +05:30
Turkesh Patel (Open ERP) 4fae64127f [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130913090638-loj43zf2dkr878qf
2013-09-13 14:36:38 +05:30
Amit Bhavsar (Open ERP) 363f4e4863 [MERGE] merge with latest trunk.
bzr revid: amb@tinyerp.com-20130912071222-hirzrnphbq03tgj1
2013-09-12 12:42:22 +05:30
Turkesh Patel (Open ERP) af9b115c98 [IMP] improved code to show attachments of applicatns , improved help and lable
bzr revid: tpa@tinyerp.com-20130912054739-nadjpyung33k9ct5
2013-09-12 11:17:39 +05:30
Amit Bhavsar (Open ERP) 780672e9b1 [imp] improve code and improve naming conventions.
bzr revid: amb@tinyerp.com-20130911095804-u1dk4kdhwcls2trm
2013-09-11 15:28:04 +05:30
DBR (OpenERP) 1339e24226 [IMP] Label name improve
bzr revid: dbr@tinyerp.com-20130910131704-mawfghrz42jow31r
2013-09-10 18:47:04 +05:30
DBR (OpenERP) efc8bb37a9 [IMP]Improve code for crm also
bzr revid: dbr@tinyerp.com-20130910131205-39cwpiik2ncs6wcn
2013-09-10 18:42:05 +05:30
Christophe Simonis 3fa90321e1 [MERGE] forward port of branch saas-1 up to revid 8772 chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: chs@openerp.com-20130910124803-wxkb8gkz1tub5qjf
2013-09-10 14:48:03 +02:00
Denis Ledoux 546a191f0a [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
2013-09-18 18:13:05 +02:00
DBR (OpenERP) 5f733248c3 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130903052652-q0kl6hmburu3ygpl
bzr revid: dbr@tinyerp.com-20130910054650-o3828e25hbgib4lt
2013-09-10 11:16:50 +05:30
Darshan Kalola (OpenERP) e21681633c [IMP]add help,ipmrove code and remove duplication in record_ids
bzr revid: dka@tinyerp.com-20130909095957-a2gvivlto7qwv50x
2013-09-09 15:29:57 +05:30
Turkesh Patel (Open ERP) f1cbf6fbea [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130906060022-szjnxob72894dl41
2013-09-06 11:30:22 +05:30
Turkesh Patel (Open ERP) 191e7513c0 [IMP] improved kanban and form views lp:~openerp-dev/openobject-addons/trunk-job-positions-improve-cod
bzr revid: tpa@tinyerp.com-20130906055234-r7l7uc34o4o64icc
2013-09-06 11:22:34 +05:30
Darshan Kalola (OpenERP) 691cb9cb25 [MERGE]merged with main addons
bzr revid: dka@tinyerp.com-20130906052126-j147w420snwytrn3
2013-09-06 10:51:26 +05:30
Thibault Delavallée 920d50f585 [MERGE] [IMP] hr_recruitment: store current stage before doing stage modification. This allows to do some stage analysis, such as stages before refusing an applicant. Also added in reports.
bzr revid: tde@openerp.com-20130904141024-gku10b6841jwqh5y
2013-09-04 16:10:24 +02:00
Chirag Dodiya (OpenERP Trainee) dca6a4575e [IMP] Improved form view of Job Position as per suggestion
bzr revid: chiragdd7@gmail.com-20130904132808-clg5cbx6r5g5mv3u
2013-09-04 18:58:08 +05:30
Turkesh Patel (Open ERP) 629858e76b [MRG] improved view ,applicant assigned subtype lp:~openerp-dev/openobject-addons/trunk-job-positions-improve-cod
bzr revid: tpa@tinyerp.com-20130830093538-z5n9tlyonxbn62mh
2013-08-30 15:05:38 +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) b93c8e5574 [imp] improve typo in hr recruitment.
bzr revid: amb@tinyerp.com-20130830053858-ll9a61ff2ads6p18
2013-08-30 11:08:58 +05:30
DBR (OpenERP) d7f420c586 [IMP]set log_meeting_in_parent method in base_calender
bzr revid: dbr@tinyerp.com-20130829131719-2nho1zsqv1ccsj6w
2013-08-29 18:47:19 +05:30
Olivier Dony baef4d3d92 [FIX] Force safer ondelete=restrict on the `alias_id` _inherits FK on models with a mail.alias parent
The delete-rule was initially set to `cascade` in revision
6897.16.13 revid:odo@openerp.com-20120705141706-5gm5mmqode3bvkuc
because the ORM would not allow anything else for the FK of
an _inherits relationship.
This constraint was later lifted in 7.0 server at revision
4681 revid:odo@openerp.com-20121212210247-emrz5rf9ewcwdggu
so we can now switch to the intended default behavior:
when deleting mail aliases we never want to cascade delete
the child records, as that could lead to unwanted deletions.
On the other hand the aliases are automatically deleted when
the record they belong to is deleted, as a kind of internal
dependency. This is the intended safe way to delete them.

There is a special case when the same alias is manually set
on multiple records, in which case you will not be able to
delete any of those records. This is an acceptable exception
and should be manually handled if ever needed, by temporarily
linking the records to delete to new dummy aliases.

bzr revid: odo@openerp.com-20130827150708-62hqk8p7twd527n0
2013-08-27 17:07:08 +02:00
Amit Bhavsar (Open ERP) 93a6e3e4e2 [imp] improve job position onchange and create employee behave.
bzr revid: amb@tinyerp.com-20130826072657-g878z32sxr2qbb6i
2013-08-26 12:56:57 +05:30
Turkesh Patel (Open ERP) 155d152b90 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130826053724-dzymzruugarkfv34
2013-08-26 11:07:24 +05:30