Commit Graph

235 Commits

Author SHA1 Message Date
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
Harry (OpenERP) d7f41730a8 [FIX] calendar: send invitation with correct ics file and fixed problem in project caldev
bzr revid: hmo@tinyerp.com-20100713072149-ltjnywgg4g142x61
2010-07-13 12:51:49 +05:30
Olivier Dony 2c5ed4adad [IMP] account, base_calendar, stock: another round of cr.commit() cleanup. One should never call cr.commit() explicitly unless after having created a dedicated cursor (and you should only do that in very rare cases, if ever). Please let the framework handle the transactions!
bzr revid: odo@openerp.com-20100712142859-306guxucojj6q358
2010-07-12 16:28:59 +02:00
Harry (OpenERP) 6ad5e67930 [FIX] Calendar: minor improvement
bzr revid: hmo@tinyerp.com-20100709133529-68fftd7xbjz69uoq
2010-07-09 19:05:29 +05:30
Harry (OpenERP) 1f673db082 [FIX] calendar: set resposible user by default with current login user
bzr revid: hmo@tinyerp.com-20100709090036-xfapyojgahkkhkwn
2010-07-09 14:30:36 +05:30
Harry (OpenERP) 811b1092e8 [FIX] caldav: minor problem
bzr revid: hmo@tinyerp.com-20100709084451-e2y0nb7i1k6ksj35
2010-07-09 14:14:51 +05:30
Olivier Dony 4ce21feabe [BREAK] WARNING: base_calendar: had to disable the scheduler until the recursion problem is fixed, to release the CPU!!!
bzr revid: odo@openerp.com-20100708130833-hhunfcgm6n2dmq9w
2010-07-08 15:08:33 +02:00
rpa (Open ERP) 70a9cac130 [FIX]: base_calendar: Fixed problem of generator in recurrent dates
bzr revid: rpa@tinyerp.com-20100706054247-cjk4v6mq3auql85q
2010-07-06 11:12:47 +05:30
rpa (Open ERP) b8d5278f2a [IMP]: base_calendar: Improvement for trigger alarm for recurrent events + code improvement
bzr revid: rpa@tinyerp.com-20100702133013-58u9hrvfauqdlqzl
2010-07-02 19:00:13 +05:30
rpa (Open ERP) 410fa0575e [IMP]: base_calendar: Minor improvements
bzr revid: rpa@tinyerp.com-20100702091042-zgzsdboa1eazrn0y
2010-07-02 14:40:42 +05:30
rpa (Open ERP) 2b21569972 [IMP]: base_calendar: Improved module description,
* Added state in event
* Code improvement

bzr revid: rpa@tinyerp.com-20100702073406-p2516r7p6reior5t
2010-07-02 13:04:06 +05:30
rpa (Open ERP) adf548ad9c [IMP]: base_calendar: * Simplified unlink and fix problem of removing recurrent events
* Improvement for rrule and alarm

bzr revid: rpa@tinyerp.com-20100701130819-1boyfzfx8hqxbcwk
2010-07-01 18:38:19 +05:30
rpa (Open ERP) 913f68942e [FIX]: caldav, base_calendar: Updated alarm for event when its imported from .ics
bzr revid: rpa@tinyerp.com-20100701060516-kntaiwze8dxs29ei
2010-07-01 11:35:16 +05:30
rpa (Open ERP) 3eaf4bb536 [IMP]: base_calendar: When we clear rrule, it should clear exrule
bzr revid: rpa@tinyerp.com-20100630102630-m326atzgci08kioz
2010-06-30 15:56:30 +05:30
rpa (Open ERP) ccd071ec73 [FIX]: base_calendar : Fixed problem of group by state
[IMP]: base_calendar : Improvement in exrule wizard for setting exrule none + View improvement
* Event/Meeting Fields should be readonly in done state

bzr revid: rpa@tinyerp.com-20100624125503-fzsn25zwaa2n9tf8
2010-06-24 18:25:03 +05:30
rpa (Open ERP) ad178f8605 [IMP]: base_calendar: Improvement in send invitation to include Organizer name in invitation .ics
bzr revid: rpa@tinyerp.com-20100527101034-jpsgparsb2f0bvnx
2010-05-27 15:40:34 +05:30
DSH (Open ERP) 60ac84f9b9 [FIX] base_calendar model read
bzr revid: dsh@tinyerp.com-20100526121525-wiwn4cdy9r15cisl
2010-05-26 17:45:25 +05:30
hmo 734da01824 [MERGE] CRM Improvement: _inhertis from mailgate.Thread
bzr revid: hmo@hmo-20100521102600-xvfwskufugexn5wv
2010-05-21 15:56:00 +05:30
rpa (Open ERP) 3c77d58db0 [IMP]: Improvement in other crm modules for _inherits(mailgate thread)
bzr revid: rpa@tinyerp.com-20100520061637-8r0x83z2357aox7x
2010-05-20 11:46:37 +05:30
DSH (Open ERP) c53fbb3898 [FIX] - sorry for wrong fix
bzr revid: dsh@tinyerp.com-20100519122219-s0pu6b2mzxwj1mmv
2010-05-19 17:52:19 +05:30
DSH (Open ERP) 08042b1fb3 [FIX] wrong commit for the ids and id
bzr revid: dsh@tinyerp.com-20100519121929-aczi79vrdewv6e26
2010-05-19 17:49:29 +05:30
DSH (Open ERP) 098e168f32 [FIX] read method of ir.model in base calendar
bzr revid: dsh@tinyerp.com-20100517100541-lzprzavlbns5q8i9
2010-05-17 15:35:41 +05:30
rpa (Open ERP) 67b85ade2d [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rpa@tinyerp.com-20100517053521-1cl5ryikxq0g5d5e
2010-05-17 11:05:21 +05:30
rpa (Open ERP) d31f828a58 [IMP]: base_calendar: Improvement in code and docstring, Retain time of event dates for all day event
bzr revid: rpa@tinyerp.com-20100514101426-f2mrcyev6jvu9fta
2010-05-14 15:44:26 +05:30
ksa (Open ERP) 1a8ce11d22 [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20100514064906-fbte140kwld456wk
2010-05-14 12:19:06 +05:30
rpa (Open ERP) 2331abec58 [IMP]: base_calenadr: Improvement in views, Added search view , Fixed problem of delegate event invitation
bzr revid: rpa@tinyerp.com-20100513113759-zxot0r0sqrg1jd4h
2010-05-13 17:07:59 +05:30
rpa (Open ERP) b03b10a559 [IMP]: Minor Code improvements (For tooptips) in crm modules
bzr revid: rpa@tinyerp.com-20100512131601-b1vkwfe2f6ker8eq
2010-05-12 18:46:01 +05:30
ksa (Open ERP) c8215836a4 [IMP]: base_calendar: Apply minor changes for erule field in base_calendar module
bzr revid: ksa@tinyerp.co.in-20100510044650-300206tol7lrvm3s
2010-05-10 10:16:50 +05:30
rpa (Open ERP) 8bf3c56fc7 [REM]: base_calendar: Removed code that parse the email to find a Yes/No/May be
bzr revid: rpa@tinyerp.com-20100506090916-ttzg5n4rv34j0m9p
2010-05-06 14:39:16 +05:30
rpa (Open ERP) 8ecd574c3a [IMP]: crm: Improvement in meeting for removing dependency from crm.case
bzr revid: rpa@tinyerp.com-20100503125901-of7z6oa4oannqg39
2010-05-03 18:29:01 +05:30
ksa (Open ERP) 27018a4253 [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20100503044623-cdwm3l4h1o7r9qev
2010-05-03 10:16:23 +05:30
ksa (Open ERP) 0c16a0eb74 [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20100501041246-pb7k4ov6ku4wzy08
2010-05-01 09:42:46 +05:30
ksa (Open ERP) 4ac58a39cc [IMP] task - 620 -Usability for crm,sale,partner module
bzr revid: ksa@tinyerp.co.in-20100430134454-g4n13o2rijen1xt5
2010-04-30 19:14:54 +05:30
rpa (Open ERP) c9ce6e62bb [FIX]: base_calendar: Missing line
bzr revid: rpa@tinyerp.com-20100430132206-trwto3d24yldx4pd
2010-04-30 18:52:06 +05:30
rpa (Open ERP) b82c556ee9 [FIX]: base_calendar: Fixed wrong dates problems in recurrence
bzr revid: rpa@tinyerp.com-20100430131151-pcerhgclxx1nvq3v
2010-04-30 18:41:51 +05:30
rpa (Open ERP) e7ee2cd1fb [IMP]: base_calendar: Added new function for sending .ics files in email invitation
bzr revid: rpa@tinyerp.com-20100430123939-a79gptle8d5bsie1
2010-04-30 18:09:39 +05:30
rpa (Open ERP) deb07ac2fc [IMP]: base_calendar: Improvement for applying exrule in recurrence
bzr revid: rpa@tinyerp.com-20100430084824-f3eaakiwaceaxmr3
2010-04-30 14:18:24 +05:30
ksa (Open ERP) 084c657765 [ADD]: base_calendar: Add new wizard for exrule field functionality
bzr revid: ksa@tinyerp.co.in-20100429135023-aao2wuuzkvfsp0oc
2010-04-29 19:20:23 +05:30
rpa (Open ERP) 0999d595a1 [FIX]: crm_caldav, base_calendar: Moved cheking of import into crm_caldav
bzr revid: rpa@tinyerp.com-20100428125059-rf49al5fnjz1qljo
2010-04-28 18:20:59 +05:30
rpa (Open ERP) 4e4300c443 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rpa@tinyerp.com-20100428104744-gqjjqnw5gusv9vbp
2010-04-28 16:17:44 +05:30
rpa (Open ERP) be5e13ab5a [IMP]: base_calendar: [573]: Improvment for changing duration when dates changed from sunbird
bzr revid: rpa@tinyerp.com-20100423124021-0z23njkojxxrd1xk
2010-04-23 18:10:21 +05:30
Harry (Open ERP) 95fc4188ce [MERGE] merged from lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: hmo@tinyerp.com-20100423121545-b1zyx0aet9exgizu
2010-04-23 17:45:45 +05:30
rpa (Open ERP) c2f87de708 [IMP]: base_calendar: Minor improvement in views
bzr revid: rpa@tinyerp.com-20100420125235-nopoz13g5yd0z7b9
2010-04-20 18:22:35 +05:30
Harry (Open ERP) d8994f04d0 [MERGE]
bzr revid: hmo@tinyerp.com-20100420055117-faxraazs6238y8yo
2010-04-20 11:21:17 +05:30
rpa (Open ERP) 189affe8f2 [FIX]: base_calendar: Fixed problem of wrong data in search method of event in calendar view
bzr revid: rpa@tinyerp.com-20100419134859-4x5isprqkr5djkew
2010-04-19 19:18:59 +05:30
rpa (Open ERP) 317b4eeab7 [IMP]: base_calendar: Remaining changes for all day event, Added views and menus for Event and invitation
bzr revid: rpa@tinyerp.com-20100419134720-xcjg2lrl0nt86r9u
2010-04-19 19:17:20 +05:30
rpa (Open ERP) f225067578 [FIX]: base_calendar: Restricted count and inverval of rrule from negative value
bzr revid: rpa@tinyerp.com-20100415091202-9njp5d36ph3uowxr
2010-04-15 14:42:02 +05:30
Harry (Open ERP) da864056e4 [MERGE]
bzr revid: hmo@tinyerp.com-20100412105657-0iuijig508lqt4l0
2010-04-12 16:26:57 +05:30
rpa (Open ERP) f7b0870f90 [IMP]: base_calendar: Minor corrections
bzr revid: rpa@tinyerp.com-20100408060715-zpj08a3mhv1e5huv
2010-04-08 11:37:15 +05:30
rpa (Open ERP) 45256557dc [FIX]: base_calendar: Fixed problem of missing variable name due to code changes
bzr revid: rpa@tinyerp.com-20100408054307-8scqbwur4xmpqdeh
2010-04-08 11:13:07 +05:30
rpa (Open ERP) 667e0e5827 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100407051420-w2wmp5tsterf5nk4
2010-04-07 10:44:20 +05:30
Mantavya Gajjar 59e15ebce0 [REVIEW]: code review
bzr revid: mga@tinyerp.com-20100406090156-3wesrbw3ue8g739f
2010-04-06 14:31:56 +05:30
rpa (Open ERP) 72b0b218d7 [IMP]: base_calendar: Improvement in rrule help put proper example
bzr revid: rpa@tinyerp.com-20100406083914-3ag7ahewk9zxipk8
2010-04-06 14:09:14 +05:30
rpa (Open ERP) e337a2a216 [IMP]: base_calendar: Improvement in code
bzr revid: rpa@tinyerp.com-20100406072849-nuo7gib275wra1do
2010-04-06 12:58:49 +05:30
rpa (Open ERP) be62cac907 [IMP]: base_calendar: Improvement in compute rrule string and fixed minor problem in set rrule function
bzr revid: rpa@tinyerp.com-20100406072515-k51v9mq6mwx81t67
2010-04-06 12:55:15 +05:30
rpa (Open ERP) 2334fd27ac [IMP]: base_calendar: Improvement in rrule set function
bzr revid: rpa@tinyerp.com-20100405113731-z9dknksjqw5bwk1u
2010-04-05 17:07:31 +05:30
KSA (OpenERP) 329032007f [IMP]: base_calendar: Implemented function that set rrule fields data based on rrule string
bzr revid: rpa@tinyerp.com-20100405103731-hajow02t4j444ur6
2010-04-05 16:07:31 +05:30
rpa (Open ERP) 51e47526d3 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100330113004-bbt7q33gr5n6lc6g
bzr revid: rpa@tinyerp.com-20100331062815-fagu2jvqh3z0xtre
bzr revid: rpa@tinyerp.com-20100401054503-f14hbpyz7c5sm34m
2010-04-01 11:15:03 +05:30
Fabien Pinckaers 036dfd209e modifs
bzr revid: fp@tinyerp.com-20100331144800-y7e8kso0qsretfpb
2010-03-31 16:48:00 +02:00
Harry (Open ERP) c0b1ea7cbe [MERGE] merge from lp:~openerp/openobject-addons/trunk/
bzr revid: hmo@tinyerp.com-20100330052204-b7glbzkzqpev6q10
2010-03-30 10:52:04 +05:30
Jay (Open ERP) b2234d42dc [REF] Base_Calendar : Improvement for report
bzr revid: jvo@tinyerp.com-20100329091123-blmy4mcvxvnw4bzh
2010-03-29 14:41:23 +05:30
atp (Open ERP) ddbd753d89 [FIX]: base_calendar crm: fixed minor problem in base_calendar and base calendar invite attendee wizard , added onchange partner_id in crm phonecall
bzr revid: atp@tinyerp.co.in-20100325130511-9vmg5yd4jofetwcm
2010-03-25 18:35:11 +05:30
ksa (Open ERP) 0eb05a2c5d [IMP]: base_calendar caldav crm_caldav: Apply Doc String + quality check
bzr revid: ksa@tinyerp.co.in-20100325120700-qin0rom78ex3vima
2010-03-25 17:37:00 +05:30
rpa (Open ERP) 58fddb6132 [FIX]: base_calendar: Fixed some problems for attendee invitation
bzr revid: rpa@tinyerp.com-20100325115354-x8lfkcchw9k9zg3t
2010-03-25 17:23:54 +05:30
rpa (Open ERP) 6aafa589c9 [REF]: base_calendar: Separated osv_memory wizard for invite attendee into wizard folder + Added search view for invitation
bzr revid: rpa@tinyerp.com-20100323122631-n1aar2o4w6jhiy15
2010-03-23 17:56:31 +05:30
Ysa (Open ERP) a57bd96bea [IMP] survey :- Improve code of survey_answer.py file and fixed data['id'](report) problem in base_calendar.py
bzr revid: ysa@tinyerp.co.in-20100323064459-10fqwqh35uixsikm
2010-03-23 12:14:59 +05:30
atp (Open ERP) 38470a93d2 [IMP]: base_calendar: Fixed problem in accepting invitation, NoneType ref field value
bzr revid: atp@tinyerp.co.in-20100319055941-cvupsmhmbcq2iqd3
2010-03-19 11:29:41 +05:30
rpa (Open ERP) 3b8a7a9b44 [FIX]: base_calendar: Fixed problem in accepting invitation, corrected invitation copy
bzr revid: rpa@tinyerp.com-20100318123700-qekpxyi33wxli3nt
2010-03-18 18:07:00 +05:30
atp (Open ERP) 5392d76270 [IMP]: base_calendar: code optimization and add csv file
bzr revid: atp@tinyerp.co.in-20100318113031-8ejquziyohqxmvda
2010-03-18 17:00:31 +05:30
rpa (Open ERP) 0cac3f5997 [FIX]: base_calendar: Fixed problem in send mail beacuse of ref field
bzr revid: rpa@tinyerp.com-20100318065211-2jt2rzuszi532843
2010-03-18 12:22:11 +05:30
rpa (Open ERP) f47c0ee32b [IMP]: base_calendar: Improvement in attendee invitation , fixed problems of changes related to reference fields
bzr revid: rpa@tinyerp.com-20100318063152-0p5whxax1xkk3yyf
2010-03-18 12:01:52 +05:30
rpa (Open ERP) a4739f750d [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100318051757-bsw2454f87yhfref
2010-03-18 10:47:57 +05:30
RGA(OpenERP) 397b5a36d8 Improved related changes for browse support in reference field
bzr revid: hda@tinyerp.com-20100317141130-08v21img7a8tu9qx
2010-03-17 19:41:30 +05:30
rpa (Open ERP) 4009482974 [FIX]: base_calendar: fixed problem of inviting partner with more than one contacts + send mail problem
bzr revid: rpa@tinyerp.com-20100317111452-49igqfs0n0i2nyx1
2010-03-17 16:44:52 +05:30
atp (Open ERP) 4ce432a55c [IMP]:base_calendar: solved problem of integer argument in modify all event
bzr revid: atp@tinyerp.co.in-20100317054243-i4epv4uhti71wknm
2010-03-17 11:12:43 +05:30
rpa (Open ERP) 080297c2dc [IMP]: base_calendar: Put store=True for vtimezone field on event
bzr revid: rpa@tinyerp.com-20100315053203-nqi7vv152rkr6fe5
2010-03-15 11:02:03 +05:30
rpa (Open ERP) 08be69b349 [IMP]: base_calendar: Minor code improvement
bzr revid: rpa@openerp.co.in-20100308070523-bbgw6rlveiu80g7a
2010-03-08 12:35:23 +05:30
rpa (Open ERP) dcf126ae2c [IMP]: base_calendar: Minor code improvement
bzr revid: rpa@openerp.co.in-20100308064718-3scd0ih1j3swma4h
2010-03-08 12:17:18 +05:30
rpa (Open ERP) e5f3ead146 [FIX]: base_calendar: Fixed some minor problems for delegation
bzr revid: rpa@openerp.co.in-20100308052333-tvn2nvxnc1a3bby6
2010-03-08 10:53:33 +05:30
rpa (Open ERP) 33a87c8dea [FIX]: base_calendar: Fixed problem of editing recurrent event+ exporting attendee without email
bzr revid: rpa@openerp.co.in-20100305092122-d6ujxcrmpk2ctyle
2010-03-05 14:51:22 +05:30
rpa (Open ERP) 2b71d51681 [IMP]: crm(meeting): Improvement for Editing Recurrent events
bzr revid: rpa@openerp.co.in-20100304140209-5wbu7wd3xx3ah4j8
2010-03-04 19:32:09 +05:30
rpa (Open ERP) a80207cb64 [IMP]: crm(meetings): Removed wizard for setting Recurrence, put the recurrence fields in event(Meeting)
bzr revid: rpa@openerp.co.in-20100304125913-y7hljnvk00u21fpf
2010-03-04 18:29:13 +05:30
rpa (Open ERP) c08e198cd2 [IMP]: crm(Meetings): * Changed logic of duration/End date computation form function field to onchange
* Removed timezone and priority
* Removed unrelated states
* Improved invitation+invitation accept logic

bzr revid: rpa@openerp.co.in-20100304095442-8ke1gvtr1avs6n0t
2010-03-04 15:24:42 +05:30
rpa (Open ERP) dcd7fd9a56 [IMP]: caldav, base_calendar: Improvement for exdate export and recurrent date import
bzr revid: rpa@openerp.co.in-20100303125953-utr46gibwcsbu7ie
2010-03-03 18:29:53 +05:30
rpa (Open ERP) c459c260f7 [FIX]: base_calendar: Missing function
lp bug: https://launchpad.net/bugs/528525 fixed

bzr revid: rpa@openerp.co.in-20100302052850-6vk2ktnfxxj8mxtk
2010-03-02 10:58:50 +05:30
rpa (Open ERP) 49c6c0a69e [FIX]: base_calendar: Fixed problem of recursion depth
lp bug: https://launchpad.net/bugs/526963 fixed

bzr revid: rpa@openerp.co.in-20100224114633-rvj28jsdrpsohaa6
2010-02-24 17:16:33 +05:30
rpa (Open ERP) 7444a76e97 [FIX]: base_calendar: Minor fix
bzr revid: rpa@openerp.co.in-20100216125721-3j4ay91mpby7m81t
2010-02-16 18:27:21 +05:30
Harry (Open ERP) 34342fb461 [IMP] base_calendar, caldav: dependancy interchange
bzr revid: hmo@tinyerp.com-20100211140846-60dhl6m0qsltu6n1
2010-02-11 19:38:46 +05:30
rpa (Open ERP) d4553ff9c6 [REF]: base_calendar, caldav: Interchange of module names and files
bzr revid: rpa@openerp.co.in-20100211123741-b2gwowgfrfom93mz
2010-02-11 18:07:41 +05:30
rpa (Open ERP) 152fe65e7f [IMP]: base_calendar: Added validation for adding calendar lines
bzr revid: rpa@openerp.co.in-20100208125346-32zf4yjwbuo3c9kz
2010-02-08 18:23:46 +05:30
rpa (Open ERP) e9f4543e02 [IMP]: base_calendar: Raise exception if python-vobject is not installed
bzr revid: rpa@openerp.co.in-20100205054134-l154i68tdrs5k9ow
2010-02-05 11:11:34 +05:30
rpa (Open ERP) 497270f992 [IMP]: base_calendar, caldav: code improvement
bzr revid: rpa@openerp.co.in-20100204134223-buz94x96sqmskf5e
2010-02-04 19:12:23 +05:30
rpa (Open ERP) 63ae8274ce [FIX]: base_calendar, caldav: Fixed problem of wrong attendee data
bzr revid: rpa@openerp.co.in-20100202112435-r6b2bm4e60i9ba5b
2010-02-02 16:54:35 +05:30
rpa (Open ERP) efbad4f579 [IMP]: base_calendar: Improvement for importing proper timezone data
bzr revid: rpa@openerp.co.in-20100202090334-15isyc18bdidktom
2010-02-02 14:33:34 +05:30
rpa (Open ERP) 624ccd2782 [IMP]: base_calendar, caldav: Minor improvement for proper attribute mapping, Moved alarm menu in calendar
bzr revid: rpa@openerp.co.in-20100202060220-lzr6tlnlo3z9otkn
2010-02-02 11:32:20 +05:30
rpa (Open ERP) b1d481692e [IMP]: base_calendar: Implemented vtimezone component and its import/export, fixed minor problem of view in project_calendar
bzr revid: rpa@openerp.co.in-20100201133858-jlhj59yqgzynhjyv
2010-02-01 19:08:58 +05:30
Harry (Open ERP) 34a879d390 [FIX]base_calendar: fixed small bug in import
bzr revid: hmo@tinyerp.com-20100201112802-b8p83308pmwcdlvm
2010-02-01 16:58:02 +05:30
rpa (Open ERP) b4d7610933 [FIX]: base_calendar: Fixed minor problem in exporting recurrent events
bzr revid: rpa@openerp.co.in-20100201102200-un6atqv7lsta8is9
2010-02-01 15:52:00 +05:30
rpa (Open ERP) 9aa55b69a2 [FIX]: base_calendar: Fixed problem of exporting alarm
bzr revid: rpa@openerp.co.in-20100129134136-zmc7cice7z6wpewm
2010-01-29 19:11:36 +05:30
rpa (Open ERP) 4083c9bf7b [IMP]: base_calendar: Added duplicate fields checking in write, fixed minor problem in subscibe calendar wizard
bzr revid: rpa@openerp.co.in-20100129121429-wqddwgfyg3m63gtx
2010-01-29 17:44:29 +05:30
rpa (Open ERP) 97d7f15ab8 [IMP]: base_calendar, caldav: Moved unmapped fields to its proper modules
* Put proper validation for duplicate field mapping

bzr revid: rpa@openerp.co.in-20100129103944-vjep376dv02oftwx
2010-01-29 16:09:44 +05:30
rpa (Open ERP) cb5b75b569 [FIX]: base_calendar, caldav: Fixed problem of wrong attribute value in attendee and put proper email and cn value while importing ics file with attendee data
bzr revid: rpa@openerp.co.in-20100127131941-gubmtane9u92wi1s
2010-01-27 18:49:41 +05:30
rpa (Open ERP) 805d377ce8 [FIX]: base_calendar: Fixed problem of encoding in export ics
bzr revid: rpa@openerp.co.in-20100127054612-u11bkfuaxqju5lb9
2010-01-27 11:16:12 +05:30
rpa (Open ERP) 0803c04e6e [IMP]: caldav, project_calendar: Provided better error handling in import/export of ics, fixed some minor problems for generic attributes mapping
bzr revid: rpa@openerp.co.in-20100125125721-tsk4c2rfyt5qg6gq
2010-01-25 18:27:21 +05:30
rpa (Open ERP) 27044ea0a7 [IMP]: Caldav: Improvement in export/import ics mapping
bzr revid: rpa@openerp.co.in-20100125054613-owvxxvorfkegl3l2
2010-01-25 11:16:13 +05:30
rpa (Open ERP) c87d58cabb [IMP,REF]: base_calendar, caldav: Improvement in import/export functionality and made function that import/export calendar with its event and task
bzr revid: rpa@openerp.co.in-20100122135553-1tc8axr7y2abmpke
2010-01-22 19:25:53 +05:30
rpa (Open ERP) 129129dd04 [IMP]: caldav, base_calendar: Improvement in attribute function according to new changes in mappings
bzr revid: rpa@openerp.co.in-20100122092414-ukw6pxjl4sb46hcv
2010-01-22 14:54:14 +05:30
rpa (Open ERP) 5026999188 [IMP,ADD]: Caldav, base_calendar: Put proper data for attribute/field mapping according to new objects, Improvement in base.calendar view
bzr revid: rpa@openerp.co.in-20100122073305-gxsydxpedsxoftqo
2010-01-22 13:03:05 +05:30
Harry (Open ERP) 09e3e50279 [IMP] base_calendar: improve object structure of base calendar
bzr revid: hmo@tinyerp.com-20100121150553-tta4hz2qizb0pjtb
2010-01-21 20:35:53 +05:30
rpa (Open ERP) 528291793a [IMP]: Caldav, base_calendar: * Moved import/export wizards to base_calendar
* Chages in functionality of attributes/fields mapping (Removed all demo mapping)

bzr revid: rpa@openerp.co.in-20100121125840-82zv84vh4g3bf9gi
2010-01-21 18:28:40 +05:30
rpa (Open ERP) e2c0a6665a [IMP]: base_calendar, caldav: Improvement and Fixed problems in import/export .ics
bzr revid: rpa@openerp.co.in-20100121101024-cr36ykm8z2aysxg7
2010-01-21 15:40:24 +05:30
rpa (Open ERP) c7608d1fd7 [ADD,IMP]: CALDAV: * Moved data for attribute fields from caldav to base_calendar
* Changed import/export functions in caldav + base_calendar for passing __attribute__ values from date mapping

bzr revid: rpa@openerp.co.in-20100121090921-xpfw127b7qsz1mqu
2010-01-21 14:39:21 +05:30
rpa (Open ERP) d6f61741f4 [ADD,IMP]: CALDAV: * Added new objects in base_calendar for attribute-field mapping
* Added demo data for attributes and its mapping with fields
* Implemented function for __attribute__ computation

bzr revid: rpa@openerp.co.in-20100121081458-5r5l8mpg0vxcpvdu
2010-01-21 13:44:58 +05:30
rpa (Open ERP) 913484860e [ADD,REF]: caldav: Added new module base_calendar for basic calendar functionality and related improvement in caldav module
bzr revid: rpa@openerp.co.in-20100120095724-50ex0yp8q61w77kz
2010-01-20 15:27:24 +05:30