Commit Graph

163 Commits

Author SHA1 Message Date
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +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
Harry (OpenERP) 27364966c9 [MERGE]
bzr revid: hmo@tinyerp.com-20101111133006-qzqtz3grocgewap4
2010-11-11 19:00:06 +05:30
atp (Open ERP) 80300fc795 [FIX]: Fixed "Assign Task" datetime problem in project task. and "Assign detail".
bzr revid: atp@tinyerp.co.in-20101110103146-vedq997sgs64qkg9
2010-11-10 16:01:46 +05:30
olt@tinyerp.com 6de4c3eb3a [FIX] base_calendar: use 'onchange_dates' instead of 'onchange_allday' since it also returns duration
bzr revid: olt@tinyerp.com-20101028120920-qb6mg4oxyn8df9x7
2010-10-28 14:09:20 +02:00
olt@tinyerp.com 320cd68fdc [FIX] fixed calendar search algorithm
bzr revid: olt@tinyerp.com-20101025090321-cirhp4k36st1evef
2010-10-25 11:03:21 +02:00
olt@tinyerp.com d5d6e2ff0e [FIX] crm.meeting: 'duration' is no longer readonly
[FIX] base_calendar: bug when trying to set 'allday'

bzr revid: olt@tinyerp.com-20101022131812-1wmx8crh6cdlhodt
2010-10-22 15:18:12 +02:00
olt@tinyerp.com 27be0ec7e4 [FIX] calendar: try to keep 'duration' and 'end date' synchronized
bzr revid: olt@tinyerp.com-20101021090841-xpkv3ljlblx28nsl
2010-10-21 11:08:41 +02:00
olt@tinyerp.com a823c78c53 [IMP] base_calendar: avoid creating context object twice when context dict is empty (using 'is None')
bzr revid: olt@tinyerp.com-20101021065003-xo2whz2zn0orqgqz
2010-10-21 08:50:03 +02:00
rpa (Open ERP) 97068895b8 [FIX]: base_calendar: Fixed read for displaying recurrent events
bzr revid: rpa@tinyerp.com-20101018072602-wofnzcx0zlhr85zy
2010-10-18 12:56:02 +05:30
Harry (OpenERP) 824042bb1c [MERGE]
bzr revid: hmo@tinyerp.com-20101015131459-k969h71ybafv5kib
2010-10-15 18:44:59 +05:30
P. Christeas ecbd4323e8 base_calendar: convert libical timezones to plain format
Timezones sent to us by libical contain their prefix and thus wouldn't
match our preset list. Strip the prefix and try to match.

bzr revid: p_christ@hol.gr-20101015095652-mey4elruff8fv1y3
2010-10-15 12:56:52 +03:00
P. Christeas ff92d26b78 base_calendar: fix some default args to functions.
bzr revid: p_christ@hol.gr-20101015095645-yr1tytvjcy724xlf
2010-10-15 12:56:45 +03:00
P. Christeas 39aa2bd391 base_calendar, caldav: fixes for the queries.
bzr revid: p_christ@hol.gr-20101012104118-o02tug6x3t9gewaa
2010-10-12 13:41:18 +03:00
P. Christeas eeffc06f2a base_calendar, caldav: revise SQL calls.
bzr revid: p_christ@hol.gr-20101012103723-alnh7rkf1g8tthlo
2010-10-12 13:37:23 +03:00
Harry (OpenERP) 469691d5cf [FIX] calnedar
bzr revid: hmo@tinyerp.com-20101006070824-ajgof4nw60osle4j
2010-10-06 12:38:24 +05:30
Harry (OpenERP) da4288b900 [REVERT] calendar: regresstion on recurrent due to rev: olt@tinyerp.com-20100924131709-cqsd1ut234ni6txn. so revert this revision work
bzr revid: hmo@tinyerp.com-20101006063552-eqydv670c30teqob
2010-10-06 12:05:52 +05:30
Omar(Pexego),Anup(OpenERP) 99c9ce6d5c [FIX] base_calendar,caldav : SQL queries Corrected
lp bug: https://launchpad.net/bugs/654480 fixed

bzr revid: ach@tinyerp.com-20101004122435-vsisrowq9fkk6zv6
2010-10-04 17:54:35 +05:30
P. Christeas 8a2874060c [IMP]: SQL Queries Improved.
bzr revid: uco@tinyerp.com-20101001092628-j6tnaor3dhlq1gl9
2010-10-01 14:56:28 +05:30
olt@tinyerp.com 937d8fe330 [IMP] base_calendar: performance improvement in project.task (progress field)
bzr revid: olt@tinyerp.com-20100924131709-cqsd1ut234ni6txn
2010-09-24 15:17:09 +02:00
olt@tinyerp.com 568351b86a [FIX] base_calendar: fixed some errors (using a browse_null object)
bzr revid: olt@tinyerp.com-20100920114932-ejr0m9i9foznhr9m
2010-09-20 13:49:32 +02:00
olt@tinyerp.com 5783cb0ae7 [FIX] base_calendar: typo after the 'access to browse_null attributes' fix
bzr revid: olt@tinyerp.com-20100920113907-hm34f2gm5m53vifk
2010-09-20 13:39:07 +02:00
olt@tinyerp.com 4d96d4657d [FIX] base_calendar: access to browse_null attributes
bzr revid: olt@tinyerp.com-20100920113745-o45rgjk2onl4aja5
2010-09-20 13:37:45 +02:00
rpa (Open ERP) 75a7213498 [IMP]: base_calendar, crm: Minor Improvements in view
bzr revid: rpa@tinyerp.com-20100903133450-1g0mahcm9mjgfoc9
2010-09-03 19:04:50 +05:30
P. Christeas 3aa4446439 [IMP]: Usability Improvements in Calendar
bzr revid: rpa@tinyerp.com-20100903131530-wqq4bb67nh9anr35
2010-09-03 18:45:30 +05:30
rpa (Open ERP) bd1f0ec92c [IMP]: base_calendar: Removing event or its recurrence should remove all the recurrent events that share same UID values
bzr revid: rpa@tinyerp.com-20100820112013-bt1pkub8irxro3hx
2010-08-20 16:50:13 +05:30
rpa (Open ERP) 04f18af064 [REF]: base_calendar: Code improvement in unlink method of Event
bzr revid: rpa@tinyerp.com-20100820093517-38px067thdcd32j4
2010-08-20 15:05:17 +05:30
uco (Open ERP) 31d249a9ab [MERGE]
bzr revid: uco@tinyerp.com-20100819125727-iuofahcl931exx1r
2010-08-19 18:27:27 +05:30
rpa (Open ERP) 7ec3aa1f03 [FIX]: base_caledar: Fixed the problem when we have recurrent event with at least one exdate, and we remove another occurence of recurrent event, it sets the latest as exdate instead of appending it in exdates list
bzr revid: rpa@tinyerp.com-20100819122423-x5gjekno6vl67o55
2010-08-19 17:54:23 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
rpa (Open ERP) 3620ab450f [FIX]: base_calendar: Changed timezone field to selection instead of related field with user timezone
bzr revid: rpa@tinyerp.com-20100818134344-m1xnychcczsinnbj
2010-08-18 19:13:44 +05:30
rpa (Open ERP) 20b96b8f61 [IMP]: base_calendar: Minor Improvements
bzr revid: rpa@tinyerp.com-20100813130105-mqsvc3d2q7hj1vlc
2010-08-13 18:31:05 +05:30
rpa (Open ERP) c471c63841 [IMP]: base_calendar: Minor Improvements
bzr revid: rpa@tinyerp.com-20100813104038-rup33spnnn218xuh
2010-08-13 16:10:38 +05:30
rpa (Open ERP) d5a380906e [FIX]: base_calendar: Minor fix for editing recurrent events
bzr revid: rpa@tinyerp.com-20100813085650-01t3yqyvowvy68m7
2010-08-13 14:26:50 +05:30
Harry (OpenERP) 2dfb4b6625 [MERGE]
bzr revid: hmo@tinyerp.com-20100813061333-p1rjbpgi09lg434y
2010-08-13 11:43:33 +05:30
rpa (Open ERP) 47298c7670 [IMP]: base_calendar: Minor code improvement
bzr revid: rpa@tinyerp.com-20100811084946-4iy1gh6skd0lt6xm
2010-08-11 14:19:46 +05:30
rpa (Open ERP) d44cd8ca62 [FIX]: base_calendar: Fixed problem of missing dates for recurrent event in calendar view
bzr revid: rpa@tinyerp.com-20100811063618-np9qqmok9nydj612
2010-08-11 12:06:18 +05:30
rpa (Open ERP) c8f907d5e5 [FIX]: base_calendar: Event with recurrence_uid is needed to be excluded in calendar view
bzr revid: rpa@tinyerp.com-20100810133418-xp83r412mmhcwse6
2010-08-10 19:04:18 +05:30
Harry (OpenERP) a58c266d2c [FIX] calendar: regression on write event and invite attendee
bzr revid: hmo@tinyerp.com-20100810124652-9ba18o9s3sjgwugc
2010-08-10 18:16:52 +05:30
Harry (OpenERP) bcecd56c9e [IMP] calendar: add new char field for organizer in event and use it to map with Organizer attribute.
bzr revid: hmo@tinyerp.com-20100810123108-p870zh9vrbfl9644
2010-08-10 18:01:08 +05:30
rpa (Open ERP) d53b3d9c69 [IMP,FIX]: base_calendar: code cleaning and fixed problem of editing one of recurrent events
bzr revid: rpa@tinyerp.com-20100810072255-1z3d0mkd51mqh8u5
2010-08-10 12:52:55 +05:30
rpa (Open ERP) 5f2a464a8c [FIX]: base_calendar: Corrected wrong interpretation of editing event with recurrence
bzr revid: rpa@tinyerp.com-20100809134854-6cu1rm7bsuif3fcn
2010-08-09 19:18:54 +05:30
rpa (Open ERP) b9d92c4061 [FIX]: caldav: Exported exdate with timezone information
bzr revid: rpa@tinyerp.com-20100806094106-cf65m4647j3gtf7c
2010-08-06 15:11:06 +05:30
rpa (Open ERP) 90d7a02691 [FIX]: caldav: Fixed problem of exdate for the event with timezone
bzr revid: rpa@tinyerp.com-20100805121152-0x9z33v4e1ql81la
2010-08-05 17:41:52 +05:30
Harry (OpenERP) 48b905d285 [MERGE]
bzr revid: hmo@tinyerp.com-20100730065747-z6dngo0mtk7vh0ov
2010-07-30 12:27:47 +05:30
P. Christeas e5adb8e76c CalDAV: various improvements, manage to save ics now.
bzr revid: p_christ@hol.gr-20100729133938-fd64qv7ybnv8386d
2010-07-29 16:39:38 +03:00
Ferdinand @ ChriCar edb6830d86 [FIX]: base_calendar: Typo
lp bug: https://launchpad.net/bugs/611249 fixed

bzr revid: rpa@tinyerp.com-20100729111927-jxannoo0l4s4y2i7
2010-07-29 16:49:27 +05:30
Fabien Pinckaers b90f099c53 fix
bzr revid: fp@tinyerp.com-20100722161944-gcowxb2nieeqtvwd
2010-07-22 18:19:44 +02:00
Harry (OpenERP) 0c3569c69f [IMP] Calendar: invite attendnee, add origanizer detail into meetings
bzr revid: hmo@tinyerp.com-20100713111753-i5b2vc04cpye05wq
2010-07-13 16:47:53 +05:30
Harry (OpenERP) af18cd38cf [IMP] calendar: attendee view
bzr revid: hmo@tinyerp.com-20100713074556-pznr1rd7ecmz8hmg
2010-07-13 13:15:56 +05:30