Commit Graph

63 Commits

Author SHA1 Message Date
Gery Debongnie 188241ce00 [FIX] code cleanup (addon hr_contract)
simplify the method _contracts_count, remove try/except/pass statements

bzr revid: ged@openerp.com-20140507140718-waw1di92qicsch2z
2014-05-07 16:07:18 +02:00
Gery Debongnie 8135812d34 [FIX] moves the field definitions of models hr.job and hr.employee that should have been in submodules to their correct place (in hr_something) to avoid dependencies problems (addons hr, hr_*)
bzr revid: ged@openerp.com-20140415105419-wy026n5k10wo80wb
2014-04-15 12:54:19 +02:00
Amit Bhavsar (Open ERP) d24e12de9f [Imp] improve code in hr-contract.
bzr revid: amb@tinyerp.com-20130627110029-k8y7s191i80hsaua
2013-06-27 16:30:29 +05:30
Amit Bhavsar (Open ERP) baa5222c18 [Imp] improve code in hr-contract.
bzr revid: amb@tinyerp.com-20130627102032-foe8mg1ckd4tulqa
2013-06-27 15:50:32 +05:30
Amit Bhavsar (Open ERP) ae5bc2790d [hr] Improve code and tooltip space.
bzr revid: amb@tinyerp.com-20130627070942-439q75pndgotligf
2013-06-27 12:39:42 +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
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
help 41d1135812 [IMP]improved exception warnings in remaining modules as per suggestion
bzr revid: help-20120731133425-2zlm5sakpowuc6rk
2012-07-31 19:04:25 +05:30
Pinakin Nayi (OpenERP) 27226c12b2 [IMP]hr-warning-message
bzr revid: pna@tinyerp.com-20120713070425-b3envibswfdt6umq
2012-07-13 12:34:25 +05:30
Quentin (OpenERP) 6867bc1375 [IMP] review of some hr form view
bzr revid: qdp-launchpad@openerp.com-20120704162910-zatsmoxyu2reaab2
2012-07-04 18:29:10 +02:00
Bharat (OpenERP) da8d605eab [IMP] changed the field size of name in hr.contract object from 32 to 64
bzr revid: bde@tinyerp.com-20110916085253-zrro4e1nib4sfl9d
2011-09-16 14:22:53 +05:30
Quentin (OpenERP) 69b13f877c [IMP] hr_contract: completly removed passport field as it was already present in hr.employee
bzr revid: qdp-launchpad@openerp.com-20110711215710-iqfhdjer7g1tmyml
2011-07-11 23:57:10 +02:00
Quentin (OpenERP) e641b54dac [FIX] hr_contract: passport into char instead of m2o
bzr revid: qdp-launchpad@openerp.com-20110711214754-qafeimh8ksmcp2e4
2011-07-11 23:47:54 +02:00
Quentin (OpenERP) 8d29e89f44 [IMP] hr_contract: changed passport into char field and removed useless object
bzr revid: qdp-launchpad@openerp.com-20110711170401-q71lycboq23izgnv
2011-07-11 19:04:01 +02:00
Quentin (OpenERP) 5ec533eb67 [MERGE] merged main trunk addons branch
bzr revid: qdp-launchpad@openerp.com-20110711163839-v1bdt337kds3072n
2011-07-11 18:38:39 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Quentin (OpenERP) 8713630eb8 [REF] hr_contract: removed commented code (for 'the sake of clarity' and because bazaar is your historian ^^)
bzr revid: qdp-launchpad@openerp.com-20110406130721-ttg9xgrkq5n3ry3d
2011-04-06 15:07:21 +02:00
Mustufa Rangwala df2e6428d3 [IMP] contract: add default for wage type
bzr revid: mra@mra-laptop-20110329111442-p89ssh3da6qgt7ko
2011-03-29 16:44:42 +05:30
psi (Open ERP) 188ca3c715 [IMP] hr_contract: remove unwanted object 'hr.contract.wage.type.period', hr_payroll: Add recompute button, improve the compute method or hr.payroll.register and workflow of hr.payslip
bzr revid: psi@tinyerp.co.in-20110322103531-kxk06fej7kh95td5
2011-03-22 16:05:31 +05:30
psi (Open ERP) cc8bb306f5 [IMP] improve _caluculate method on hr.payslip object so it will consider all line_ids of hr.payslip
bzr revid: psi@tinyerp.co.in-20110311122326-golfefokn1bp2gsz
2011-03-11 17:53:26 +05:30
Mustufa Rangwala d39237d474 [IMP/FIX] hr_payroll: Improvement and cleaning
bzr revid: mra@mra-laptop-20110308063637-zfv8hawzqkdvsk8d
2011-03-08 12:06:37 +05:30
mtr 6e6b21a875 [IMP] hr_payroll,hr_contract:commented 'hr.contract.wage.type' and improved strings of menuitem in payroll.
bzr revid: mtr@mtr-20110307112817-f3c7o3fro4oxzejn
2011-03-07 16:58:17 +05:30
mtr 11c72fb988 [IMP] hr_payroll:removed 'advantages_net' and 'advantages_gross' fields from hr.contract
bzr revid: mtr@mtr-20110307084515-3o33wpeh1uh3czhe
2011-03-07 14:15:15 +05:30
psi (Open ERP) 016fbccf00 [IMP] changes as per hr_payroll_new file given by QDP sir: move hr_passport obj to hr module, move some fields of hr.contract from hr_paroll to hr_contract, remove working_days_per_week field for contart and get it from resource calender
bzr revid: psi@tinyerp.co.in-20110303124903-nopz0swoebyqtsqq
2011-03-03 18:19:03 +05:30
psi (Open ERP) aeb79ab194 [IMP, FIX] hr_payroll: Remove Compute and Recompute buttons from hr.payslip, fixes: on hr.contract Visa fields become required=true when we fill the passport, Improve view of hr.payslip
bzr revid: psi@tinyerp.co.in-20110302093407-7vchj5e2hw70357h
2011-03-02 15:04:07 +05:30
psi (Open ERP) 3f1aeeef70 [IMP] hr_payroll: Add new tab Holiday on hr.payslip object and comment unwanted calculation for gross and net, remove wage_type_id
bzr revid: psi@tinyerp.co.in-20110225134314-zopq8bwlwmh61glr
2011-02-25 19:13:14 +05:30
Mustufa Rangwala 81e0120f2c [MERGE] Bug fixes: 692139, 691218, 692962
And hr payroll yaml, Used is_zero instead of round in account balane, profit loss, balance sheet

bzr revid: mra@mra-laptop-20101222052147-1hd87zw7stu3hhdx
2010-12-22 10:51:47 +05:30
psi (Open ERP) 9deb75b765 [Fix] hr_contract: In hr contract, shouldn't be able to enter an end date lower than a start date
lp bug: https://launchpad.net/bugs/692962 fixed

bzr revid: psi@tinyerp.co.in-20101221132641-sk4a6s07ye3s9d6k
2010-12-21 18:56:41 +05:30
pso 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
Vir (Open ERP) 89ae4ef2d3 [MOD] small modification
bzr revid: vir@tinyerp.com-20100915135027-ks0jpfuq24oa23da
2010-09-15 19:20:27 +05:30
Vir (Open ERP) a1395976b0 [ADD] hr_timesheet_sheet : My current timesheet wizard added, hr_holiays : action added in tree view of allocation request
bzr revid: vir@tinyerp.com-20100914134435-3qadm4vy339ugo20
2010-09-14 19:14:35 +05:30
Vir (Open ERP) ed78df1178 [MOD] hr_contract : added fields of trial period. hr_timesheet_invoice : added tooltip and fix problem of currency id in view
bzr revid: vir@tinyerp.com-20100914105942-1fiqolelalp08tvs
2010-09-14 16:29:42 +05:30
Vir (Open ERP) 35c76a73c6 [FIX] hr_contract :In the contract list view, what is department with number
bzr revid: vir@tinyerp.com-20100901060634-141oc75keb7dzl4t
2010-09-01 11:36:34 +05:30
psi (Open ERP) da787061db [IMP] hr_* Clean the code
bzr revid: psi@tinyerp.co.in-20100826045204-lxfawwkq2be62e8s
2010-08-26 10:22:04 +05:30
PSI(OpenERP) 04e5144b2d [IMP] HR modules: Usebility, on employee add contract field (latest)
bzr revid: mra@mra-laptop-20100819093802-9z5a0t6rn4f17i5j
2010-08-19 15:08:02 +05:30
Mustufa Rangwala c179005fc7 [IMP] Clean hr_* module (Still need to done)
bzr revid: mra@mra-laptop-20100703102152-4ulrrzbkorpd7xei
2010-07-03 15:51:52 +05:30
Fabien Pinckaers 5eb7a02e07 [FIX] removed action by mistake
bzr revid: fp@tinyerp.com-20100612223323-2gtw8kn6w0gfpz30
2010-06-13 00:33:23 +02:00
Quentin De Paoli 0bac4d348e [IMP] hr_contract: improved label
bzr revid: qdp@cyan-20100510122119-b4cdze60az0ewwnx
2010-05-10 14:21:19 +02:00
mra (Open ERP) 97d5bbe0c8 [IMP] hr_contract: Clean
bzr revid: mra@tinyerp.com-20100414094619-o5w22jpiuxil80xy
2010-04-14 15:16:19 +05:30
mra (Open ERP) c219db4404 [IMP] hr_contract: change the field name working hours per day to working hours because it can be expressed in hours/week on contract object
bzr revid: mra@tinyerp.com-20100308051412-horl6e8viy2haqyo
2010-03-08 10:44:12 +05:30
Fabien Pinckaers 9a80a32a9a improve_hr_evaluation
bzr revid: fp@tinyerp.com-20100305175147-jgl1cz7zblmc260a
2010-03-05 18:51:47 +01:00
Fabien Pinckaers 5616417163 merge
bzr revid: fp@tinyerp.com-20100305173956-8yz4wmpyopeny1kt
2010-03-05 18:39:56 +01:00
Fabien Pinckaers 757618c604 [IMP] hr module improvement, better views
bzr revid: fp@tinyerp.com-20100305173619-bil2o952ca21ifk8
2010-03-05 18:36:19 +01:00
Mantavya Gajjar c72753bfa1 [FIX]:fix a bug related to the twise Marital status
complete move to hr module instead of hr_contract

lp bug: https://launchpad.net/bugs/520992 fixed

bzr revid: mga@tinyerp.com-20100216070246-jq8d9zf6aogz1lt8
2010-02-16 12:32:46 +05:30
HDA (OpenERP) 92ae38eb0a Project management improvements
bzr revid: hda@tinyerp.com-20100119073547-dqn2c0i9ycx6kp3a
2010-01-19 13:05:47 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Rvo (Open ERP) de52c987b1 Project Improvement
bzr revid: rvo@tinyerp.co.in-20100112053248-fkxz9h06ljzgt65q
2010-01-12 11:02:48 +05:30
uco (OpenERP) c9f66f69f0 [IMP]: Tooltip improvements: Typo errors and improvements
bzr revid: uco@tinyerp.co.in-20091221095054-do0gbj9907u3oyxc
2009-12-21 15:20:54 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30