Commit Graph

2043 Commits

Author SHA1 Message Date
Richard Mathot (OpenERP) 485d6c0092 [WIP] Temporarily disabling of tests in hr_evaluation and hr_recruitment
bzr revid: rim@openerp.com-20140304094533-gaft7rx3581snefg
2014-03-04 10:45:33 +01:00
Richard Mathot (OpenERP) ac45077749 [MERGE] Sync with trunk
bzr revid: rim@openerp.com-20140304090633-6er115zbxgtsmv8u
2014-03-04 10:06:33 +01:00
Launchpad Translations on behalf of openerp 9863dbe5c8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140304075238-yra39uwmwahmrnf3
2014-03-04 07:52:38 +00:00
Sunil Sharma (OpenERP) dd4813e360 [mrg]:lp:openobject-addons
bzr revid: sunilsharma.sharma07@gmail.com-20140304063937-vyrt063gzfhsoy4k
2014-03-04 12:09:37 +05:30
Bharat R. Devnani (OpenERP) 29a9b583bd [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20140304060714-fcws13ui6gcprxo8
2014-03-04 11:37:14 +05:30
Mahendra Barad (OpenERP) da5f8b26df [Merge]with trunk
bzr revid: mba@tinyerp.com-20140228131855-obhatiecnzv1bgqu
2014-02-28 18:48:55 +05:30
Richard Mathot (OpenERP) ee51fc0ca6 [MERGE] Sync with trunk
bzr revid: rim@openerp.com-20140225093040-6k4kmj93uo2bk6t9
2014-02-25 10:30:40 +01:00
Mahendra Barad (OpenERP) 258162489e [IMP]improved demo
bzr revid: mba@tinyerp.com-20140221125731-54k3d1ivusomcbz1
2014-02-21 18:27:31 +05:30
Mahendra Barad (OpenERP) 36f5fb5f08 [IMP]added widget for priority
bzr revid: mba@tinyerp.com-20140221122121-67o4o7786gpmh71e
2014-02-21 17:51:21 +05:30
Launchpad Translations on behalf of openerp b949cef63c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140221054843-7g7jwzx085jnes1q
2014-02-21 05:48:43 +00:00
Richard Mathot (OpenERP) 77e89f6a81 [MERGE] Sync with trunk
bzr revid: rim@openerp.com-20140220120929-lbhrdz5sv190ylhu
2014-02-20 13:09:29 +01:00
Richard Mathot (OpenERP) 9eb2db4465 [FIX] Typos
bzr revid: rim@openerp.com-20140220120044-syde053xmunoy75z
2014-02-20 13:00:44 +01:00
Mahendra Barad (OpenERP) 29bc7f8797 [Merge]trunk
bzr revid: mba@tinyerp.com-20140219095715-kncqc8ypr1ajdxdc
2014-02-19 15:27:15 +05:30
Thibault Delavallée 79a0a10f93 [MERGE] [IMP] hr: broadcast the welcome message only for new employee coming
from the recruitment, not all created employees.
Before this merge, every created employee was broadcasted to all existing users
of the same company. However when creating a batch of employees, for example
when configuring an new openerp instance, this was creating a lot of noise
in the inboxes.
Now, only recruited employee have a welcome message.

bzr revid: tde@openerp.com-20140218162958-2rr967jh9zu2spwe
2014-02-18 17:29:58 +01:00
Mahendra Barad (OpenERP) 3ed1c1b3a6 [IMP]improved priority and remove unused methods
bzr revid: mba@tinyerp.com-20140214114937-uzli19c8anu40lgn
2014-02-14 17:19:37 +05:30
Mahendra Barad (OpenERP) 0707b77f63 [Merge]Trunk
bzr revid: mba@tinyerp.com-20140214071943-t2wnxm8vmtxcejsc
2014-02-14 12:49:43 +05:30
Thibault Delavallée df313af409 [MERGE] [IMP] crm: added default alias configurable directly in sales configuration menu. This default alias is an alias creating leads, not linked to a specific thread or parent.
Like what has been done in HR recently, it is now possible to directly configure a default alias for leads in the sales configuration menu. This allows an easier alias configuration compared to directly editing the aliases.

[FIX] hr: fixed default alias computation.

bzr revid: tde@openerp.com-20140213112811-y4rynjmdldrjs4gg
2014-02-13 12:28:11 +01:00
Richard Mathot (OpenERP) 4691383273 [REF] code cleaning
bzr revid: rim@openerp.com-20140212131837-gjbl4nu8d1zdwqy1
2014-02-12 14:18:37 +01:00
Turkesh Patel (Open ERP) 6d17db2101 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140212104340-0vv22hxz3fdhy1dy
2014-02-12 16:13:40 +05:30
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 b8c82c0f45 [IMP] hr_recruitment: cleaned code about default user_id and things like that when creating a new applicant.
All code now belongs to onchange_job, and is called in create, whether with
vals.get('job_id') or context.get('default_job_id')

bzr revid: tde@openerp.com-20140211122341-xz5hxe0qrt1reevg
2014-02-11 13:23:41 +01:00
Thibault Delavallée 623b230390 [IMP] hr_recruitment: updated gauge parameter name
bzr revid: tde@openerp.com-20140211122308-qnwz8e9j9ggs4n7p
2014-02-11 13:23:08 +01:00
Thibault Delavallée 610ebaef85 [CLEAN] hr: moved color field + an action in hr_recruitment, because they are used in this module + removed unnecessary code
bzr revid: tde@openerp.com-20140211120433-f34jsy7xjga1ultt
2014-02-11 13:04:33 +01:00
Thibault Delavallée 110612fc11 [IMP] hr_recruitment: updated help of default recruitment menu
bzr revid: tde@openerp.com-20140211114121-vehqz4p0ca2o3m79
2014-02-11 12:41:21 +01:00
Thibault Delavallée 7f662d3958 [CLEAN] hr_recruitment: cleaned added code in res_config
- alias finding extgracted in its own method, and uses the new ir.model.data API
xmlid_to_resid
- simplified code of get_default_alias and set_default_alias
- alias_domain default method calls the one defined in mail.alias to try to have only
one method doing the trick

bzr revid: tde@openerp.com-20140211112434-iuqy2a2mrm0pmaxq
2014-02-11 12:24:34 +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
Thibault Delavallée 5c2839f102 [IMP] hr_recruitment: job kanban view: updated gauge widget according to new parameters
bzr revid: tde@openerp.com-20140211100537-9yrae5pbvmdntelv
2014-02-11 11:05:37 +01:00
Turkesh Patel (Open ERP) ba44db60d3 [FIX] change gauge input value method name and improved code in res.config related to create degfault alias.
bzr revid: tpa@tinyerp.com-20140211064607-ll00gw12wviyb2cb
2014-02-11 12:16:07 +05:30
Thibault Delavallée 87f9c85330 [CLEAN] hr: cleaned job form view, removing unnecessary groups, also changed
displayed number of employees (display current number + expected, not the
contraty). Updated hr_recruitment accordingly.

bzr revid: tde@openerp.com-20140210171511-z5277t6ilnvnc48d
2014-02-10 18:15:11 +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
Richard Mathot (OpenERP) 9570f10c09 [IMP] Add a keyword to find hr_recruitment in survey
bzr revid: rim@openerp.com-20140210111158-mmlz1cn6mvrr0qdz
2014-02-10 12:11:58 +01:00
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
Launchpad Translations on behalf of openerp ffabcd257c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140206062321-j6cpns6xz3f81net
bzr revid: launchpad_translations_on_behalf_of_openerp-20140206062510-x502ahdwzezvea54
2014-02-06 06:25:10 +00:00
Turkesh Patel (Open ERP) 181aee3c50 [IMP] as per TDE's suggetion dont move code of posting message in hr_recruitment just do it based on context key
bzr revid: tpa@tinyerp.com-20140205060500-v70n8oy9rm1dflwf
2014-02-05 11:35:00 +05:30
Turkesh Patel (Open ERP) 130dac62e8 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140205052603-296obc5otpu72fsu
2014-02-05 10:56:03 +05:30
Launchpad Translations on behalf of openerp 2bebb9cd4d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140201065304-8md3g4d14l1b51ii
bzr revid: launchpad_translations_on_behalf_of_openerp-20140202060105-bnt8nw1mcbg2c3m3
bzr revid: launchpad_translations_on_behalf_of_openerp-20140203055609-uxdqgnistwilvo2v
bzr revid: launchpad_translations_on_behalf_of_openerp-20140204064835-qdcrcxldc5zsutio
2014-02-04 06:48:35 +00:00
Sunil Sharma (OpenERP) a267d86b29 [rem,imp]:hr:remove hr dashboard and improve hr view
bzr revid: sunilsharma.sharma07@gmail.com-20140130064923-35tvo8q3sy4n09vx
2014-01-30 12:19:23 +05:30
Antony Lesuisse 033c38c304 [MERGE] trunk
bzr revid: al@openerp.com-20140129021916-ckb3rplmcpjbqel3
2014-01-29 03:19:16 +01:00
Olivier Dony 39c27c72d0 [MERGE] Sync with trunk rev. 9064 rev-id ged@openerp.com-20140127161718-uo6pperke86pqq5v
bzr revid: odo@openerp.com-20140128175835-jannyh3cv3gi1sxn
2014-01-28 18:58:35 +01:00
Launchpad Translations on behalf of openerp 3ce5e01eca Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140128064139-6fjg3b236v5d790j
2014-01-28 06:41:39 +00:00
Gery Debongnie 737bb32e58 [IMP] improves the HR recruitment analysis view (reporting) by using the new graph view in pivot mode (addon hr_recruitment)
bzr revid: ged@openerp.com-20140127092308-g893knucca1ez4cq
2014-01-27 10:23:08 +01:00
Antony Lesuisse b90092325d [FIX] hr_recruitment job added show_address even if it doesnt seems to have an effect on the name_get
bzr revid: al@openerp.com-20140126202049-g0f9ku4dcmxfbx9y
2014-01-26 21:20:49 +01:00
Antony Lesuisse 412bae2df4 [FIX] hr_recruitment manfiest typo, the manifest copywriting still sucks
bzr revid: al@openerp.com-20140126200231-lksev48uypyj42zw
2014-01-26 21:02:31 +01:00
Mahendra Barad (OpenERP) 80c5401fc9 [Merge]merge with trunk
bzr revid: mba@tinyerp.com-20140122100252-z0bue1wi6d9aako0
2014-01-22 15:32:52 +05:30
Launchpad Translations on behalf of openerp 58907da3ee Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140116051828-hd2t5q9ysbk5wm3p
bzr revid: launchpad_translations_on_behalf_of_openerp-20140119052609-764otsas6xg8r8a2
2014-01-19 05:26:09 +00:00
Gery Debongnie 00c6d55ac9 [MERGE] merge trunk into local branch
bzr revid: ged@openerp.com-20140116144326-8kwqab71zp8s7a8e
2014-01-16 15:43:26 +01:00
Thibault Delavallée 9cf78e93cc [MERGE] Sync with trunk, tries to solve conflicts. There are still some new images to convert into images in xml files.
bzr revid: tde@openerp.com-20140116103910-qmm2y6kucmngplnk
2014-01-16 11:39:10 +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
Mahendra Barad (OpenERP) 102086302f [IMP]improved value of demo data and selection field
bzr revid: mba@tinyerp.com-20140108104029-rrdw8t2skrxs7yzj
2014-01-08 16:10:29 +05:30
Mahendra Barad (OpenERP) 8eb7fb82de [IMP]added the legend widget for priority and kanban state
bzr revid: mba@tinyerp.com-20140107131134-fho22izhbw86w1w5
2014-01-07 18:41:34 +05:30
Thibault Delavallée 49c0b7a820 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140106135700-rt0g44w5xmpbtxiu
2014-01-06 14:57:00 +01:00
Cecile Tonglet dabb11ab88 [FIX] migrate_to_alias() of mail.alias didn't care about result value of _auto_init
bzr revid: cto@openerp.com-20140106133600-o7a2p3pr1zlvjezb
2014-01-06 14:36:00 +01:00
jke-openerp ecca2f99c3 [Merge] Merge With Trunk
bzr revid: jke@openerp.com-20140106082030-e0auqh3l9b2cpuyi
2014-01-06 09:20:30 +01:00
Turkesh Patel (Open ERP) 07746868f6 [FIX] improved code to serch users of company based on eployees company intead of using company of related user of employee
bzr revid: tpa@tinyerp.com-20140103124234-a3euvu0e6bs1n14q
2014-01-03 18:12:34 +05:30
Gery Debongnie 524697751c [IMP] removes old tree views in reporting and replaces them by the new graph views in pivot mode by default (addon hr_recruitment)
bzr revid: ged@openerp.com-20140102104754-pfyq7zdprsfzky60
2014-01-02 11:47:54 +01:00
Turkesh Patel (Open ERP) d133efb007 [IMP] improved log at creation time
bzr revid: tpa@tinyerp.com-20131227130234-bmem1riolid98kk6
2013-12-27 18:32:34 +05:30
Gery Debongnie 9dfb5de2f8 [MERGE] merge from trunk
bzr revid: ged@openerp.com-20131224112327-r1evm1pcw2gpn8dh
bzr revid: ged@openerp.com-20131226132625-33fgmyb0fbu0c9ia
2013-12-26 14:26:25 +01:00
Chirag Dodiya (OpenERP) b69b62a236 [IMP]Improved code,passed context in open attachment in job position and removed unnecessary line from applicants
bzr revid: cod@tinyerp.com-20131226132242-2ygb3m210h6q32i2
2013-12-26 18:52:42 +05:30
Chirag Dodiya (OpenERP) bdcd2e2b5e [IMP]Improved code for get attachment
bzr revid: cod@tinyerp.com-20131226124214-vbs20o6d3yend9jh
2013-12-26 18:12:14 +05:30
Chirag Dodiya (OpenERP) dd2205916a [IMP] Improved code as par coding convention
bzr revid: cod@tinyerp.com-20131226070950-oxlsi06fq2a8p9bk
2013-12-26 12:39:50 +05:30
Chirag Dodiya (OpenERP) 9833e17040 [ADD] Added make file and pass context=none in open attachment method
bzr revid: cod@tinyerp.com-20131226054138-hxtmkgwaaci06xaa
2013-12-26 11:11:38 +05:30
Turkesh Patel (Open ERP) 1b3f2f1a71 [IMP] improved function to open attachments.
bzr revid: tpa@tinyerp.com-20131224133813-5pbsd3jxbj1ypxk1
2013-12-24 19:08:13 +05:30
Turkesh Patel (Open ERP) b3c535806f [IMP] use one2many function field for related attachments.
bzr revid: tpa@tinyerp.com-20131224124834-3wk4l8xnto9krmq8
2013-12-24 18:18:34 +05:30
Gery Debongnie 2793a41cd4 [IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon hr_recruitment)
bzr revid: ged@openerp.com-20131224102827-of7l5cds4t25g17z
2013-12-24 11:28:27 +01:00
Turkesh Patel (Open ERP) bb7f2b7dcd [MRG] added sass file.
bzr revid: tpa@tinyerp.com-20131224072957-2r1teibresz8iy42
2013-12-24 12:59:57 +05:30
Turkesh Patel (Open ERP) 584a7b27f2 [IMP] improved code, remove unneccesary changes and convert application_count function field to one2many field.
bzr revid: tpa@tinyerp.com-20131224072224-b7gq9z4mqhyh7540
2013-12-24 12:52:24 +05:30
Chirag Dodiya (OpenERP) b213ad59d2 [REM]Removed useless class from css and sass
bzr revid: cod@tinyerp.com-20131224064621-80auumzgg38f4uqn
2013-12-24 12:16:21 +05:30
Chirag Dodiya (OpenERP) baea22a838 [ADD] Added sass file of job_position css
bzr revid: cod@tinyerp.com-20131224061737-elp97jzkj5cir2fx
2013-12-24 11:47:37 +05:30
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
Turkesh Patel (Open ERP) 50d67b6461 [IMP] post welcome employee message only if employee created from applicant.
bzr revid: tpa@tinyerp.com-20131223102329-147mo4x9o1mc59lq
2013-12-23 15:53:29 +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 b9e8df4a43 [DOC] hr_recruitment: added changelog about template_id field
bzr revid: tde@openerp.com-20131223092831-lg6j9as0go1r2g7e
2013-12-23 10:28:31 +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 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 28a41dc801 [IMP] hr_recruitment: improved approve/refuse templates
bzr revid: tde@openerp.com-20131220101847-a4ku8yst9ve8cf4y
2013-12-20 11:18:47 +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
jke-openerp eeb4e9629f [TYPO] Replace base_calendar to calendar in csv security
bzr revid: jke@openerp.com-20131219160620-kcjrqv0uald99qqe
2013-12-19 17:06:20 +01:00
jke-openerp dd285d23af [TYPO] Rename base_calendar into calendar
bzr revid: jke@openerp.com-20131219144739-9ic700ycef8uklbc
2013-12-19 15:47:39 +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 d9343e2d27 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131213094016-ylqkilyo4190g81w
2013-12-13 10:40:16 +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) c7e003881a [RMV] remove unnecessary sub type from applicant.
bzr revid: tpa@tinyerp.com-20131210054026-94nckotisg5huqbh
2013-12-10 11:10:26 +05:30
Thibault Delavallée 33633157f2 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131206155646-yj6of6fw43vznkzo
2013-12-06 16:56:46 +01:00
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) 0ed4e99fb7 [MRG] merge with lp;Openobject-addons
bzr revid: tpa@tinyerp.com-20131204090847-pv3lvxn9cqqdn31e
2013-12-04 14:38:47 +05:30
Christophe Matthieu fd2821086f [MERGE] sync with trunk
bzr revid: chm@openerp.com-20131202150925-eqsi0uu0fqtwimhj
2013-12-02 16:09:25 +01:00
Turkesh Patel (Open ERP) 8efba67099 [FIX] image issue.
bzr revid: tpa@tinyerp.com-20131127130411-wsng5u7yo43rdyh0
2013-11-27 18:34:11 +05:30
Christophe Simonis 0521d1aab3 [MERGE] forward port of branch saas-2 up to revid 9017 chs@openerp.com-20131127110552-3u2nxwu01gxj9i7m
bzr revid: chs@openerp.com-20131127111208-iclt7a9ib7oucumh
2013-11-27 12:12:08 +01:00
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) d0324f0cb1 [imp] add department into recruitment demo data to solve the kanban issue.
bzr revid: amb@tinyerp.com-20131126121818-6qx7838yy5t039kx
2013-11-26 17:48:18 +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
Christophe Simonis bb1e256f5b [MERGE] forward port of branch saas-2 up to revid 9010 dle@openerp.com-20131125143003-vjtzj1c5051pdnk3
bzr revid: chs@openerp.com-20131125150054-b135qshkx6icakgk
2013-11-25 16:00:54 +01:00
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
Christophe Simonis 46fcc63e03 [FIX] hr_recruitment: no more `date` field on applicants
bzr revid: chs@openerp.com-20131124203605-0310whfbei1nbbq3
2013-11-24 21:36:05 +01:00
Turkesh Patel (Open ERP) e9e0edd298 [FIX] default email alias name must not be changed when click on apply without changing.
bzr revid: tpa@tinyerp.com-20131122100039-8xjyzm0un62ogn1z
2013-11-22 15:30:39 +05:30
Turkesh Patel (Open ERP) d729f69264 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131122085402-6i6k05cew1z47kxr
2013-11-22 14:24:02 +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) 6974db0568 [IMP]:hr_recruitment:improve responsible for recruitment avatar image
bzr revid: sunilsharma.sharma07@gmail.com-20131122053850-2y9mqir2uzxmb75y
2013-11-22 11:08:50 +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
Launchpad Translations on behalf of openerp 271ed43e7b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131121054848-007arsnnoa8fs65e
bzr revid: launchpad_translations_on_behalf_of_openerp-20131121063838-blqn6j0yfmrlw5vp
2013-11-21 06:38:38 +00:00
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
Launchpad Translations on behalf of openerp 17fe569269 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131119052725-2fcjekn5ouumctna
bzr revid: launchpad_translations_on_behalf_of_openerp-20131120052525-2pwf2q3wdcrbqics
2013-11-20 05:25:25 +00:00
Launchpad Translations on behalf of openerp 6f10f3ae24 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131116054548-3p5ym1d6w40ctn2i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131117052157-8zpcgl9vc9s80s5c
bzr revid: launchpad_translations_on_behalf_of_openerp-20131118052246-2yk6opkjie1zcpw1
2013-11-18 05:22:46 +00:00
Fabien Pinckaers eb3cc55347 [IMP] Job Positions update: filter by office and dept
bzr revid: fp@openerp.com-20131111200621-mlkryuems0d8qx6r
2013-11-11 21:06:21 +01:00
Launchpad Translations on behalf of openerp 523b10fe44 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131119055635-19g4i058ihed0ivz
2013-11-19 05:56:35 +00:00
Launchpad Translations on behalf of openerp 2160342cea Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131116062538-hsi3j63m1pw01qem
bzr revid: launchpad_translations_on_behalf_of_openerp-20131117054515-0jw3bd84wk546u6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20131118055319-wz4qa3cxwowlonxt
2013-11-18 05:53:19 +00: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
ima-openerp 88d51c13b1 [MERGE]with latest.
bzr revid: ima@tinyerp.com-20131021113334-238vg9l2hzm2ijyc
2013-10-21 17:03:34 +05:30
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) 2d0955e868 [FIX] add filds which may be removed by mistacke when merging with latest.
bzr revid: tpa@tinyerp.com-20131015062426-safjdvykkd5m592b
2013-10-15 11:54:26 +05:30
Amit Bhavsar (Open ERP) e74cdf08a3 [MERGE] merge with latest trunk.
bzr revid: amb@tinyerp.com-20131011112542-uenx4qt1u5232ygf
2013-10-11 16:55:42 +05:30
DBR (OpenERP) 4a5d721b2c [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20131011112507-abv4gerd2xo3ou17
2013-10-11 16:55:07 +05:30
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
Thibault Delavallée 94887c5cb8 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131004085039-is2mi6jlh9avo79k
2013-10-04 10:50:39 +02:00
Martin Trigaux 11308f37dd [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)
bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif
2013-10-03 16:32:34 +02:00
Thibault Delavallée 607de396ba [MERGE] Sync with trunk, until revision 8927
bzr revid: tde@openerp.com-20131002135442-g8l2vpkq7h0roqdt
2013-10-02 15:54:42 +02:00
Launchpad Translations on behalf of openerp e441ba637f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m
2013-10-02 05:37:24 +00: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) 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
Darshan Kalola (OpenERP) 8175717f8b [MERGE]merged with main addons
bzr revid: dka@tinyerp.com-20130918070456-sd7fkbk9wzh9dyue
2013-09-18 12:34:56 +05:30
Darshan Kalola (OpenERP) bfa265d287 [IMP]attached cv and discussion to demo data and linked demo data to job position and linked job postion to survey
bzr revid: dka@tinyerp.com-20130918062509-7g8ttro8rkj6sn3c
2013-09-18 11:55:09 +05:30
Darshan Kalola (OpenERP) d1a23edd2e [IMP]align multi-line string
bzr revid: dka@tinyerp.com-20130917130814-wikgcy25594gk8dx
2013-09-17 18:38:14 +05:30
Darshan Kalola (OpenERP) 21876a5810 [MERGE]merged with main addons
bzr revid: dka@tinyerp.com-20130917123814-wqx07inh0ckcqdgw
2013-09-17 18:08:14 +05:30
Turkesh Patel (Open ERP) 2482c2abde [RMV] remove justguge library and use web_kanaban_guage module in dependancy
bzr revid: tpa@tinyerp.com-20130916063802-798ep82x2pcwardu
2013-09-16 12:08:02 +05:30
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
ima-openerp 6259b475cd [IMP]added access rights for manager and user in hr_recruitement and project module.
bzr revid: ishwarmalvi13@gmail.com-20130912132859-lwxivwsrld9ccf2c
2013-09-12 18:58:59 +05:30
Martin Trigaux ab7d8c4ccf [MERGE] refactoring of tests to be executed as normal users instead of administrator, fixed some security rules
bzr revid: mat@openerp.com-20130912085812-xvmjoa5fjis0l2ws
2013-09-12 10:58:12 +02:00
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
Launchpad Translations on behalf of openerp 9dba69ba48 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130912064018-3vecn03jcu9fm1m8
2013-09-12 06:40:18 +00:00
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) c39d533d26 [imp] add stage_id at department onchange.
bzr revid: amb@tinyerp.com-20130912050248-ux9x98i8u8pjgsv0
2013-09-12 10:32:48 +05:30
Martin Trigaux c48504fdba [MERGE] sync with trunk (state -> stage removed some test)
bzr revid: mat@openerp.com-20130911110755-zf3ytf9m27im6x9k
2013-09-11 13:07:55 +02:00
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
Chirag Dodiya (OpenERP Trainee) 59d0036058 [IMP] Improved code of job_position.css
bzr revid: chiragdd7@gmail.com-20130905124215-xe5c6ozcpb4xcwsz
2013-09-05 18:12:15 +05:30
Chirag Dodiya (OpenERP Trainee) c1ecfedfef [IMP] Improved kanban view of Job Position
bzr revid: chiragdd7@gmail.com-20130905123334-lim1brk1av4lydqu
2013-09-05 18:03:34 +05:30
Chirag Dodiya (OpenERP Trainee) 1f2f2c9e3d [IMP] Improved kanban view of Job Position
bzr revid: chiragdd7@gmail.com-20130905113013-53tzmzoyu66ri3mw
2013-09-05 17:00:13 +05:30
Thibault Delavallée 8b48cc9520 [MERGE] addons: added groups when quick creating user in various addons.
bzr revid: tde@openerp.com-20130904141122-uaxlnu7qxzri4q3a
2013-09-04 16:11:22 +02:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
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) d3ccd0fe00 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130904103628-et5460y6vspmctbe
2013-09-04 16:06:28 +05:30
Launchpad Translations on behalf of openerp cb8f9c5a0d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130903054857-i15nhvtthlho7chm
2013-09-03 05:48:57 +00:00
Darshan Kalola (OpenERP) 80da7ddd60 [IMP]Add - before the the sentence This installs the module in help
bzr revid: dka@tinyerp.com-20130830094512-n3nqjtt1g0w8m94v
2013-08-30 15:15:12 +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
Darshan Kalola 9d29902fa5 [MERGE]merged with main addons
bzr revid: darshankalola@gmail.com-20130829063416-3zo337keanlemwe2
2013-08-29 12:04:16 +05:30
Christophe Matthieu ed35895126 [MERGE] from trunk
bzr revid: chm@openerp.com-20130828163937-japdo58t20hhqfoz
2013-08-28 18:39:37 +02:00
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
Turkesh Patel (Open ERP) ed4d5b0bc6 [IMP] improved typo in help
bzr revid: tpa@tinyerp.com-20130826131536-1gpbr9xwbs3vkh8c
2013-08-26 18:45:36 +05:30
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
Atul Patel (OpenERP) b53952e5d7 [MERGE]: Merged with addons
bzr revid: atp@tinyerp.com-20130823132627-jhyrbzgw51s6w05v
2013-08-23 18:56:27 +05:30
Chirag Dodiya (OpenERP Trainee) f5bdd59310 [IMP] Improved view of Job Position and Applications
bzr revid: chiragdd7@gmail.com-20130823132428-os79zm92txk26r97
2013-08-23 18:54:28 +05:30
DBR (OpenERP) cb15c354dd [IMP]:Update label
bzr revid: dbr@tinyerp.com-20130823093617-3aa3h798n6ydt0m1
2013-08-23 15:06:17 +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
DBR (OpenERP) f3b0c35df4 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130822125445-pur4h2bjzjw4p2nx
2013-08-22 18:24:45 +05:30
DBR (OpenERP) 89d03a854a [IMP]base_calander: Add create method for crm.meeting
Update the Doc
remove crm.meeting inheritance from .py file

bzr revid: dbr@tinyerp.com-20130822123534-zx3uxdjojoj55bqn
2013-08-22 18:05:34 +05:30
Amit Bhavsar (Open ERP) 073bf7d937 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130822112419-vz74jafyh2kavq76
2013-08-22 16:54:19 +05:30
bth-openerp 2e4397868d [MERGE]Merge lp:openobject-addons.
bzr revid: bth@tinyerp.com-20130822094920-uye48grby8tj0guc
2013-08-22 15:19:20 +05:30
Thibault Delavallée c147dd4975 [IMP] crm, hr_recruitment, project_issue: removed message put in description in message_new
bzr revid: tde@openerp.com-20130822094613-os846v2g3t2dloo5
2013-08-22 11:46:13 +02:00
bth-openerp ac2e155456 [IMP]Improved write method.
bzr revid: bth@tinyerp.com-20130822092903-34y8e3i2435klsn9
2013-08-22 14:59:03 +05:30
DBR (OpenERP) 051b042bc0 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130822051759-eimb58c5uojikals
2013-08-22 10:47:59 +05:30
Thibault Delavallée 525aee7a86 [MERGE] [REM] [REF] base_status removal
Impacted addons:
- crm_meeting (in base_calendar)
- crm_phonecall
- crm_helpdesk

Removed inheritance towards base_state. Case management (date_open, date_close and duration computation in crm_phonecall) is now directly implemented in write method, to avoid having 2 ways of doing things. Changing state is done through the clickable statusbar widget, allowing to remove most buttons.

Removed base_status module.

Fixed some existing case_* methods in hr_recruitment / project_issue.

bzr revid: tde@openerp.com-20130821132435-skezfvp9phju5tea
2013-08-21 15:24:35 +02:00
bth-openerp ef21f58651 [IMP]Improved write method and previous_stage_id to last_stage_id.
bzr revid: bth@tinyerp.com-20130819093136-52igwbmi3bx30b6i
2013-08-19 15:01:36 +05:30
bth-openerp accf719374 [IMP]Added field value in write method.
bzr revid: bth@tinyerp.com-20130819064410-52iu2dh3izt3256r
2013-08-19 12:14:10 +05:30
bth-openerp 10b0c0e12c [REM]Removed refused filter.
bzr revid: bth@tinyerp.com-20130813120447-aq9971a1ln2vwuq8
2013-08-13 17:34:47 +05:30
Thibault Delavallée 319a222c7c [REM] Removed base_status module.
bzr revid: tde@openerp.com-20130813095546-knv3pq2ljznfvuv4
2013-08-13 11:55:46 +02:00
Thibault Delavallée 9194308cd4 [FIX] hr_recruitment, project_issue, crm_phonecall: fixes related to the removal of base_state/base_stage and all case_ methods
bzr revid: tde@openerp.com-20130813094747-dm06sx2glgdgal9m
2013-08-13 11:47:47 +02:00
Amit Bhavsar (Open ERP) 028d62c391 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130812121219-4opfk262kgmakvsb
2013-08-12 17:42:19 +05:30
Fabien Pinckaers 804d6119e1 [IMP] adding website_hr maniffest, draft
bzr revid: fp@tinyerp.com-20130808180715-i8szh7ooe3rjdiwu
2013-08-08 20:07:15 +02:00
Launchpad Translations on behalf of openerp bb90e51a78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130803061336-i8noij4hjz9nxoow
bzr revid: launchpad_translations_on_behalf_of_openerp-20130804053709-rxcnnh17adwk94b4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130805063055-v6y7lrx7lcoemmk0
2013-08-05 06:30:55 +00:00
Sunil Sharma (OpenERP Trainee) 647db81c56 [IMP]:truck-hr_recruitment-job_positions:
bzr revid: sunilsharma.sharma07@gmail.com-20130731132535-f83r0hvva9zjmkt1
2013-07-31 18:55:35 +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
Darshan Kalola 3cf3519e82 [IMP]improve help of setting/configuration menus
bzr revid: darshankalola@gmail.com-20130724134548-jmgot5zt3xpcx1ct
2013-07-24 19:15:48 +05:30
Christophe Simonis bf29a2ebc7 [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc
bzr revid: dle@openerp.com-20130627104833-b9zgtu8urj43f12b
bzr revid: mat@openerp.com-20130702135856-kmg7d8anw17nkbd8
bzr revid: chs@openerp.com-20130718115928-wpa84dqh8tcq31zt
2013-07-18 13:59:28 +02:00
bth-openerp 9a49a6c2dc [MERGE]Merge lp:openobject-addons.
bzr revid: bth@tinyerp.com-20130717053307-qtsb5djddkc41rpc
2013-07-17 11:03:07 +05:30
bth-openerp 1d391ebb33 [FIX]Resolve conflicts.
bzr revid: bth@tinyerp.com-20130716090653-4xrtndazb02k2kof
2013-07-16 14:36: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
Jignesh Rathod (OpenERP) 84bb3d0fd5 [IMP] Remove Dependancy document_ftp.
bzr revid: jir@tinyerp.com-20130715101035-3kure8xsc7rs9b3j
2013-07-15 15:40:35 +05:30
Launchpad Translations on behalf of openerp d1a4e0aef0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130711062622-v4muic3uqckueux5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130712063505-m63repwd0zokfibu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130713063525-b30s09rh63t3zox4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130714055943-xf6jvk2dpoemt6qx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130715051357-59o0nkhplh3e58mi
bzr revid: launchpad_translations_on_behalf_of_openerp-20130704054706-ace1fcr1vtruoc4s
bzr revid: launchpad_translations_on_behalf_of_openerp-20130705061311-4735gtnj7xjmuprg
bzr revid: launchpad_translations_on_behalf_of_openerp-20130712063510-g2yq0kxqgrx9x1df
bzr revid: launchpad_translations_on_behalf_of_openerp-20130713063533-7mjj5a7226xhtob6
bzr revid: launchpad_translations_on_behalf_of_openerp-20130714055945-h6jn755mtdcubvei
bzr revid: launchpad_translations_on_behalf_of_openerp-20130715051400-rra06yzfd7zw4bt0
2013-07-15 05:14:00 +00:00
Foram Katharotiya (OpenERP) 7be74d0c0a [MERGE] with trunk
bzr revid: fka@tinyerp.com-20130712131913-rbbk600xt3ru6uzw
2013-07-12 18:49:13 +05:30
DBR (OpenERP) ff428776f6 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130712123727-0dydhr9ibcwkpqio
2013-07-12 18:07:27 +05:30
Darshan Kalola (OpenERP Trainee) 745fd9dc71 [IMP]Removed conflict
bzr revid: darshankalola@gmail.com-20130711084820-p7kcnxb162lwz7yu
2013-07-11 14:18:20 +05:30
Darshan Kalola (OpenERP Trainee) 4974565581 [MERGE] merged with main addons
bzr revid: darshankalola@gmail.com-20130711055136-55tx296ybhvjfgh5
2013-07-11 11:21:36 +05:30
Darshan Kalola (OpenERP Trainee) b73328a941 [IMP] improve group by date string
bzr revid: darshankalola@gmail.com-20130710133944-nb7x9c8f0wtpboww
2013-07-10 19:09:44 +05:30
Thibault Delavallée 9e2c08219d [REF] hr_recruitment stage management cleaning
Using stages and states is not easy to manage. Indeed those two fields mess with the same basic concept. This task remove the state on hr.applicant model, leaving only stages.

Main features:
- removed base_stage inheritance on hr.applicant model
- removed state field on hr.applicant model
- removed state field on hr.recruitment.stage model
- removed date field on hr.applicant model, not used anywhere; other date fields are considered as sufficient
- added date_last_stage_update on hr.applicant model, holding the date of the last stage change, allowing reporting and analysis on time spend in stages
- date_open is set when assigning an user to the applicant; date_open now means assignation date

This allows to remove nearly all buttons on the form view. As the statusbar is clickable, the only remaining action is to create an employee from the applicant, which is a link button in the form view.

Subtypes have been updated :
- new applicant: stage_id.sequence=1
- other: stage change

Misc:
- [IMP] views accordingly;
- [IMP] reports accordingly, added date_last_stage_update in reports;
- [IMP] subtypes: New, Stage Changed and Hired are kept;
- [REM] removed some tests because they are not applicable anymore;
- [DOC] doc directory + changelog + stage explanation;
- [REM] removed hired.employee wizard

bzr revid: tde@openerp.com-20130709115904-o9ac29fesu3lreol
2013-07-09 13:59:04 +02:00
Thibault Delavallée 547ae01d6e [DOC] Added forgotten change on changelog.
bzr revid: tde@openerp.com-20130709115511-q0xjtpvs9b248wvy
2013-07-09 13:55:11 +02:00
Thibault Delavallée ab3ce53a10 [DOC] Added a forgotten line.
bzr revid: tde@openerp.com-20130709115129-603b726vaim86mda
2013-07-09 13:51:29 +02:00
Thibault Delavallée 1d6ba9a813 [DOC] hr_recruitment: added some documentation
bzr revid: tde@openerp.com-20130709113439-twm0zw2d5dwa14jx
2013-07-09 13:34:39 +02:00
Darshan Kalola (OpenERP Trainee) e77b687959 [MERGE] merged with main addons
bzr revid: amb@tinyerp.com-20130703065723-o5nsh991jor58amk
bzr revid: darshankalola@gmail.com-20130709102946-t6oya6aa63a0l061
2013-07-09 15:59:46 +05:30
Thibault Delavallée fdde0e5989 [ADD] hr_recruitment: added forgottent doc file
bzr revid: tde@openerp.com-20130708132930-r0tjqyay8svvpe72
2013-07-08 15:29:30 +02:00
Thibault Delavallée 0094ef48e2 [DOC] hr_recruitment: added doc directory + changelog + first draft of doc about stage / state
bzr revid: tde@openerp.com-20130708132904-igi8mikerqa93fjb
2013-07-08 15:29:04 +02:00
Thibault Delavallée f5c09b4002 [FIX] hr_recruitment: fixed onchange_department causing the stage to be resetted
bzr revid: tde@openerp.com-20130708131040-72tke0a25mes9wwp
2013-07-08 15:10:40 +02:00
Thibault Delavallée 7f2795fe16 [IMP] hr_recruitment: added date_last_stage_update and stage_id in search
bzr revid: tde@openerp.com-20130708125658-3igmpfx39ug67iwg
2013-07-08 14:56:58 +02:00
Thibault Delavallée 05359f0909 [IMP] hr_recruitment: added date_last_stage_update field, holding date of last stage modification; removed hired.employee wizard that does not seem to be used anywhere, nor to be useful.
bzr revid: tde@openerp.com-20130708091156-3l6fcl6drd4b6w2y
2013-07-08 11:11:56 +02:00
Thibault Delavallée ef9923feb4 [FIX] Removed get_default_email, already removed but that came back when merging trunk
bzr revid: tde@openerp.com-20130708083921-a6zm0peez8is9qsg
2013-07-08 10:39:21 +02:00
Thibault Delavallée 8ae77f33cc [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130708082630-s26q27e5jw0a2592
2013-07-08 10:26:30 +02:00
DBR (OpenERP) ab87275162 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130708072045-yxomck37e4f25uib
2013-07-08 12:50:45 +05:30
Turkesh Patel (Open ERP) e4fd9bb105 [IMP] improved view and code to show default alias for job
bzr revid: tpa@tinyerp.com-20130704083631-e0cyn2fxpqfhg5hb
2013-07-04 14:06:31 +05:30
Turkesh Patel (Open ERP) fb58f9ad8f [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130703105303-6kp687pgf34lwrms
2013-07-03 16:23:03 +05:30
Martin Trigaux d2d72d8416 [MERGE] forward port of saas-1 up to revision 8749 (mat@openerp.com-20130702135856-kmg7d8anw17nkbd8)
bzr revid: mat@openerp.com-20130702144646-y1wqs5mz4rzoh50g
2013-07-02 16:46:46 +02:00
Turkesh Patel (Open ERP) 8dc25ac0b4 [IMP] improved code
bzr revid: tpa@tinyerp.com-20130702072739-6axuh3cdqfimmgvq
2013-07-02 12:57:39 +05:30
Foram Katharotiya (OpenERP) bc6e053aa9 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20130701091949-e5ecgx5wxqjl1yfq
2013-07-01 14:49:49 +05:30
Turkesh Patel (Open ERP) c3e7429343 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130701091520-tdkxicwr7psc6ig4
2013-07-01 14:45:20 +05:30
sgo@tinyerp.com daec1fa011 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130701090959-ddkktnp3asn6qqj1
2013-07-01 14:39:59 +05:30
Bharat R. Devnani (OpenERP) a835ba0f8a [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20130701085113-f3u2fwuvpqqihc87
2013-07-01 14:21:13 +05:30
Thibault Delavallée d707bdb075 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130628131141-ehdgj1263k5e3991
2013-06-28 15:11:41 +02:00
Amit Bhavsar (Open ERP) 87443c86e0 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130628102353-3cdcw34d2e2x9c8c
2013-06-28 15:53:53 +05:30
Antony Lesuisse fc70550ca2 [IMP] move html module description and icon
bzr revid: al@openerp.com-20130628100441-swpanf2jwcojygh4
2013-06-28 12:04:41 +02:00
Thibault Delavallée 589826e187 [IMP] hr_recruitment: button 'create employee' now a link next to the emp_id field.
bzr revid: tde@openerp.com-20130627154505-oe8wb62brm927knr
2013-06-27 17:45:05 +02:00
Thibault Delavallée 61962befb4 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130627153210-wwgxylt4656xmojs
2013-06-27 17:32:10 +02:00
Thibault Delavallée bf4ada34b4 [REF] mail_thread: message_track now uses browse records instead of read results.
Updated addons accordingly.
Updated tests to test corner cases using False / null browse records.

bzr revid: tde@openerp.com-20130627144647-swbj77i84vo9ii0v
2013-06-27 16:46:47 +02:00
Bharat R. Devnani (OpenERP) 1a499c7bc7 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20130627130956-x171l4uiydeful56
2013-06-27 18:39:56 +05:30
Turkesh Patel (Open ERP) 62a5ecfca3 [IMP] improved view(put image of one line in right side corner),remove no of unread messgaes box
bzr revid: tpa@tinyerp.com-20130627101345-3rz418crnh0122vr
2013-06-27 15:43:45 +05:30
Thibault Delavallée 2bd74561ad [FIX] hr_recruitment: removed get_default_email that was in most cases unnecessary
bzr revid: tde@openerp.com-20130627100922-upqi33ex4v601gng
2013-06-27 12:09:22 +02:00
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
DBR (OpenERP) b9ef8aa9d1 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130627055321-x780r7oc579ga1yv
2013-06-27 11:23:21 +05:30
Amit Bhavsar (Open ERP) 34f15e56d9 [HR] Improve view,title,tooltip and code.
bzr revid: amb@tinyerp.com-20130626121617-17i92ua5yty8htwu
2013-06-26 17:46:17 +05:30
sgo@tinyerp.com 2e272a7687 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130626111029-e6szwugpewn3cd2g
2013-06-26 16:40:29 +05:30
Purnendu Singh (OpenERP) 254dc5b8a9 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20130626100756-56td56rp3ido6cpx
2013-06-26 15:37:56 +05:30
Foram Katharotiya (OpenERP) 866b59d873 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20130626045548-07ftgoorwvlbjdz1
2013-06-26 10:25:48 +05:30
Jignesh Rathod (OpenERP) 2e0f80d5a0 Merge with latest addons.
bzr revid: jir@tinyerp.com-20130625131004-rr8p0qc55w5k8owr
2013-06-25 18:40:04 +05:30
Thibault Delavallée 27ae6e25a2 [FIX] hr_recruitment: fixed view preventing from creating a new job
bzr revid: tde@openerp.com-20130625084621-smra6kdy7fj42o5d
2013-06-25 10:46:21 +02:00
DBR (OpenERP) 10c8a70412 [Merge] lp:openobject-addons
bzr revid: dbr@tinyerp.com-20130620055736-gv2yyszw71hpw94g
bzr revid: dbr@tinyerp.com-20130625060038-6qgd8jz9f5izg3ng
2013-06-25 11:30:38 +05:30
bth-openerp 92ad09af86 [MERGE]Merge lp;openobject-addons.
bzr revid: bth@tinyerp.com-20130624132004-gnejudu8vdz3jkt1
2013-06-24 18:50:04 +05:30