Commit Graph

543 Commits

Author SHA1 Message Date
rpa (Open ERP) dba881a194 [IMP]: caldav: Added search view for calendars, Improved xml
bzr revid: rpa@tinyerp.com-20101022064553-xq11j74ddbm1twgv
2010-10-22 12:15:53 +05:30
Olivier Dony b53197b424 [IMP] all: updated *.pot translation templates files to latest module versions
bzr revid: odo@openerp.com-20101018175939-82c6iy2kgvo9q5kt
2010-10-18 19:59:39 +02:00
P. Christeas 1e0daa7844 CalDAV wizards: Set the uid in the context, just like the nodes would do.
bzr revid: p_christ@hol.gr-20101014114216-lswnmers6kyywyom
2010-10-14 14:42:16 +03:00
P. Christeas 82aa9ea653 CalDAV: add documentation for iPhone(TM) setup
(TM) The iPhone is a trademark of Cisco corporation. It is used by
Apple Inc. Whatever...

bzr revid: p_christ@hol.gr-20101014110329-0qh1lgtm4vd7a9m9
2010-10-14 14:03:29 +03:00
P. Christeas d6b3f279cb CalDAV: alias for node filenames, keep one sent by client.
Since some clients keep referring to the created .ics nodes with the
filename they sent us, allow them to find that node.

bzr revid: p_christ@hol.gr-20101014070009-2vcro7p9krnwxm9s
2010-10-14 10:00:09 +03:00
P. Christeas 60f2488feb Document, caldav: inhibit features not found on trunk server.
bzr revid: p_christ@hol.gr-20101012112733-sqcnvobi5q8ztj3l
2010-10-12 14:27:33 +03:00
P. Christeas 305b48abe3 Document, calendar: Patch code from trunk-xrg branch
several fixes that hadn't been backported or applied correctly.

bzr revid: p_christ@hol.gr-20101012112030-snnb4fjkya4ndqkm
2010-10-12 14:20:30 +03:00
P. Christeas 849548ccf1 WebDAV, CalDAV: setup data for folders, calendars, properties
bzr revid: p_christ@hol.gr-20101012104121-e5k6f4vg8rnktiqh
2010-10-12 13:41:21 +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 d697bd94e5 Doc webdav, caldav: fix support for the calendar-multiget report
This report is a request to fetch multiple calendar entries. The
request contains a range of URIs to fetch, which must be processed
at the dav_fs.Report level.
The report is being called with Depth: 0 , for which the library could
not perform an iterator. Hack over it and explictly set Depth:1 in our
case.

bzr revid: p_christ@hol.gr-20101012104103-eu156146jy4a75af
2010-10-12 13:41:03 +03:00
P. Christeas 7bd29d4154 CalDAV: quirks for iPhone, based on the node_context
bzr revid: p_christ@hol.gr-20101012104103-s7nyv4bsl5r5rdhc
2010-10-12 13:41:03 +03:00
P. Christeas 95de197440 CalDAV: more properties, hide WebCal support
WebCal entries, although permitted by the protocol, confuse some badly
implemented CalDAV clients, so hide them with an option at the calendar
definition.

bzr revid: p_christ@hol.gr-20101012104044-rjx63ucwjk0ys98r
2010-10-12 13:40:44 +03:00
P. Christeas 369cae941e CalDAV: properly implement the CTag feature
Instead of using the ETag (which looks at the modification time of
the base.calendar object), aggregate over the contained calendar entries
to find their maximum modification.

bzr revid: p_christ@hol.gr-20101012104037-847evso9mryqom5f
2010-10-12 13:40:37 +03:00
P. Christeas f5117544fa caldav: instrument the get_domain() filter function
.. although, at the end of the day, this API cannot work since it only
operates on one level of depth.

bzr revid: p_christ@hol.gr-20101012104030-xwjdda74uhdl37y1
2010-10-12 13:40:30 +03:00
P. Christeas 7882ef46fa Caldav node: implement more properties, cleanup old ones.
bzr revid: p_christ@hol.gr-20101012104030-o7l7zscrnx4t0fc7
2010-10-12 13:40:30 +03:00
P. Christeas f1ccc3a4e2 CalDAV: port to improve WebDAV API, support dynamic collections.
bzr revid: p_christ@hol.gr-20101012104026-qju5goq0a42m01dq
2010-10-12 13:40:26 +03:00
P. Christeas 7f97ed973f Caldav: put some logging around skipped data, fix tzinfo var.
bzr revid: p_christ@hol.gr-20101012103859-0pae3clyllabjs0y
2010-10-12 13:38:59 +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) 551862ccc6 [FIX] calnedar: fix
bzr revid: hmo@tinyerp.com-20101006073912-0gkb7k9a9bz4ry7b
2010-10-06 13:09:12 +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
rpa (Open ERP) 71a3990a04 [FIX]: Fixed pylint warnings
bzr revid: rpa@tinyerp.com-20100927134403-d0xv04c0kkfkn724
2010-09-27 19:14:03 +05:30
P. Christeas a0b8065d1e Doc, caldav: Fix querying the login name, if not permitted to do so
If the user who wrote a document belongs to another company, then we
would get an exception when querying his name. Catch the exception and
continue.

bzr revid: p_christ@hol.gr-20100926163059-f1bvsj1osguvjkbk
2010-09-26 19:30:59 +03:00
Harry (OpenERP) 9d26adde2a [MERGE] merged trunk-dev-addons-project
bzr revid: hmo@tinyerp.com-20100922140024-usndmzb5u9hrkulm
2010-09-22 19:30:24 +05:30
rpa (Open ERP) 04c771ac51 [FIX]: caldav: Minor fix for exporting selection value
bzr revid: rpa@tinyerp.com-20100922113656-u3ccvvazvgmqx7h3
2010-09-22 17:06:56 +05:30
Harry (OpenERP) e067fa17a8 [FIX] caldav: support caldav property
bzr revid: hmo@tinyerp.com-20100922091225-2uuaeibf1xi54ko9
2010-09-22 14:42:25 +05:30
Harry (OpenERP) 8431b70597 [FIX] caldav: fix
bzr revid: hmo@tinyerp.com-20100911114442-egfc63paqr93rdpc
2010-09-11 17:14:42 +05:30
P. Christeas 892106b6f7 calendar: Don't assume the orm model is caldav-aware
So, don't unconditionally call attributes like recurrent_id.

bzr revid: p_christ@hol.gr-20100828141823-3nop8gmqfyt0h267
2010-08-28 17:18:23 +03:00
Harry (OpenERP) e459cec005 [MERGE]
bzr revid: hmo@tinyerp.com-20100820092348-74m7l04tdwvo336u
2010-08-20 14:53:48 +05:30
rpa (Open ERP) 912caa49c4 [FIX]: caldav: Fixed importing wrong organizer value
bzr revid: rpa@tinyerp.com-20100819134559-wqhc7bhywx5ukaw6
2010-08-19 19:15:59 +05:30
uco (Open ERP) 31d249a9ab [MERGE]
bzr revid: uco@tinyerp.com-20100819125727-iuofahcl931exx1r
2010-08-19 18:27:27 +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) 22268fa1cb [REF]: caldav: Minimized code to formate date according to vtimezone value
bzr revid: rpa@tinyerp.com-20100819103933-zg0hq21710vgt4vz
2010-08-19 16:09:33 +05:30
rpa (Open ERP) fd748d052a [FIX]: caldav: Exporting recurrent events with timezone
bzr revid: rpa@tinyerp.com-20100819071833-8arpxzpf4aky2v4j
2010-08-19 12:48:33 +05:30
rpa (Open ERP) dfe1896224 [IMP]: caldav: Put proper comments in code
bzr revid: rpa@tinyerp.com-20100818133942-3zn3q6vst7ns3lbr
2010-08-18 19:09:42 +05:30
rpa (Open ERP) 26ca4db083 [FIX]: caldav: Calendar components with the same UID property value, in a given calendar collection, MUST be contained in the same calendar object resource (RFC4791 Section4.1)
bzr revid: rpa@tinyerp.com-20100818122733-89ha6zrjhvbibzxl
2010-08-18 17:57:33 +05:30
rpa (Open ERP) 37cbc3dc4a [FIX]: caldav: Minor fix for import
bzr revid: rpa@tinyerp.com-20100817124906-mxocpm3ne1gf0szh
2010-08-17 18:19:06 +05:30
rpa (Open ERP) cf80c1d74a [FIX]: caldav: Fixed problem of importing recurrent event from sunbird when we edit one
bzr revid: rpa@tinyerp.com-20100816105916-152tcfm6jynt6spi
2010-08-16 16:29:16 +05:30
rpa (Open ERP) f79fdfdb52 [Merge]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100813071037-0k4u28xxjsotg874
2010-08-13 12:40:37 +05:30
rpa (Open ERP) 6164d129ab [FIX]: caldav: Keep event specific timezone on import instead of User timezone
bzr revid: rpa@tinyerp.com-20100813063627-cq3qcznxf5ghupg4
2010-08-13 12:06:27 +05:30
P. Christeas 5b31947d88 Caldav: store the organizer as email address, retrieve that
I hope that these functions can be reused in more places.

bzr revid: p_christ@hol.gr-20100812162113-jrotrwtn492qggkm
2010-08-12 19:21:13 +03:00
P. Christeas ddae08c774 caldav: propagate exceptions.
There is no need to hide them behind an osv.except_osv

bzr revid: p_christ@hol.gr-20100812111034-j627h6ixp6ldf2ha
2010-08-12 14:10:34 +03:00
P. Christeas 59c236eff1 caldav: Store times at server's timezone, not utc.
The values stored from caldav should be at the server's timezone, like
all other timestamps of openerp. We accept any timezone in the iCalendar
files, we export our (server's) timezone by default.

bzr revid: p_christ@hol.gr-20100812111031-m14103hzl9q7ff9j
2010-08-12 14:10:31 +03:00
P. Christeas c2fee9e691 caldav: when creating a calendar child, return a node
bzr revid: p_christ@hol.gr-20100812111028-tntn2b1uspc64cyd
2010-08-12 14:10:28 +03:00
P. Christeas 71c5192b08 caldav: don't bork if client requests foobar.ics
bzr revid: p_christ@hol.gr-20100812111018-tzpw0yixyuwp4dg0
2010-08-12 14:10:18 +03:00
P. Christeas e8562fc40c CalDAV: minor rewrite of previous improvement
make it a little more readable.

bzr revid: p_christ@hol.gr-20100812110838-vmjlnnwopn0pr0j1
2010-08-12 14:08:38 +03:00
rpa (Open ERP) 780d30e4ea [IMP]: caldav: Added description field in calendar
bzr revid: rpa@tinyerp.com-20100811093223-lixibo7upw4ebubk
2010-08-11 15:02:23 +05:30
xrg@hellug.gr 0433e42903 [merge] apply changes for lint fixes, webcal enable
bzr revid: xrg@hellug.gr-20100811084634-icdywns9g9kv3pfo
2010-08-11 11:46:34 +03:00
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
P. Christeas 6ad4fbfc80 CalDAV: Fix support for WebCal
CalDAV+GroupDAV is a collection of .ics files (resources). WebCal is a
single .ics resource with all calendar data in it. So, support both of
those nodes for every calendar instance, eg:
 /dbname/Calendars/Meetings     : collection
 /dbname/Calendars/Meetings.ics : vcalendar file

bzr revid: p_christ@hol.gr-20100810122957-a1691wv8ultbki55
2010-08-10 15:29:57 +03:00
rpa (Open ERP) 5b6dcd8ffe [FIX]: caldav: Minor fix for evaluting domain
bzr revid: rpa@tinyerp.com-20100809071217-kgmba32lb2xblkpc
2010-08-09 12:42:17 +05:30
rpa (Open ERP) 4620bb0719 [IMP]: caldav: Added minimum date for DTSTART of timezone instead of current date
bzr revid: rpa@tinyerp.com-20100809060955-122w0fjk3qk5iy56
2010-08-09 11:39:55 +05:30
rpa (Open ERP) 8058b7ff54 [FIX]: caldav: Importing calendar with timezone works perfect now
bzr revid: rpa@tinyerp.com-20100806122702-dy4t0atc6jnggrmt
2010-08-06 17:57:02 +05:30
rpa (Open ERP) 22a3019e2c [REF]: caldav: Code improvement regarding context
bzr revid: rpa@tinyerp.com-20100806120232-b5nhbgowc1ii28ug
2010-08-06 17:32:32 +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
rpa (Open ERP) bd76d0a66a [FIX]: caldav: Fixed problem of Importing date with timezone information(converted into utc)
bzr revid: rpa@tinyerp.com-20100804133758-a0u50if8z3rol31l
2010-08-04 19:07:58 +05:30
rpa (Open ERP) 3f284dd7e9 [FIX]: caldav: Corrected exdate imported from sunbird,
[IMP]: caldav: Event with timezone should exported with date having related timezone

bzr revid: rpa@tinyerp.com-20100804110503-j80r9ke95o28v18s
2010-08-04 16:35:03 +05:30
Harry (OpenERP) dc658546bd [MERGE]
bzr revid: hmo@tinyerp.com-20100803070555-sos3jnng6mdz6juh
2010-08-03 12:35:55 +05:30
rpa (Open ERP) 59426ee276 [FIX]: caldav: Fixed problem of importing calendar without CN value
bzr revid: rpa@tinyerp.com-20100803054342-rfz3bmqb3rydj20f
2010-08-03 11:13:42 +05:30
rpa (Open ERP) ac2207504c [FIX]: caldav: Fixed problem of importing Organizer data into OpenERP Calendar
bzr revid: rpa@tinyerp.com-20100803052511-m2trk78317zx08c0
2010-08-03 10:55:11 +05:30
rpa (Open ERP) 52e44a6819 [FIX]: caldav: Fixed problem of encoding in import calendar
bzr revid: rpa@tinyerp.com-20100802120050-tj3duw1w5eok93p5
2010-08-02 17:30:50 +05:30
P. Christeas f4de6ab5f0 CalDAV: use the new API for DAV:resourcetype
bzr revid: p_christ@hol.gr-20100801083726-y8tkn68gwe8vmoxf
2010-08-01 11:37:26 +03:00
P. Christeas 7b37e49aa5 CalDAV: fix properties that didn't follow the spec.
Beware: a "sequence" for iCalendar is totally different than the OpenERP
sequence field (common in several tables).

bzr revid: p_christ@hol.gr-20100729133938-052oxsdfg9zlrsod
2010-07-29 16:39:38 +03:00
P. Christeas 2311e39dcb Caldav node: use .ics extension, re-enable unlink
bzr revid: p_christ@hol.gr-20100729133938-op88qinskgn4jnek
2010-07-29 16:39:38 +03:00
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
P. Christeas 99087be2b5 Doc API, caldav: move the get_wtag code into document module.
It is the same case, that we want node.write_date to be used in the wtag
all over.

bzr revid: p_christ@hol.gr-20100729133937-4sgseg4keexeamd4
2010-07-29 16:39:37 +03:00
P. Christeas 6987e89efe Doc Webdav, caldav: get the create/write dates w. perm_read(). convert.
create_date, write_date may not be specified as object fields, so we
cannot always call them. Use the perm_read() instead (which works for
all objects). However, the datetime returned may have fractional secs,
in which case a better conversion function shall be used.

bzr revid: p_christ@hol.gr-20100729133937-fslzb5xba2pq5grj
2010-07-29 16:39:37 +03:00
P. Christeas 08ad3c0993 CalDAV: a vevent can have duration rather than dtend.
bzr revid: p_christ@hol.gr-20100729133937-zure64gckdlz275c
2010-07-29 16:39:37 +03:00
P. Christeas 8d59034dcf Caldav: create_date, write_date must be readonly.
.. or else the orm is confused.

bzr revid: p_christ@hol.gr-20100729133937-7s78e46vxkyohmv3
2010-07-29 16:39:37 +03:00
P. Christeas c4f0e13364 caldav: enable GroupDAV discovery.
The webdav+ics folders are valid for GroupDAV, too, if only a resourcetype
element is added to their propfind responses.

bzr revid: p_christ@hol.gr-20100729133937-59kfge35mjfmxdvk
2010-07-29 16:39:37 +03:00
P. Christeas e78571ac67 Document, DAV: fix propfind/propname code
Several small fixes for the DAV responses, so that we are more conforming
to the protocol. Also fix multiple namespaces, getctag and (as always)
whitespace

bzr revid: p_christ@hol.gr-20100729133937-z6ctpn92w6mz7r9k
2010-07-29 16:39:37 +03:00
P. Christeas 8f102dd429 CalDAV: Use the new API for DAV properties.
Instead of having the code copy-pasted in each node class, use the
one of the node API.

bzr revid: p_christ@hol.gr-20100729133936-pimfsb1zpolohzwt
2010-07-29 16:39:36 +03:00
P. Christeas 1c5e02f459 CalDAV: Enable the calendar-access option, as required by RFC4791
It is absolutely compulsory to have that option, or else clients will
never use CalDAV on those folders.

bzr revid: p_christ@hol.gr-20100729133936-j15ic4ok0yz4yjha
2010-07-29 16:39:36 +03:00
P. Christeas fe0ee384c7 Caldav: whitespace fixes
Expand tabs and remove trailing whitespace. Only.

bzr revid: p_christ@hol.gr-20100729133936-d0o3u34qqmqk7qba
2010-07-29 16:39:36 +03:00
dbr(Open ERP) c860708a9c [RENAME] Tiny ERP to OpenERP SA in all places
bzr revid: vir@tinyerp.com-20100728114344-u2cm97mk6gnfpp13
2010-07-28 17:13:44 +05:30
Harry (OpenERP) 1263dd94ae [FIX] Calendar: resolve error to create task from Calendars clients
bzr revid: hmo@tinyerp.com-20100713114629-pmss2fdfjbu0gchi
2010-07-13 17:16:29 +05:30
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) 811b1092e8 [FIX] caldav: minor problem
bzr revid: hmo@tinyerp.com-20100709084451-e2y0nb7i1k6ksj35
2010-07-09 14:14:51 +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) 2d6a0e2329 [FIX]: * caldav: Export calendar with recurrent event
* base_calendar: Fix wrong code in Exrule wizard

bzr revid: rpa@tinyerp.com-20100630094307-n6lucf47o1ixsai4
2010-06-30 15:13:07 +05:30
Fabien Pinckaers 0589af4d6b merge
bzr revid: fp@tinyerp.com-20100629095747-svyjt9e9qak74y3c
2010-06-29 11:57:47 +02:00
UCO (OpenERP) 3217cf7e4c [REM]: Removed access rules for OSV memory objects
bzr revid: rpa@tinyerp.com-20100628134938-23kiccr4355jfhmg
2010-06-28 19:19:38 +05:30
Mod2 Team (OpenERP) e22e84125a [IMP] CalDAV
* useability improvement in export ics file wizard

bzr revid: hmo@tinyerp.com-20100624072328-6citdyy2bl9yy2i6
2010-06-24 12:53:28 +05:30
rpa (Open ERP) 48da42cb8d [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100521111609-00rg9sr3l3wvz1az
2010-05-21 16:46:09 +05:30
ksa (Open ERP) 87d531400f [IMP] Apply security rules of remaining objects
bzr revid: ksa@tinyerp.co.in-20100517102451-pv4u65zyxmbevjcz
2010-05-17 15:54:51 +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) 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) 6886efda6f [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100430051527-33e075ou12zwxo0a
2010-04-30 10:45:27 +05:30
Stephane Wirtel 5142d98b30 [FIX] Remove the executable flag on the python and xml files
bzr revid: stephane@openerp.com-20100429080154-kmn18r5kci0uq84u
2010-04-29 10:01:54 +02:00
Harry (Open ERP) 199ac22a96 [FIX] caldav: remove calendar problem
bzr revid: hmo@tinyerp.com-20100423120544-axml2owg03rwwvv0
2010-04-23 17:35:44 +05:30
Harry (Open ERP) 65ed78ef91 [FIX] caldav: ics calendar problem
bzr revid: hmo@tinyerp.com-20100423111422-o4setxie7ke7iy09
2010-04-23 16:44:22 +05:30
rpa (Open ERP) 7b2b72b2f4 [FIX]: caldav: Fixed problem of time checking type in get eprop
bzr revid: rpa@tinyerp.com-20100422134048-wqd88o1924lovuxg
2010-04-22 19:10:48 +05:30
Harry (Open ERP) e246a6bfe0 [IMP+REF] caldav
bzr revid: hmo@tinyerp.com-20100422125041-2x1fkswvf2gab05p
2010-04-22 18:20:41 +05:30
Harry (Open ERP) 5c3cf27f2f [IMP] caldav
bzr revid: hmo@tinyerp.com-20100421133402-191nwwj3nohx6zas
2010-04-21 19:04:02 +05:30
Harry (Open ERP) d8994f04d0 [MERGE]
bzr revid: hmo@tinyerp.com-20100420055117-faxraazs6238y8yo
2010-04-20 11:21:17 +05:30
Harry (Open ERP) 7558802e88 [IMP] caldav
bzr revid: hmo@tinyerp.com-20100415105605-18h6tgny6lu21j85
2010-04-15 16:26:05 +05:30
rpa (Open ERP) 8758226edd [IMP]:caldav: If we clear some value from calendar client it should reflect on OpenERP so removed checking for value availability
bzr revid: rpa@tinyerp.com-20100415102026-y1cu3ijg8nqigpa8
2010-04-15 15:50:26 +05:30
Harry (Open ERP) 7aea663bb6 [IMP] caldav: supporting caldav protocall
bzr revid: hmo@tinyerp.com-20100415075809-edzwop5gzzdi80jj
2010-04-15 13:28:09 +05:30
Harry (Open ERP) 4cc0c97a1b [FIX] caldav
bzr revid: hmo@tinyerp.com-20100414073925-3qo19wm9dnv2a34t
2010-04-14 13:09:25 +05:30
Harry (Open ERP) f2311d256f [REF+IMP] caldav
bzr revid: hmo@tinyerp.com-20100414073616-i84h1e197yswuv0v
2010-04-14 13:06:16 +05:30
Harry (Open ERP) a3dab7abb8 [IMP] caldav
bzr revid: hmo@tinyerp.com-20100413140404-bku8u3agsv79evyx
2010-04-13 19:34:04 +05:30
Harry (Open ERP) 6a94de909b [REF+IMP] document
bzr revid: hmo@tinyerp.com-20100413110320-9x1fy7l432sinxvd
2010-04-13 16:33:20 +05:30
Harry (Open ERP) 5227249134 [IMP] caldav
bzr revid: hmo@tinyerp.com-20100412123110-6e76f9icz3up62jm
2010-04-12 18:01:10 +05:30
Harry (Open ERP) dd61fff760 [IMP] caldav
bzr revid: hmo@tinyerp.com-20100412122423-eyc0bs5h1x3mfu9y
2010-04-12 17:54:23 +05:30
Harry (Open ERP) 9f5aa65624 [REF] caldav
bzr revid: hmo@tinyerp.com-20100412120115-spckeb0vi08x6vvt
2010-04-12 17:31:15 +05:30
Harry (Open ERP) 37a0b05a17 [REF] caldav
bzr revid: hmo@tinyerp.com-20100412114551-pkrd135oxul8pw1u
2010-04-12 17:15:51 +05:30
Harry (Open ERP) 565d1a18c7 [REF+IMP] caldav
bzr revid: hmo@tinyerp.com-20100412105200-c3kvao81ypbh8l0g
2010-04-12 16:22:00 +05:30
Fabien Pinckaers 9544b5751a [IMP] renamed __terp__.py into __openerp__.py
bzr revid: fp@tinyerp.com-20100419100752-igk4inlzl6c5g2hk
2010-04-19 12:07:52 +02:00
Fabien Pinckaers 36059ff283 [IMP] General review and cleaning of all views. Not finished. Worked on exted_groups, removed select=2, convert tab to spaces, etc.
bzr revid: fp@tinyerp.com-20100416091625-4riafnmo2mo7cuu9
2010-04-16 11:16:25 +02:00
Harry (Open ERP) 85c42e9270 [MERGE]
bzr revid: hmo@tinyerp.com-20100406123429-hu7m4lnflo0amjr5
2010-04-06 18:04:29 +05:30
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
Harry (Open ERP) 3d4f428de6 [FIX] caldav: remove unneccassry import packages
bzr revid: hmo@tinyerp.com-20100329102629-v6hxscfl264su1fz
2010-03-29 15:56:29 +05:30
rpa (Open ERP) 836e67c9fa [IMP]: caldav: Improvement in export data wizard for binary field
bzr revid: rpa@tinyerp.com-20100326133310-jm2zsjxmoe7kam7q
2010-03-26 19:03:10 +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) 6e60df4801 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rpa@tinyerp.com-20100322084939-wih4637ymm1ni81l
2010-03-22 14:19:39 +05:30
rpa (Open ERP) 7b42842555 [IMP]: caldav: Remaining changes for private method
bzr revid: rpa@tinyerp.com-20100319104806-oahojw954wygoanq
2010-03-19 16:18:06 +05:30
rpa (Open ERP) f19c017bf7 [IMP]: caldav: Replaced ir.values with act_window for wizard, Added proper access rights
bzr revid: rpa@tinyerp.com-20100319104525-vv58ba6nyfuqm72u
2010-03-19 16:15:25 +05:30
rpa (Open ERP) 32b05f4fc7 [IMP]: caldav: Uncommented import of DAV server file
bzr revid: rpa@tinyerp.com-20100319104408-w1jyvtbi7halpy26
2010-03-19 16:14:08 +05:30
Harry (Open ERP) 0db347d65f [MERGE] merged from lp:~openerp-commiter/openobject-addons/crm-improvement
bzr revid: hmo@tinyerp.com-20100316131328-lgttnpy712rqr7ga
2010-03-16 18:43:28 +05:30
rpa (Open ERP) de5642cd56 [IMP]: caldav: Improvement in export data for multiple vtimezone exported for one timezone
bzr revid: rpa@tinyerp.com-20100312130352-k2hlxmrsivxaa3u8
2010-03-12 18:33:52 +05:30
Harry (Open ERP) bdc78703ea [MERGE]
bzr revid: hmo@tinyerp.com-20100311142449-gfhiuwigpchfr074
2010-03-11 19:54:49 +05:30
ATP (Open ERP) e7fb07589f [IMP]: caldav: converted wizards into osv_memory wizards
bzr revid: rpa@tinyerp.com-20100311083818-fp3ve2g95mwa3wxu
2010-03-11 14:08:18 +05:30
Harry (Open ERP) 8cc8ca8e68 [MERGE]
bzr revid: hmo@tinyerp.com-20100309112534-bibte8vo972fqjd4
2010-03-09 16:55:34 +05:30
Harry (Open ERP) 748a44059e [MERGE]
bzr revid: hmo@tinyerp.com-20100308105808-daycevll1sgvayfl
2010-03-08 16:28:08 +05:30
rpa (Open ERP) fcc3bc5a78 [IMP]: Caldav: Improved module description
bzr revid: rpa@openerp.co.in-20100308085356-j2ihlwwboj32o6xo
2010-03-08 14:23:56 +05:30
sbh (Open ERP) 3fe25769ab Merge
bzr revid: sbh@tinyerp.com-20100308051030-8bv17i8laespdmb3
2010-03-08 10:40:30 +05:30
Fabien Pinckaers 7bd07b1c86 [IMP] renamed planned -> expected in PO and stock
bzr revid: fp@tinyerp.com-20100305204758-f1iiugc6l3xdw2ch
2010-03-05 21:47:58 +01:00
Harry (Open ERP) 39d1e6b57a [MERGE] merge from lp:~openerp-commiter/openobject-addons/crm-improvement/
bzr revid: hmo@tinyerp.com-20100305115427-ret1u3hnl13am4lu
2010-03-05 17:24:27 +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
sbh (Open ERP) ecca4d744b Merge
bzr revid: sbh@tinyerp.com-20100304045841-wfkuurvowpauarq1
2010-03-04 10:28:41 +05:30
rpa (Open ERP) 760dea63d1 [FIX]: caldav: Fixed minor problem of imprting event with exdates
bzr revid: rpa@openerp.co.in-20100303133443-xrw0eef7963rouha
2010-03-03 19:04:43 +05:30
sbh (Open ERP) 5cea9102f8 Merge
bzr revid: sbh@tinyerp.com-20100303133005-f17vexp16ergct5i
2010-03-03 19:00:05 +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
Harry (Open ERP) 453e18b2fd [MERGE]
bzr revid: hmo@tinyerp.com-20100219102848-x6au29iuxc3e0dm0
2010-02-19 15:58:48 +05:30
Harry (Open ERP) ee87ba0a2b [ADD] base_action_rule: new module to define diffrent actions for any objects
bzr revid: hmo@tinyerp.com-20100215144224-o4sztjze8yksfsdz
2010-02-15 20:12:24 +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
Harry (Open ERP) d26d83ecc7 [IMP] caldav: improve string
bzr revid: hmo@tinyerp.com-20100211102817-k0d4lajgdmu09vyq
2010-02-11 15:58:17 +05:30
Harry (Open ERP) 4181af7025 [IMP] caldav: improve view
bzr revid: hmo@tinyerp.com-20100211102700-tal1q4nhufvslmpw
2010-02-11 15:57:00 +05:30
Harry (Open ERP) 459fb2a5c1 [IMP] caldav: Improve view
bzr revid: hmo@tinyerp.com-20100211095330-8o8xhdl5i9pcf7le
2010-02-11 15:23:30 +05:30
Harry (Open ERP) d2a634c9ad [FIX] caldav: return None value is created problem in rpc respone. so return False value
bzr revid: hmo@tinyerp.com-20100211085745-24sjqdmhw47g3334
2010-02-11 14:27:45 +05:30
rpa (Open ERP) b6a1916f23 [IMP]: caldav: Minor improvement for timezone and attendee invitation
bzr revid: rpa@openerp.co.in-20100209131521-btwk4n0dru2bolmr
2010-02-09 18:45:21 +05:30
rpa (Open ERP) a59e83e73e [IMP]: caldav: Changed timezone on Changing user
bzr revid: rpa@openerp.co.in-20100208111306-pf9gvg1pd41ed2fo
2010-02-08 16:43:06 +05:30
rpa (Open ERP) e6213959fa [IMP]: caldav: Improvement in Invite Attendee
bzr revid: rpa@openerp.co.in-20100208095704-zvgmjs8pnkw6zyix
2010-02-08 15:27:04 +05:30
Harry (Open ERP) a783606193 [IMP] caldav: invite attendee with delegration
bzr revid: hmo@tinyerp.com-20100208090503-hct2lgekj5cofunm
2010-02-08 14:35:03 +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) 3798745666 [IMP]: caldav: Changed relation of attendee's delegated users information to calendar.attendee, Improvement in delegation function
bzr revid: rpa@openerp.co.in-20100203125231-nj9l0euorn893qlg
2010-02-03 18:22:31 +05:30
rpa (Open ERP) ca59065f21 [IMP]: caldav: Minor Improvement
bzr revid: rpa@openerp.co.in-20100203114637-tqbn451c0swo715l
2010-02-03 17:16:37 +05:30
rpa (Open ERP) 75a5d84b4a [IMP]: caldav: Improvement for proper attendee and company information
bzr revid: rpa@openerp.co.in-20100203105648-mwt3wyf8tu85q6b0
2010-02-03 16:26:48 +05:30
rpa (Open ERP) 1bb30ecef0 [IMP]: caldav: Attendee Invitation improvement
* Improved information+formating of mail to send on invitation
* Implemented email gateway functions that updates attendees's response by mail reply

bzr revid: rpa@openerp.co.in-20100203104624-hs3t7kk2966s90e4
2010-02-03 16:16:24 +05:30
rpa (Open ERP) c9339c84bb [IMP]: Caldav: Send invitation mail while inviting external user
bzr revid: rpa@openerp.co.in-20100202134855-cammwbzrtt6wr80d
2010-02-02 19:18:55 +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
Harry (Open ERP) 83e5509f9c [FIX] caldav: sent by user, event date display on attendee(invitation) form
bzr revid: hmo@tinyerp.com-20100202103425-ctcj8hd0fxqapli1
2010-02-02 16:04:25 +05:30
rpa (Open ERP) 523d374327 [IMP]: caldav: Improvement for proper data in attendee invitations
bzr revid: rpa@openerp.co.in-20100202093844-rgeg44obbemkg7tn
2010-02-02 15:08:44 +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
Harry (Open ERP) 99656278bf [IMP] caldav, crm: improve view of attendee and change menu
bzr revid: hmo@tinyerp.com-20100202082549-ao8atwkf8zourzjd
2010-02-02 13:55:49 +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) 286479e7ef [IMP] caldav: xml file of calendar data
bzr revid: hmo@tinyerp.com-20100201131327-oxpgu1y65fqik1cz
2010-02-01 18:43:27 +05:30
Harry (Open ERP) da5c8f9584 [FIX] caldav: call super method twise in virtual report pool
bzr revid: hmo@tinyerp.com-20100201060219-a6jrqx05uqhj4udx
2010-02-01 11:32:19 +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) 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) 1011c0fffa [FIX]: caldav: Fixed problem of alarms
bzr revid: rpa@openerp.co.in-20100127101532-7l3fay515bijf11i
2010-01-27 15:45:32 +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) 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
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) 68773e0a6a [IMP]: crm, caldav: Set proper start and end date in edit event wizard
bzr revid: rpa@openerp.co.in-20100120102457-2j0w9hplxzu3i1nc
2010-01-20 15:54:57 +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
rpa (Open ERP) cd05a92fba [IMP]: caldav: Improvement for table name in query and fixed problem of updating alarm data
bzr revid: rpa@openerp.co.in-20100120085157-w50ot6i2a3854gc8
2010-01-20 14:21:57 +05:30
rpa (Open ERP) d351065fb1 [FIX]: caldav: Fixed problem of wrong end date in Recurrent events
bzr revid: rpa@openerp.co.in-20100120062021-u57jvrb9x19flfgp
2010-01-20 11:50:21 +05:30
Harry (Open ERP) fb1e56bb43 [MERGE]
bzr revid: hmo@tinyerp.com-20100119144843-2dwq2c5jm5clnx5w
2010-01-19 20:18:43 +05:30
rpa (Open ERP) f5a7198e50 [IMP,REF]: caldav, crm, project_calendar: Moved caldav stuff from project_calendar to caldav and improvement regarding import/export calendar
bzr revid: rpa@openerp.co.in-20100119134720-qkpd7wmzm5aer7zr
2010-01-19 19:17:20 +05:30
rpa (Open ERP) 420dfcf326 [ADD]: caldav: Added caldav wizard
bzr revid: rpa@openerp.co.in-20100119095932-5mxr9g4nl4ibjn8q
2010-01-19 15:29:32 +05:30
rpa (Open ERP) bbfe5e7032 [REF]: caldav, crm: Moved caldav stuff from crm.meeting to caldav
bzr revid: rpa@openerp.co.in-20100119094224-37iahxu4uzsot8bz
2010-01-19 15:12:24 +05:30
rpa (Open ERP) b034fc865d [IMP]: caldav, crm: Improvement for importing recurrent meetings with same uid
bzr revid: rpa@openerp.co.in-20100118110730-c57780xdyjyug6by
2010-01-18 16:37:30 +05:30
rpa (Open ERP) 7e731892b4 [IMP]: caldav, crm(meeting): Added functionality to edit recurrent meeting, and improvement to export recurrent events
bzr revid: rpa@openerp.co.in-20100118095436-1emdl258bo8ljrbs
2010-01-18 15:24:36 +05:30
rpa (Open ERP) 61880aa6ea [IMP]: crm, caldav, project_calendar: Moved function for alarm maintenance to caldav common, Fixed problem of wrong data in attendee export
bzr revid: rpa@openerp.co.in-20100113132933-2a6vc4urg7gcgvf6
2010-01-13 18:59:33 +05:30
rpa (Open ERP) d95b47c647 [IMP,FIX]: caldav, crm: Fixed problem of importing alarm and attendee in meeting
bzr revid: rpa@openerp.co.in-20100113103536-w2djn19aca8rm063
2010-01-13 16:05:36 +05:30
rpa (Open ERP) 73f60db270 [IMP]: caldav, crm: Improvement for Custom Recurrence rule, Improved attendee view + Code improvement
bzr revid: rpa@openerp.co.in-20100112120653-vn1vrltzgd2x6y59
2010-01-12 17:36:53 +05:30
rpa (Open ERP) 6c547a3189 [IMP]: caldav: Functionality Improvement
* Improved Invite Attendee's osv_memory wizard
* Improvement in Recurrent Rule maintainence
* Improvement in Import/Export calendar

bzr revid: rpa@openerp.co.in-20100112092539-xx31tmiq2d1vlkup
2010-01-12 14:55:39 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Harry (Open ERP) 9c566f0939 [FIX] caldav : when delegrate event, change state with 'delegated'
bzr revid: hmo@tinyerp.com-20100108154732-zcobjgjba20g4mdg
2010-01-08 21:17:32 +05:30
Harry (Open ERP) fd0659b48a [IMP] caldav : when delegrate event, delegrate_to and delegrate_from is set
bzr revid: hmo@tinyerp.com-20100108154423-48mq3nmyt77e385x
2010-01-08 21:14:23 +05:30
Harry (Open ERP) c0dd9e0b8f [IMP+FIX] caldav, crm : attendee view, import/export cal value from calander.attendee, calender.alarm
bzr revid: hmo@tinyerp.com-20100108143824-ydk1hicnk1i4pvno
2010-01-08 20:08:24 +05:30
rpa (Open ERP) 8fe7d4c0a7 [IMP]: caldav, crm: Implemented maintanence of event data in attendee invitation + Improvements
bzr revid: rpa@openerp.co.in-20100108102850-0pqnfppm73fxz8s0
2010-01-08 15:58:50 +05:30
rpa (Open ERP) 0e4457b63b [IMP]: caldav, crm: Improvement for importing/exporting proper data
bzr revid: rpa@openerp.co.in-20100108093324-dbopuq81aif61dbi
2010-01-08 15:03:24 +05:30
rpa (Open ERP) 017f654875 [FIX]: caldav, crm: Fixed problem of importing ics file in crm and caldav
bzr revid: rpa@openerp.co.in-20100108070215-wl1gnrb99npj61gs
2010-01-08 12:32:15 +05:30
Harry (Open ERP) f8cdd15461 [IMP+FIX] caldav, crm : caldav.alarm inherits from res.alarm, fix bug on recurrent on crm.meeting
bzr revid: hmo@tinyerp.com-20100107143543-616twodd36utx01i
2010-01-07 20:05:43 +05:30
rpa (Open ERP) 0fd5eaca7d [FIX]: crm, caldav: Major changes regarding better user interface , change case of data from capital
bzr revid: rpa@openerp.co.in-20100107140156-jzewy27a4d9akgkv
2010-01-07 19:31:56 +05:30
rpa (Open ERP) 1c87c6ec67 [FIX]: crm, caldav: Major changes regarding object names, put proper names
bzr revid: rpa@openerp.co.in-20100107134014-lqi0cpy0ujdrsvb5
2010-01-07 19:10:14 +05:30
rpa (Open ERP) 363fd1ca01 [FIX]: crm, caldav: Minor Fixes
bzr revid: rpa@openerp.co.in-20100107125738-q88b1ibi78758ha4
2010-01-07 18:27:38 +05:30
rpa (Open ERP) 7435f08df6 [IMP]: crm, caldav: Improvement in alarm mapping to meeting
bzr revid: rpa@openerp.co.in-20100107124746-e9qw13s1gcg5xfhj
2010-01-07 18:17:46 +05:30
rpa (Open ERP) 70380b2736 [IMP]: crm, caldav: Improvement in attendees Invitation and Attendee useability
bzr revid: rpa@openerp.co.in-20100107121136-wto42phdaxrmvtd1
2010-01-07 17:41:36 +05:30
Harry (Open ERP) 59e0180ed9 [IMP] caldav, crm : Improve caldav and meeting for alarm stuff
bzr revid: hmo@tinyerp.com-20100107115155-tk60z1e8sluipkm4
2010-01-07 17:21:55 +05:30
rpa (Open ERP) 6331fbcef5 [IMP]: caldav: minor imprpvement in alarm view
bzr revid: rpa@openerp.co.in-20100106131750-19ru3sxt5pxqnaxw
2010-01-06 18:47:50 +05:30
rpa (Open ERP) 3c98c9d24d [IMP]: caldav: Improvements in rrule compute function
bzr revid: rpa@openerp.co.in-20100106103815-9i01u2h6o6ijsdbc
2010-01-06 16:08:15 +05:30
rpa (Open ERP) 4064bd5a60 [IMP]: crm, caldav: Implemented function for custom alarm creation
bzr revid: rpa@openerp.co.in-20100106103327-g9ftp88zj6e2a0v3
2010-01-06 16:03:27 +05:30
rpa (Open ERP) 667095a083 [IMP]: caldav, crm: Moved alarm data from crm to caldav
bzr revid: rpa@openerp.co.in-20100106084500-1ebbrq6zz02qlblc
2010-01-06 14:15:00 +05:30
Harry (Open ERP) 15e558492e [IMP] caldav : Improve alarm view
bzr revid: hmo@tinyerp.com-20100106083649-ezlc080slryn67i8
2010-01-06 14:06:49 +05:30
rpa (Open ERP) d975e11204 [IMP]: caldav: Added user in attendee object
bzr revid: rpa@openerp.co.in-20100106062712-jlca8fv6316rab8o
2010-01-06 11:57:12 +05:30
Harry (Open ERP) 0501604866 [IMP] crm: improve meeting view
bzr revid: hmo@tinyerp.com-20100106061637-m923zrotl4xk84d8
2010-01-06 11:46:37 +05:30
Harry (Open ERP) 1cc8f04401 [IMP] caldav, crm : improve search, read method for vitual records
bzr revid: hmo@tinyerp.com-20100104143751-q7r3hwdvlhclncyk
2010-01-04 20:07:51 +05:30
Harry (Open ERP) 0e12d8722a [FIX] caldav : bug on open any wizard
bzr revid: hmo@tinyerp.com-20100104072152-l0iji1w4697jxzb8
2010-01-04 12:51:52 +05:30
Harry (Open ERP) cbaa70e831 [FIX] caldav : put comment in buggy code
bzr revid: hmo@tinyerp.com-20100103071441-6z82d45decpgw5va
2010-01-03 12:44:41 +05:30
rpa (Open ERP) 67588ee235 [IMP]: caldav: Improvement in attendee view
bzr revid: rpa@tinyerp.com-20100101092925-eyh75z2ebbk927jy
2010-01-01 14:59:25 +05:30
rpa (Open ERP) 057cee7bcb [FIX]: caldav: Fixed problem of writing data by Importing calendar
bzr revid: rpa@tinyerp.com-20100101061431-clzuvhl0xvoiy0ff
2010-01-01 11:44:31 +05:30
P. Christeas d0381fa3a3 [FIX] caldav: fixed bug on file search
bzr revid: hmo@tinyerp.com-20091230113626-f32b1xp76dn6855i
2009-12-30 17:06:26 +05:30
rpa (Open ERP) 5fdd61845b [IMP]: crm, caldav: Improvement in crm+caldav for recurrent dates and virtual events computation
bzr revid: rpa@tinyerp.com-20091230093919-lgegnmy0de5lgn58
2009-12-30 15:09:19 +05:30
rpa (Open ERP) 232bf160b2 [FIX]: Fixed problem of importing calendar without alarm details
bzr revid: rpa@tinyerp.com-20091230093326-5tu3hn8jeorkcs8p
2009-12-30 15:03:26 +05:30
Harry (Open ERP) ddd072fd4a [IMP+FIX] caldav, crm: make new object crm.meeting and apply caldav in this new object
bzr revid: hmo@tinyerp.com-20091229084804-015hpsppm66ypssj
2009-12-29 14:18:04 +05:30
rpa (Open ERP) 2c739db798 [IMP]: caldav,crm,project_calendar: Created new function to set OpenERP uid value in exported file
bzr revid: rpa@tinyerp.com-20091224140537-le1hs1jf0j4g42a2
2009-12-24 19:35:37 +05:30
rpa (Open ERP) f252b5a0b6 [IMP]: caldav,crm,project_calendar: Created new function to map uid of ics in caldav and modification in crm and project related importing same ics file
bzr revid: rpa@tinyerp.com-20091224133549-qhhil3bgqx89srug
2009-12-24 19:05:49 +05:30
rpa (Open ERP) 2ffeb04046 [IMP]: caldav,crm,project_calendar: Added wizard to change RRule
bzr revid: rpa@tinyerp.com-20091224120108-jpv931vjh3fetj3m
2009-12-24 17:31:08 +05:30
rpa (Open ERP) e01bcf3690 [IMP]: Caldav: Improvement in rrule wizard for implementing Yearly repeat + Code improvement
bzr revid: rpa@tinyerp.com-20091224110529-ubx5q4ph0rubrnb3
2009-12-24 16:35:29 +05:30
rpa (Open ERP) dc1a77e735 [ADD]: Caldav: Added new wizard to set Recurrent Rule in Event/Task
bzr revid: rpa@tinyerp.com-20091223135950-9zk0sh4fgds8w58u
2009-12-23 19:29:50 +05:30
rpa (Open ERP) 1b1772e204 [IMP]: Caldav: Improvement in code, added help text in attendee and alarm object
bzr revid: rpa@tinyerp.com-20091223095404-ihojnyyrhfh2pcxc
2009-12-23 15:24:04 +05:30
uco (OpenERP) b5755527ca [MERGE]: Merged with parent branch
bzr revid: uco@tinyerp.co.in-20091222133221-iysoizq0knzk22ko
2009-12-22 19:02:21 +05:30
rpa (Open ERP) 312ce4d690 [IMP]: Caldav+crm+project_calendar , Implemented exdates for Event and tasks
bzr revid: rpa@tinyerp.com-20091222131425-8wxl8xv01wznl56v
2009-12-22 18:44:25 +05:30
uco (OpenERP) 798113bf0f [MERGE]: Merged with parent branch
bzr revid: uco@tinyerp.co.in-20091222050053-5vad930a8p3x4u4m
2009-12-22 10:30:53 +05:30
rpa (Open ERP) f50f8d71b8 [IMP]: Caldav: Improvement for importing project task with duration propery
bzr revid: rpa@tinyerp.com-20091221133604-ot8dez1yevae71hp
2009-12-21 19:06:04 +05:30
uco (OpenERP) 10c3b2da7d [IMP]: Generalization of tooltips: Added tooltips for active field
bzr revid: uco@tinyerp.co.in-20091221122132-hkesf2dy48lpdvum
2009-12-21 17:51:32 +05:30
rpa (Open ERP) fa4d7a2bc9 [IMP]: Caldav+crm+project_calendar: Improvement for importing more than one event and tasks, Set proper message after import
bzr revid: rpa@tinyerp.com-20091221094900-s4wy1qec4hff4dfo
2009-12-21 15:19:00 +05:30
Harry (Open ERP) 6ff8fbdabb [IMP]: Caldav: Moved fix from hmo@tinyerp.com-20091218102513-1benptetg7q2x4qu to common file for configuration wizard problem
bzr revid: rpa@tinyerp.com-20091221092603-yblvo0r8jxelwhf5
2009-12-21 14:56:03 +05:30
rpa (Open ERP) 207e86e1bd [IMP]: * Added Task Export wizard
* Restructuring of caldav + crm + project_calendar separated common data
* Minimized code

bzr revid: rpa@tinyerp.com-20091218134431-12oqmdbkbp3nyd10
2009-12-18 19:14:31 +05:30
rpa (Open ERP) 25d298f4b8 [IMP]: Made function for recurrent date generic, Improvement for vtodo
bzr revid: rpa@tinyerp.com-20091218115040-65ak3t01hi733oeb
2009-12-18 17:20:40 +05:30
rpa (Open ERP) 0f5c880307 [IMP]: Caldav: Implemented separate functions to export data for attendee and alarm
bzr revid: rpa@tinyerp.com-20091217105237-wscguztkii7f4b2z
2009-12-17 16:22:37 +05:30
rpa (Open ERP) 12119467bd [IMP]: Caldav: Improvement for caldav alarm export
bzr revid: rpa@tinyerp.com-20091217062630-x84cwkgmm2jkv95q
2009-12-17 11:56:30 +05:30
rpa (Open ERP) a3d7fcd4ea [IMP]: Caldav : * Removed unused functions in caldav
* Implement code for export data in caldav instead of crm module
* Restructured Alarm and given proper names
* Improved code

bzr revid: rpa@tinyerp.com-20091216141620-crrxthuk0yqkj3fp
2009-12-16 19:46:20 +05:30
rpa (Open ERP) 12bc5b53ac [IMP]: Caldav: Implemented Alarm import from ics file
bzr revid: rpa@tinyerp.com-20091215134355-2jwdkdk2mdo4v4ee
2009-12-15 19:13:55 +05:30
rpa (Open ERP) 6e353b8dde [Merge]: Caldav: Merge with nch branch for Caldav suport of virtual and string ID
bzr revid: rpa@tinyerp.com-20091215091934-j5xn2avnyp8b48qb
2009-12-15 14:49:34 +05:30
rpa (Open ERP) dd45fa67a5 [IMP]:caldav: Improvement in crm+caldav for attendee import, made mapping function generic to be used in all class in caldav
bzr revid: rpa@tinyerp.com-20091214110743-84c0g8271hbuqab4
2009-12-14 16:37:43 +05:30
YSA (OpenERP) 4f32899799 [IMP]: Improved some security files for access rules.
bzr revid: uco@tinyerp.co.in-20091212065410-1pgd5ywl3fyxtqkn
2009-12-12 12:24:10 +05:30
nch@tinyerp.com e0d5d2e120 [FIX]:invalid timezone arg problem
bzr revid: nch@tinyerp.com-20091210123023-15fh9ule6o4803hn
2009-12-10 18:00:23 +05:30
rpa (Open ERP) 3bb215e7ac [IMP] : Caldav: Improvement in import calendar for attendee
bzr revid: rpa@tinyerp.com-20091209091236-0q82uid7e1tmqprj
2009-12-09 14:42:36 +05:30
rpa (Open ERP) 04513f20a4 [FIX]: caldav: Fixed problem of timezone in getting recurrent dates
bzr revid: rpa@tinyerp.com-20091204132205-bxg7je59n12kz8tp
2009-12-04 18:52:05 +05:30
rpa (Open ERP) 8139658707 [ADD]: Moved caldav module from extra-addons
bzr revid: rpa@tinyerp.com-20091204082552-flj07j4hc4k0a1wg
2009-12-04 13:55:52 +05:30