Commit Graph

289 Commits

Author SHA1 Message Date
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
Richard Mathot (OpenERP) e1cebe9003 [REF] hr_timesheet: unused piece of code
bzr revid: rim@openerp.com-20140414132634-xaps5ydbic5jriw4
2014-04-14 15:26:34 +02:00
Randhir Mayatra rma-openerp 457a62dee6 [IMP] add stat button for point of sale, email template
bzr revid: rma@tinyerp.com-20140327113720-1jlqhlk17muqv5nf
2014-03-27 17:07:20 +05:30
Yogesh Parekh (OpenERP) 3897de56b7 [IMP]: Convert buttons into stat buttons in hr modules
bzr revid: ypa@tinyerp.com-20140326120056-qqauj7pmhf0uxhuj
2014-03-26 17:30:56 +05:30
Bharat R. Devnani (OpenERP) 28a33f3a8d [IMP] improved some warning messages
bzr revid: bde@tinyerp.com-20140124123045-kgovbmuhkovax068
2014-01-24 18:00:45 +05:30
Chirag Dodiya (OpenERP) 9a3ce1a5cc [IMP]Improved code to open contract wizard from hr timesheet
bzr revid: cod@tinyerp.com-20140107061157-lt1b0qvvms8a0qdi
2014-01-07 11:41:57 +05:30
Chirag Dodiya (OpenERP) d9ab20e1b9 [IMP] Improved code of name_create method
bzr revid: cod@tinyerp.com-20131223122433-9svu8iyoruutdmjd
2013-12-23 17:54:33 +05:30
Chirag Dodiya (OpenERP) bda62ace29 [IMP]Improved code
bzr revid: cod@tinyerp.com-20131223120812-0u2w42i9neaqn76n
2013-12-23 17:38:12 +05:30
Chirag Dodiya (OpenERP) fbfe9936a1 [IMP]override name_create method of analytic account for not do not open contract page on quick create
bzr revid: cod@tinyerp.com-20131223113138-pj0bgtf31lh5jcg8
2013-12-23 17:01:38 +05:30
Bharat R. Devnani (OpenERP) baa430d237 [IMP] improved warning messages
bzr revid: bde@tinyerp.com-20131202084204-r0br5ytoc12ysjrl
2013-12-02 14:12:04 +05:30
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
Yannick Vaucher c59b97b358 [FIX] hr_timesheet_sheet - remove useless call to AT TIME ZONE in psql request here it isn't current_date but an utc 'timestamp' date. Need a strong tea even if it isn't utc tea time.
bzr revid: yannick.vaucher@camptocamp.com-20130909103819-i3143f6zenrf8hi9
2013-09-09 12:38:19 +02:00
Yannick Vaucher 76a0d0acf6 [IMP] hr_timesheet_sheet - set default timezone as UTC if employee has none
bzr revid: yannick.vaucher@camptocamp.com-20130909103749-sc1ia08hna4o6q8h
2013-09-09 12:37:49 +02:00
Yannick Vaucher 0ed7f5ef3b [IMP] hr_timesheet_sheet - simplify and improve readability in search for sheet_ids
bzr revid: yannick.vaucher@camptocamp.com-20130909103724-4w5tkx2bfms07s91
2013-09-09 12:37:24 +02:00
Yannick Vaucher 372f3d131a [IMP] hr_timesheet_sheet - remove unused variable
bzr revid: yannick.vaucher@camptocamp.com-20130909103654-wwkpyaaoqpwq1mqu
2013-09-09 12:36:54 +02:00
Yannick Vaucher e2b7cd17fc [FIX] hr_timesheet_sheet - search sheet_id for attendance using date in users timezone. As attendances depends on timezone but timesheet have from and to date instead of datetime we have to change the attendance to the same timezone expected for timesheet. And as a Timesheet belongs to a user, we can expect this timesheet to be in the same timezone as its owner. Maybe a timezone field should be added on timesheet. In anycase it make no sense to have all timesheet forced with start and end date as UTC.
lp bug: https://launchpad.net/bugs/1204224 fixed

bzr revid: yannick.vaucher@camptocamp.com-20130723184341-zowaw71f0mpghgrx
2013-07-23 20:43:41 +02:00
Amit Dodiya 70f32e1d08 [FIX] hr_timesheet_sheet: timesheet is stuck after removing an inside attendance entries so restricted deletion of inside entries if it does not follow the signin signout rule
bzr revid: ado@tinyerp.com-20130610114126-puf1gf1m1qhjvcmg
2013-06-10 17:11:26 +05:30
Amit Dodiya b2b30af120 [FIX] hr_timesheet_sheet: timesheet is stuck after removing an inside attendance entries so restricted deletion of inside entries if it does not follow the signin signout rule
bzr revid: ado@tinyerp.com-20130610092948-i7ewkauvjse4rpc3
2013-06-10 14:59:48 +05:30
Amit Dodiya 141000ffb4 [FIX] hr_timesheet_sheet: timesheet is stuck after removing an inside attendance entries so restricted deletion of inside entries if it does not follow the signin signout rule
bzr revid: ado@tinyerp.com-20130604070131-ce1dln15r6oq04zb
2013-06-04 12:31:31 +05:30
Mohammed Shekha a74fa6ed73 [FIX]Fixed the issue of timezone on total attendance on My current timesheet view.
bzr revid: msh@openerp.com-20130522125350-b6yj2mpqosfwajkc
2013-05-22 18:23:50 +05:30
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Quentin (OpenERP) 7351a7312d [FIX] hr_timesheet: improved perfomances on the read of timesheet sheets
bzr revid: qdp-launchpad@openerp.com-20130508085938-a2uyalx1cy2musj0
2013-05-08 10:59:38 +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
Quentin (OpenERP) 2b64c79c3d [MERGE] forward port of fixes made in v7 addons branch up to revision 8872
bzr revid: qdp-launchpad@openerp.com-20130318122717-qptmntn26bx4wn8r
2013-03-18 13:27:17 +01:00
Cedric Snauwaert 7d0630b448 [FIX]hr_timesheet_sheet: fix user_id variable referenced before assignment when no employee_id
specified in onchange_employee_id

bzr revid: csn@openerp.com-20130314150614-bsnwc4gk7a9eyri0
2013-03-14 16:06:14 +01:00
Ajay Chauhan (OpenERP) 95a8d5759e [FIX] hr_timesheet_sheet: did some changes.
bzr revid: cha@tinyerp.com-20130201092307-yajxn97wnhz3xofj
2013-02-01 14:53:07 +05:30
Ajay Chauhan (OpenERP) 4b7ad7da56 [IMP] removed unused import
bzr revid: cha@tinyerp.com-20130131092950-mm2xjuv2j2t0gk7v
2013-01-31 14:59:50 +05:30
Ajay Chauhan (OpenERP) da43da8f3b [IMP] hr_timesheet_sheet: use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130131092440-gxhz5y5rxkfuy9k3
2013-01-31 14:54:40 +05:30
Thibault Delavallée 331e420a55 [FIX] needaction: fixed last commit, harmonizing the parameters of the various needaction_domain_get.
bzr revid: tde@openerp.com-20121220110242-ot9ha7rt1ofyjoj5
2012-12-20 12:02:42 +01:00
Thibault Delavallée d737a7f098 [IMP] sale, purchase, hr_timesheet_sheet, hr_holidays, event, crm_meeting: fixed, improved and cleaned needaction_domain_get.
bzr revid: tde@openerp.com-20121220100005-d0r0se41fx83w38c
2012-12-20 11:00:05 +01:00
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
Cedric Snauwaert ac367e4ceb [FIX]fix problem when trying to add line entry in my current timesheet
bzr revid: csn@openerp.com-20121212152126-czq2fwo1oxkvt73o
2012-12-12 16:21:26 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Fabien Pinckaers e128f7f5d8 [MERGE] fixes + cleaning hr_evaluation
bzr revid: fp@tinyerp.com-20121208124319-wyrc3udl3mau2963
2012-12-08 13:43:19 +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
Tejas Tank 82c58a9f85 [FIX] corrected code for sending unwated more notes.
bzr revid: tta@openerp.com-20121206063612-g3l7aracvtyrkqnz
2012-12-06 11:36:12 +05:00
Tejas Tank 61382204dc [FIX] Does not require to set related field in default.
bzr revid: tta@openerp.com-20121203074442-cbzavdhswqyd306g
2012-12-03 12:44:42 +05:00
Tejas Tank cd4899aa6a An employee should receive a mail.message in inbox when an manager refuse a timesheet.
bzr revid: tta@openerp.com-20121122110015-61xx09vchksen6v3
2012-11-22 16:30:15 +05:30
Tejas Tank 0c07c9c827 [IMP] Corrected _needaction_domain_get.
bzr revid: tta@openerp.com-20121122063326-gsvahyei0xsnmzyg
2012-11-22 12:03:26 +05:30
Tejas Tank a8fb9f6cdd A manager of an employee should receive a mail.message in inbox when an employee validates a timesheet.
bzr revid: tta@openerp.com-20121121135444-i79rrica84rl4e4a
2012-11-21 19:24:44 +05:30
Tejas Tank 414920b52f [FIX] Corrected code style.
bzr revid: tta@openerp.com-20121121134349-fsko8x6t97d1hzdz
2012-11-21 19:13:49 +05:30
Bharat Devnani (OpenERP) 54e2722948 merged hsa's branch lp:~openerp-dev/openobject-addons/trunk-10-hr-click-2-bde-timesheet-hsa
bzr revid: bde@tinyerp.com-20121112110220-rqk5qo07ol4duzds
2012-11-12 16:32:20 +05:30
Bharat Devnani (OpenERP) 89f8722f23 [ADD] added default value for user_id
bzr revid: bde@tinyerp.com-20121112103455-aar7t15a4bixjyrj
2012-11-12 16:04:55 +05:30
Pinakin Nayi (OpenERP) d987291a63 [IMP]hr_timesheet_shhet add chatter
bzr revid: pna@tinyerp.com-20121112095424-p3z0bwx1f38nbv4n
2012-11-12 15:24:24 +05:30
Hardik 40745949d4 [IMP]following fields are invalid user in timesheet
bzr revid: hsa@tinyerp.com-20121109133705-biefd0u3d50zyzh6
2012-11-09 19:07:05 +05:30
Ajay Chauhan (OpenERP) 3894874ebb [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121030050323-cpn92n9txy0xw5gj
2012-10-30 10:33:23 +05:30
Ajay Chauhan (OpenERP) 6cfffae349 [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121029050259-0vimwnu84f2dvk2g
2012-10-29 10:32:59 +05:30
Fabien Pinckaers dd3e728fb6 [MERGE] + improve hr_timesheet
bzr revid: fp@tinyerp.com-20121026075715-kq910tdzhc1uul3l
2012-10-26 09:57:15 +02:00
Fabien Pinckaers a7368145ca [MERGE] typo
bzr revid: fp@openerp.com-20121024201424-98la8f2wkhfjrtae
2012-10-24 22:14:24 +02:00
Ajay Chauhan (OpenERP) 12246cfb2b [IMP] hr_timesheet_sheet: made little change in warning message
bzr revid: cha@tinyerp.com-20121022070215-y87h55i1h8fuljuf
2012-10-22 12:32:15 +05:30
Ajay Chauhan (OpenERP) b7bc79d9c3 [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121018060531-wl123qyuvlccjyfc
bzr revid: cha@tinyerp.com-20121022053314-olinyyizlbcmf9y2
2012-10-22 11:03:14 +05:30
Fabien Pinckaers 6c15bcce12 [MERGE] HR
bzr revid: fp@openerp.com-20121021195925-sbsfni9i10r2o2bw
2012-10-21 21:59:25 +02:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Ajay Chauhan (OpenERP) 142253b76e [IMP] hr_timesheet_sheet: made changes in warning message
bzr revid: cha@tinyerp.com-20121011122036-ff1kevlg121t2yz7
2012-10-11 17:50:36 +05:30
Atul Patel (OpenERP) b27b12db1b [FIX]: Fix onchange account id problem
bzr revid: atp@tinyerp.com-20121011121201-h6030emuz00t55nv
2012-10-11 17:42:01 +05:30
Atul Patel (OpenERP) e2a28b011a [FIX]: Fix on_change_analytic_id problem
bzr revid: atp@tinyerp.com-20121010150849-u4cldadvfjzmw8mj
2012-10-10 20:38:49 +05:30
Atul Patel (OpenERP) f935c9e482 [FIX]: get sheet id using timesheet line user id
bzr revid: atp@tinyerp.com-20121010124716-hdaebwpsowpowhl7
2012-10-10 18:17:16 +05:30
Atul Patel (OpenERP) eb20086d59 [REM]: Remove print statement
bzr revid: atp@tinyerp.com-20121010111151-cgylp0roe61vhzs9
2012-10-10 16:41:51 +05:30
Atul Patel (OpenERP) 98eaf2c2bc [FIX]: Fix on_change_account_id() argument problem
bzr revid: atp@tinyerp.com-20121010103450-n4gt4ikp05t6b8yu
2012-10-10 16:04:50 +05:30
pankita shah (Open ERP) 28bc19896d [MERGE] merged with lp:openobject-addons
bzr revid: shp@tinyerp.com-20121010052449-hvnp0e53d1sp6xs2
2012-10-10 10:54:49 +05:30
Atul Patel (OpenERP) bea6f1bbf3 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20121009132059-fd0jvi6nuh9jyrl7
2012-10-09 18:50:59 +05:30
Atul Patel (OpenERP) 82138688a2 [FIX]: Fix analytic line shown.
bzr revid: atp@tinyerp.com-20121008154647-bdxw4ajq5hgb7jsk
2012-10-08 21:16:47 +05:30
niv-openerp a21489c8c8 Added on_change
bzr revid: nicolas.vanhoren@openerp.com-20121004134858-bsjtmlpbr4v9zv4d
2012-10-04 15:48:58 +02:00
niv-openerp dbd69a0e9e merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121002122939-xr3by0mdqzri0lss
2012-10-02 14:29:39 +02:00
niv-openerp 6679892393 fixed line duplication bug
bzr revid: nicolas.vanhoren@openerp.com-20121002121103-wyvshcyky324nc6r
2012-10-02 14:11:03 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
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
Fabien Pinckaers be779f57d0 [IMP] useability timesheets
bzr revid: fp@tinyerp.com-20121029150809-86cieq1flmb45ubl
2012-10-29 16:08:09 +01:00
Quentin (OpenERP) 62d16ecd3e [MERGE] staging branch with bugfixes + add of an option to enable the check total feature on supplier invoices
bzr revid: qdp-launchpad@openerp.com-20121029091713-z4vx02bzf9bswceu
2012-10-29 10:17:13 +01:00
Quentin (OpenERP) 149451bdf5 [FIX] hr_timesheet_sheet: default date on timehseet lines should be the date_from of the timesheet if today isn't included in the date_from and date_to
bzr revid: qdp-launchpad@openerp.com-20121025145443-5iuohn57h6uxn04t
2012-10-25 16:54:43 +02:00
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
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

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

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +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