Commit Graph

63 Commits

Author SHA1 Message Date
buke 9d4bea10eb [IMP] hr_attendance: performance improvement
has_group is cached and do not fetch all the users with a slow `group.users`
2015-02-09 16:53:38 +05:30
Maria G fde2046d5e [FIX] hr_attendance: use float division for worked_hours field
Used to be rounded to integer while the field is a float.
Fixes #3526
2014-11-26 16:46:26 +01:00
Olivier Dony ef53a831c6 [MERGE] Forward-port saas-5 up to a5f7891 2014-07-23 16:58:00 +02:00
Richard Mathot 005282014a [FIX] hr_attendance: typo introduced at rev 1c9e8ba077 2014-07-22 10:03:16 +02:00
Oliver Laurent 1c9e8ba077 [FIX] hr_timesheet: handle case when has never signed in
The search may return zero results if an employee has never signed in. In this case the browse would have failed.
2014-07-18 11:53:19 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Simon Lejeune 5eb2f28bb9 [REM] hr_attendance: removed attendance by week/month reports, rml and wizards
bzr revid: sle@openerp.com-20140424092639-nlzxtx17jaa2w9p7
2014-04-24 11:26:39 +02:00
Simon Lejeune fc2dd8983d [WIP] hr_attendance graphview: moved graph declaration inside hr_attendance_view.xml, removed the useless day field on hr.attendance model, fixed the groupby so that se graphview allows to group by day, week, etc.
bzr revid: sle@openerp.com-20140423095409-wab11nwouwnz43og
2014-04-23 11:54:09 +02:00
Simon Lejeune 748062b248 [WIP] hr_attendance: replace the attendance by week/month rml report by a graph view
bzr revid: sle@openerp.com-20140422163049-kgq5hwnk66svrmb1
2014-04-22 18:30:49 +02:00
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 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01: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
Bhumi Thakkar (Open ERP) 39470414b0 [IMP]String Replaced Invoiced to Invoice Ratio and Given string to currency_id field.
bzr revid: bth@tinyerp.com-20121205083731-vuyi112ouewch5iw
2012-12-05 14:07:31 +05:30
Harry (OpenERP) 2deb110a23 [IMP] hr_attendance: refactor code
bzr revid: hmo@tinyerp.com-20120924063951-ub602rou1p9wtt7p
2012-09-24 12:09:51 +05:30
Pinakin Nayi (OpenERP) 4d9fa19122 [IMP]sign in or sign out button enable if attendance group
bzr revid: pna@tinyerp.com-20120924051724-m5b74g2kfw8c337h
2012-09-24 10:47:24 +05:30
Pinakin Nayi (OpenERP) 008d5d35d7 [IMP]add config file in hr_attendance
bzr revid: pna@tinyerp.com-20120921134405-0q3mwq6dsp2fw4yu
2012-09-21 19:14:05 +05:30
Fabien Pinckaers fabf4971aa [FIX] timesheet_sheet should not crash anymmore when tests are performed at 23:59
bzr revid: fp@tinyerp.com-20120917081451-ugk1qi0le22kn44n
2012-09-17 10:14:51 +02:00
niv-openerp 280d9e426d [IMP] changed tooltip
bzr revid: nicolas.vanhoren@openerp.com-20120907122337-pb8pia5e753zzi32
2012-09-07 14:23:37 +02:00
Harry (OpenERP) 86b4fac6dc [MERGE]
bzr revid: hmo@tinyerp.com-20120905133804-6fmqbv70oun3y3cn
2012-09-05 19:08:04 +05:30
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02: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
Saurang Suthar(OpenERP) 25d650e96e [IMP] Improved warning messages for hr* modules
bzr revid: pso@tinyerp.com-20120725121354-hypwxo74c43jm5gp
2012-07-25 17:43:54 +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
Harry (OpenERP) d6df3fb47f [IMP] hr_attendance
- remove wizards 'hr.sign.in.out.ask' and 'hr.sign.in.out' for simply Attendance action.
- code clean of 'attendance_action_change' of hr.employee.
- code clean of AttendanceNotifier widget and also overrides methods of DataSet widget to update AttendanceNotifier widget base on employee attendance.

bzr revid: hmo@tinyerp.com-20120511054711-uah7h2af9bbx7nch
2012-05-11 11:17:11 +05:30
Raphael Collet c2c03c3afd [MERGE] lp:885387 (hr_attendance: fix code that checks alternance of sign-in/sign-out)
bzr revid: rco@openerp.com-20120124130650-yqc83v8tlq0nd273
2012-01-24 14:06:50 +01:00
Thibault Delavallée 20ed63d598 [IMP] Refactored _altern_si_so code. Added limits to searches. Code now validates only new data, not all past data. Cleaned algorithm documentation.
bzr revid: tde@openerp.com-20120111130121-8bcgnjt233nv0izj
2012-01-11 14:01:21 +01:00
Divyesh Makwana (Open ERP) 5732272096 [FIX] hr_attendance : timesheet - sign in - out : must not allow overlaps
lp bug: https://launchpad.net/bugs/885387 fixed

bzr revid: mdi@tinyerp.com-20111220094552-jfwpgzy7f0lmig44
2011-12-20 15:15:52 +05:30
Divyesh Makwana (Open ERP) dde556db2e [FIX] hr_attendance : timesheet - sign in - out : must not allow overlaps
bzr revid: mdi@tinyerp.com-20111114122823-7ehd1axt0l0b2euz
2011-11-14 17:58:23 +05:30
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
pso (OpenERP) ec90de83c3 [IMP] Usability Improvements
bzr revid: pso@tinyerp.com-20110414094054-q9yxjhj1nmjid027
2011-04-14 15:10:54 +05:30
Jay Vora (OpenERP) 9e1ecfac29 [FIX] hr_attendance : Correction on wizard of sign in/out [Ref: SaaS maintenance case 3896]
bzr revid: jvo@tinyerp.com-20110128090417-pw46529et3its2js
2011-01-28 14:34:17 +05:30
François Degrave b05d9cfe25 [FIX] HR sign in/sign out
bzr revid: fde@openerp.com-20101229123900-mxl4umxn1tqjjpar
2010-12-29 13:39:00 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Mustufa Rangwala a6d42b32e2 [REF] hr_attenedace: code improved
bzr revid: mra@mra-laptop-20101029072430-d1siyfqhmftqka56
2010-10-29 12:54:30 +05:30
vth cd8e9de724 [REF] hr_*
bzr revid: vth@tinyerp.com-20101027124959-phubwje70rmbec4p
2010-10-27 18:19:59 +05:30
Vir (Open ERP) a141d983d9 [MOD] hr_* : applied changes from usability branch
bzr revid: vir@tinyerp.com-20101008132247-3m1ff2ngm3im61pn
2010-10-08 18:52:47 +05:30
Harry (OpenERP) e4e5d50693 [FIX] hr_attendance: fix small during check quality
bzr revid: hmo@tinyerp.com-20100903100903-82pj3xya5b6hmh04
2010-09-03 15:39:03 +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
Mustufa Rangwala 1250d1cac7 [IMP] hr_attendance: Improve Code and clean
bzr revid: mra@mra-laptop-20100813064434-wm4lps6xx6skv2op
2010-08-13 12:14:34 +05:30
PSI (Openerp) 595fdbde61 [IMP] hr related modules improvements
bzr revid: mra@mra-laptop-20100726061527-xftwpfuimrs2bbo8
2010-07-26 11:45:27 +05:30
Mustufa Rangwala e02ec78cfe [IMP] HR Modules improvements (ref: PSI)
bzr revid: mra@mra-laptop-20100713133802-jgzks42h9x83ivmz
2010-07-13 19: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 413c489090 [IMP] miscelleanous improvments
bzr revid: fp@tinyerp.com-20100625084621-8mztzgdyxrcfv93w
2010-06-25 10:46:21 +02:00
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
mra (Open ERP) 268e0e7427 [IMP] hr_attendance: Clean
bzr revid: mra@tinyerp.com-20100413053736-lsafjedycvt8xsbm
2010-04-13 11:07:36 +05:30
Stephane Wirtel b748958082 [REF] hr,hr_attendance,hr_expense,hr_holidays,hr_timesheets,stock: Review some layouts
bzr revid: stephane@openerp.com-20100318173933-5mdevsd8oeon8vu7
2010-03-18 18:39:33 +01:00
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
Jay (Open ERP) f1918969ee [FIX] Hr_attendance : Button action calling corrected
bzr revid: jvo@tinyerp.com-20100118151410-maj5xsc2lsf8f9e0
2010-01-18 20:44:10 +05:30