Commit Graph

169 Commits

Author SHA1 Message Date
niv-openerp 7c1339928b Removed day by day
bzr revid: nicolas.vanhoren@openerp.com-20121001154605-nemay3pze49ejjld
2012-10-01 17:46:05 +02:00
Fabien Pinckaers 0eee48d30a [MERGE] auto-follow Sales Team, Projet, HR Manager
bzr revid: fp@tinyerp.com-20120927191059-pug5mrft8f06uwux
2012-09-27 21:10:59 +02:00
Atul Patel (OpenERP) 1c1978fbb7 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120927041011-e90b4710saidnlcf
2012-09-27 09:40:11 +05:30
Atul Patel (OpenERP) d050d743ee [FIX]: override write method into hr module..
bzr revid: atp@tinyerp.com-20120926184445-3o03o0n4oxgprern
2012-09-27 00:14:45 +05:30
Atul Patel (OpenERP) 7f08d3d176 [FIX]: Fix employee manager id
bzr revid: atp@tinyerp.com-20120925173320-z4vn1ir2bwp9gu5l
2012-09-25 23:03:20 +05:30
Atul Patel (OpenERP) e8cf471e19 [IMP]: Manager should able to follow his employee requests
bzr revid: atp@tinyerp.com-20120924103812-eg1nflvk68cble4m
2012-09-24 16:08:12 +05:30
niv-openerp 6e2b27e7a9 [MERGE] hr_attendance: removed some wizard and added widget to sign in/sign out
bzr revid: nicolas.vanhoren@openerp.com-20120907084438-bnxmscn1zt8u0aex
2012-09-07 10:44:38 +02:00
Stephane Wirtel 28b6979371 [FIX] account: Add an ondelete=cascade on the payment term line
[FIX] crm_claim: Fix a bug with the precedence of a menuitem
[FIX] hr_timesheet_sheet: Fix the ids of name_get

bzr revid: stw@openerp.com-20120906125407-8lbgehsf0yvy35vw
2012-09-06 14:54:07 +02:00
Harry (OpenERP) 86b4fac6dc [MERGE]
bzr revid: hmo@tinyerp.com-20120905133804-6fmqbv70oun3y3cn
2012-09-05 19:08:04 +05:30
Mayur Maheshwari (OpenERP) 6c337bcd64 [IMP]hr_timesheet_sheet :improved as per ids
bzr revid: mma@tinyerp.com-20120821090750-zkr0loqnmslqslcr
2012-08-21 14:37:50 +05:30
Mayur Maheshwari (OpenERP) 1937247840 [IMP]hr_timesheet_sheet :improve name_get method
bzr revid: mma@tinyerp.com-20120821055150-60n2k2fva99mqi9m
2012-08-21 11:21:50 +05:30
Mayur Maheshwari (OpenERP) 4e435d335d [FIX]hr_timesheet_sheet :fix the issue open timesheet by account from timesheet form view and pass a appropriate ids in name_get
lp bug: https://launchpad.net/bugs/1038023 fixed

bzr revid: mma@tinyerp.com-20120817104702-qpzqc8w1s9pccr83
2012-08-17 16:17:02 +05:30
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
help c5427f3faa [IMP]improved exception warnings as per suggestion
bzr revid: help-20120731124210-7vjw7puesjm3884p
2012-07-31 18:12:10 +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) 881148d4b1 [IMP]hr-warning-message
bzr revid: pna@tinyerp.com-20120713121613-poze6x6838cr9xpe
2012-07-13 17:46:13 +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) 763fa6ce81 [MERGE] merged with trunk
bzr revid: hmo@tinyerp.com-20120524164328-vxx3yol4c4bhonfv
2012-05-24 22:13:28 +05:30
Harry (OpenERP) 80ef7b58dd [IMP] hr_timesheet_sheet: improve API to signin/signout with new method 'attendance_action_change'
bzr revid: hmo@tinyerp.com-20120511073320-ilnxqtenca01l563
2012-05-11 13:03:20 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Quentin (OpenERP) a5b56361e4 [FIX] hr_timesheet_sheet: fixed the automatic computation of sheet_id field on hr.analytic.timesheet object. Before it was not automatically triggered at the creation and it was causing a problem in a YAML test of module project_timesheet
bzr revid: qdp-launchpad@openerp.com-20120313150347-230dwv8a96y1j04x
2012-03-13 16:03:47 +01:00
Raphael Collet e3582f6de7 [IMP] hr_timesheet_sheet: small improvements
bzr revid: rco@openerp.com-20120106092520-hcg9kl17hbgl5mum
2012-01-06 10:25:20 +01:00
Raphael Collet f6e24e2ea9 [MERGE] from trunk
bzr revid: rco@openerp.com-20120106083217-15db2s9i3wi7f5xr
2012-01-06 09:32:17 +01:00
Stefan Rijnhart d47cfde798 [FIX] hr_timesheet_sheet : Weekly timesheet created on monday covers two weeks
lp bug: https://launchpad.net/bugs/897662 fixed

bzr revid: mdi@tinyerp.com-20111208062856-y957nmoedj2nwxk5
2011-12-08 11:58:56 +05:30
Guewen Baconnier dbb682f8dc [FIX] hr : hr_timesheet_sheet: Timesheets big performance issues
lp bug: https://launchpad.net/bugs/798732 fixed

bzr revid: bde@tinyerp.com-20111114122042-korond509at5p5m9
2011-11-14 17:50:42 +05:30
Raphael Collet 9bda9ae861 [FIX] revert change 5542, which makes tests fail
bzr revid: rco@openerp.com-20111109140726-far79s7wwa1w9uty
2011-11-09 15:07:26 +01:00
Raphael Collet d9f254eead [MERGE] lp:887553
bzr revid: rco@openerp.com-20111109125350-8rrbockys62pkid7
2011-11-09 13:53:50 +01:00
Raphael Collet 73bdf34a66 [MERGE] lp:798732
bzr revid: rco@openerp.com-20111109110549-2ctesk7m58kkh14t
2011-11-09 12:05:49 +01:00
Stéphane Bidoul 6eabac46a9 [FIX] hr : hr_timesheet_sheet's can overlap by one day
lp bug: https://launchpad.net/bugs/887553 fixed

bzr revid: bde@tinyerp.com-20111109062543-6s5yi9zn0lfss907
2011-11-09 11:55:43 +05:30
Quentin (OpenERP) 32c21e1ac0 [MERGE] merged the branch of Guewen Baconnier (Camptocamp) that improves the hr_timesheet_sheet by allowing to make 'sign in' ('sign out') when still present (absent). Thanks for the contribution, c2c
bzr revid: qdp-launchpad@openerp.com-20111028115717-inwoqbaej5i4l549
2011-10-28 13:57:17 +02:00
Quentin (OpenERP) 0384b8bfbf [FIX] hr_timesheet_sheet: attendance state of an employee was sometimes not correctly stated on the timesheet.sheet when uid had more than one employee assigned. Removed useless and stupid code that was messing to find on which employee to check the attendance status, as it's given on the sheet. Replaced by a fields.related
bzr revid: qdp-launchpad@openerp.com-20111028103957-nkekeqjuyn44phnv
2011-10-28 12:39:57 +02:00
Fabien Pinckaers ac214af8d0 [IMP] config wizards
bzr revid: fp@tinyerp.com-20111001184625-57er05vgdir4lgwd
2011-10-01 20:46:25 +02:00
Fabien Pinckaers 18804364e5 merge
bzr revid: fp@tinyerp.com-20110924115332-2fongn5bwx39xrv7
2011-09-24 13:53:32 +02:00
Guewen Baconnier d0ddde6ea7 hr_timesheet_sheet: Timesheets big performance issues
lp bug: https://launchpad.net/bugs/798732 fixed

bzr revid: bde@tinyerp.com-20110922110440-0c4jhq2gmh627s63
2011-09-22 16:34:40 +05:30
Fabien Pinckaers c4047f3936 [useability] better error/warning message
bzr revid: fp@tinyerp.com-20110918135310-sx5wzu22opr9cdwo
2011-09-18 15:53:10 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Bharat (OpenERP) 27c6273a6a [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915124610-7f2dn0u5ns9s4ph0
2011-09-15 18:16:10 +05:30
fp e37394cd58 [IMP] useability of timesheet
bzr revid: fp@fp-laptop-20110910124355-qkkbtgm3wz6l2w1f
2011-09-10 14:43:55 +02:00
95a2d17930 [FIX] of last commit: allow to sign in / sign out on the sheet of an other employee
bzr revid: guewen.baconnier@camptocamp.com-20110707122759-3919twq9v9sznuo4
2011-07-07 14:27:59 +02:00
8bdaefd12e [IMP] hr_timesheet_sheet: sign-in and sign-out buttons on the sheet use the same attendances wizard which asks for the last sign-in/sign-out if it is missing instead of raising an error
bzr revid: guewen.baconnier@camptocamp.com-20110706074731-8v14k99lcgmipm4y
2011-07-06 09:47:31 +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
bde a533d96236 [ADD] hr : converted ids in list of ids where _check method is called
lp bug: https://launchpad.net/bugs/798190 fixed

bzr revid: bde@tiny2-desktop-20110701094510-x6ysb65d71blszkd
2011-07-01 15:15:10 +05:30
Ujjvala Collins (OpenERP) 461c89b180 [IMP] hr_timesheet_sheet: Improved onchange_employee_id method.
bzr revid: uco@tinyerp.com-20110617125952-m1xbspu0j2d81g5e
2011-06-17 18:29:52 +05:30
bde 8f34b9bc5f [REM] hr : Removed default method, improved the code in onchange method and renamed the onchange method
bzr revid: bde@tiny2-desktop-20110616130331-akwurvfky183f442
2011-06-16 18:33:31 +05:30
Stéphane Bidoul c83acd9ce4 [ADD] hr : Added default value for departmet and applied onchange method for department according to employee_id
lp bug: https://launchpad.net/bugs/708730 fixed

bzr revid: bde@tiny2-desktop-20110615100411-gs5vkug3kb0i8sg8
2011-06-15 15:34:11 +05:30
Quentin (OpenERP) 8b54c67264 [MERGE] lp: 760493
bzr revid: qdp-launchpad@openerp.com-20110420161656-9gs5obthhvcoicjw
2011-04-20 18:16:56 +02:00
Quentin (OpenERP) 290ef7ed6c [FIX] hr_timesheet_sheet: Improved Exception coming on Sign In and Sign Out buttons
lp bug: https://launchpad.net/bugs/74642 fixed

bzr revid: qdp-launchpad@openerp.com-20110420125521-p2js2tk3z7q5lw5t
2011-04-20 14:55:21 +02:00
skh c2719f0f8c [FIX] Adding working time in a confirmed timesheet
lp bug: https://launchpad.net/bugs/760493 fixed

bzr revid: skh@tinyerp.com-20110415100534-g823ifs3sa7ufz4l
2011-04-15 15:35:34 +05:30
skh 75c16a19cc [FIX] Adding working time in a confirmed timesheet
lp bug: https://launchpad.net/bugs/760493 fixed

bzr revid: skh@tinyerp.com-20110415091428-r9rm44mkdnjiwp9x
2011-04-15 14:44:28 +05:30
skh 6b83b67f60 [FIX] Adding working time in a confirmed timesheet
lp bug: https://launchpad.net/bugs/760493 fixed

bzr revid: skh@tinyerp.com-20110415084906-j70rij3nfvr77cn3
2011-04-15 14:19:06 +05:30