Commit Graph

84 Commits

Author SHA1 Message Date
Aaron Bohy ba37ae3cf3 [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
Fabien Pinckaers 8aca457e34 [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
Fabien Meghazi b7003a382a [MERGE] upstream
bzr revid: fme@openerp.com-20140429154104-csm3jq6uxy9tk1ea
2014-04-29 17:41:04 +02:00
Fabien Meghazi 1c4e2cfd22 [IMP] bundlify addons (except website)
bzr revid: fme@openerp.com-20140424172129-ze74eaz2eaidmxhm
2014-04-24 19:21:29 +02:00
Randhir Mayatra rma-openerp c399e1daaf [MERGE] merge with latest trunk and resolve conflicts
bzr revid: rma@tinyerp.com-20140414110149-r3l00xr8l08ex7oc
2014-04-14 16:31:49 +05:30
Richard Mathot (OpenERP) ef7a23ad27 [REM] bye bye vim
bzr revid: rim@openerp.com-20140304142341-xav2selw1nmozeyf
2014-03-04 15:23:41 +01:00
Richard Mathot (OpenERP) b8ccde9318 [FIX] Reenabling tests for hr_recruitment
bzr revid: rim@openerp.com-20140304135923-32nr8uw1vu4vvqxt
2014-03-04 14:59:23 +01:00
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
Sunil Sharma (OpenERP) dd4813e360 [mrg]:lp:openobject-addons
bzr revid: sunilsharma.sharma07@gmail.com-20140304063937-vyrt063gzfhsoy4k
2014-03-04 12:09:37 +05:30
Richard Mathot (OpenERP) 4691383273 [REF] code cleaning
bzr revid: rim@openerp.com-20140212131837-gjbl4nu8d1zdwqy1
2014-02-12 14:18:37 +01:00
Richard Mathot (OpenERP) 78f683d3d4 [MERGE] Merge trunk
bzr revid: rim@openerp.com-20140212095606-n8e1q086m2996wxn
2014-02-12 10:56:06 +01:00
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
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
jke-openerp dd285d23af [TYPO] Rename base_calendar into calendar
bzr revid: jke@openerp.com-20131219144739-9ic700ycef8uklbc
2013-12-19 15:47:39 +01:00
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
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
Thibault Delavallée 319a222c7c [REM] Removed base_status module.
bzr revid: tde@openerp.com-20130813095546-knv3pq2ljznfvuv4
2013-08-13 11:55:46 +02:00
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
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 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
Turkesh Patel (Open ERP) 8dc25ac0b4 [IMP] improved code
bzr revid: tpa@tinyerp.com-20130702072739-6axuh3cdqfimmgvq
2013-07-02 12:57:39 +05:30
Turkesh Patel (Open ERP) 4b2395f95e [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130530123622-xxuk2yhii7gs9s24
2013-05-30 18:06:22 +05:30
Vishmita Jadeja (openerp) 3369744ac0 [IMP]Add JustGage library in job position kanban
bzr revid: vja@tinyerp.com-20130517134341-e8kvjxv5lrc36gde
2013-05-17 19:13:41 +05:30
Vishmita Jadeja (openerp) 07c0e087d9 [IMP]Improve Code
bzr revid: vja@tinyerp.com-20130404060608-nfm6xrq53qcbl1un
2013-04-04 11:36:08 +05:30
Vishmita 74ca841734 [IMP]Improve code
bzr revid: vja@tinyerp.com-20130218085303-3ixmoqi1mzefllft
2013-02-18 14:23:03 +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 7393a42f17 [fix]Improve code
bzr revid: vja@tinyerp.com-20130213055553-f9feuuj0tcszo7vf
2013-02-13 11:25:53 +05:30
Fabien Pinckaers f3fc080ef7 [MERGE] module desc + stock
bzr revid: fp@tinyerp.com-20121209105527-4ot27zsv5vqr38ls
2012-12-09 11:55:27 +01:00
Fabien Meghazi 9784c7dfa5 [REM] Removed manual many2many tags from kanban views
bzr revid: fme@openerp.com-20121128115417-sgpf3hr4rgwglrbm
2012-11-28 12:54:17 +01:00
Turkesh Patel (Open ERP) 18d2b635ad [IMP] improved sequence of hr modules.
bzr revid: tpa@tinyerp.com-20121030060105-9yzvak8mvz9ih4a6
2012-10-30 11:31:05 +05:30
Fabien Pinckaers e9f4840c93 [IMP] emoving bad code, no invitation system on events
[IMP] no more certifiate, will be managed in apps.openerp.com directly

bzr revid: fp@tinyerp.com-20120926121627-60isym4hdjkaxe9p
2012-09-26 14:16:27 +02:00
Gilles Major 59c03591df [MERGE] improvements on module descriptions
bzr revid: gim@openerp.com-20120914140950-drka4c0tnbnkw3fg
2012-09-14 16:09:50 +02:00
Gilles Major 30839863e8 [IMP] improve module descriptions
bzr revid: gim@openerp.com-20120914122827-dhao39ur269mmin8
2012-09-14 14:28:27 +02:00
Rucha (Open ERP) 2c0f02e876 [IMP]: hr_recruitment: Improved module description for hr_recruitment
bzr revid: rpa@tinyerp.com-20120912113833-kx88qnb8js2xuhcf
2012-09-12 17:08:33 +05:30
Saurang Suthar(OpenERP) 095843797c [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate
bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
2012-08-22 18:32:32 +05:30
Antonin Bourguignon 5d0f5d7c84 [IMP] portal, hr_recruitment, project: improve descriptor files
bzr revid: abo@openerp.com-20120816153154-2k1wazvhnqfrcd7i
2012-08-16 17:31:54 +02:00
Antonin Bourguignon 18e8d506e7 [IMP] hr_recruitment: add the tags to the kanban view
bzr revid: abo@openerp.com-20120816151148-ymqe4mreppwk72lh
2012-08-16 17:11:48 +02:00
Fabien Pinckaers d14c62fbe8 [IMP] copywriting summary of modules
bzr revid: fp@openerp.com-20120730132840-bchv2hmp40uqkwvb
2012-07-30 15:28:40 +02:00
Raphael Collet dee772d423 [FIX] in summary of modules: typos
bzr revid: rco@openerp.com-20120720093046-92l51ts5aaee9etq
2012-07-20 11:30:46 +02:00
Jigar Amin - OpenERP 5f9f841915 [MERGE] Added Summary for the Main Apps
bzr revid: jam@tinyerp.com-20120717062621-vfg0wyil74rb7k0s
2012-07-17 11:56:21 +05:30
Twinkle Christian (OpenERP) b25e73a680 [IMP]Adding summary
bzr revid: tch@tinyerp.com-20120717060547-6owny0ouxrc1hxlu
2012-07-17 11:35:47 +05:30
Raphael Collet b52e4ce840 [IMP] hr_recruitment, import_google: remove dependency on module crm
bzr revid: rco@openerp.com-20120706130920-wj44bogblyt6kenq
2012-07-06 15:09:20 +02:00
Raphael Collet 37b6165dd4 [REM] hr_recruitment: remove unused wizard hr.recruitment.job2phonecall
bzr revid: rco@openerp.com-20120705115521-ox4hpbqfbrfcsbd0
2012-07-05 13:55:21 +02:00
Thibault Delavallée 31c90bc73f [FIX] project, project_issue, hr_recruitement: added dependency to base_status
bzr revid: tde@openerp.com-20120529140618-zz4a5zc0205ha7xu
2012-05-29 16:06:18 +02:00
Mayur Maheshwari (OpenERP) ea859f54c8 [IMP]all: remove a complexity in openerp and move asset management and Payroll in extra modules
bzr revid: mma@tinyerp.com-20120518052605-e6sdmicwtb4kcoq0
2012-05-18 10:56:05 +05:30
Jagdish Panchal (Open ERP) 37465c6ea5 [IMP] HR: add the configuration wizard(new added file >> hr/res_config.py, hr/res_config_view.xml,hr_recruitment/res_config.py, hr_recruitment/res_config_view.xml, hr_timesheet_sheet/res_config.py, hr_timesheet_sheet/res_config_view.xml)
bzr revid: jap@tinyerp.com-20120402054418-596gzjhyne7o6148
2012-04-02 11:14:18 +05:30
Vo Minh Thu ad4b6fcc21 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
2012-01-30 11:18:37 +01:00