Commit Graph

369 Commits

Author SHA1 Message Date
Jusab Sida 034f540664 [IMP] crm, base_calendar: help messages on the
active field were misleading. Actually, not really misleading, just
wrong. Because the behavior is the opposite of what the help tells.
2015-07-28 18:27:39 +02:00
Matthieu Dietrich d0e39720e3 [FIX] base_calendar: Make exp_report() signature correspond to the one in web_services 2015-06-18 12:35:56 +02:00
Eddy Ernesto del Valle Pino 419d934143 [FIX] base_calendar: meetings email notification recipients
Reminder emails are generated based on the list of attendees.
The email_to field used to be a string with a list of emails separated by spaces
while the comma is the valid separator (RFC2822).
Fixes #3933 #3784 #2033
2014-12-01 14:53:13 +01:00
Martin Trigaux c6f19b6d0d [MERGE] [FIX] base_calendar: do not add offset symbol to end_date when computing rrule
Fix issue when recurrent event (repeat until specified date) with reminder, would fail comparing naive and offset-aware datetimes

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

bzr revid: mat@openerp.com-20140325105848-m886oa9ys0fhb0ju
2014-03-25 11:58:48 +01:00
Christophe Simonis 44a99c0976 [FIX] calendar: correct recurrency end date computation
bzr revid: chs@openerp.com-20140314094809-0wuus62tob8vtyi0
2014-03-14 10:48:09 +01:00
Martin Trigaux 125261499d [FIX] if only one id, convert to list
bzr revid: mat@openerp.com-20140313151612-saoc3a73x1cwvgbg
2014-03-13 16:16:12 +01:00
Martin Trigaux 3e7b873987 [FIX] base_calendar: correct the invert call to the function field rrule.
Create new hook method with valid signature.
Keep the old one for compatibility reasons.
Force the value of 'byday' (type selection) to be a string instead of integer.

bzr revid: mat@openerp.com-20140313150823-vba9qulj549v37t9
2014-03-13 16:08:23 +01:00
Martin Trigaux 7d100fd799 [MERGE] [FIX] base_calendar: when computing the reccurency of an event, skip if no recurrency period is set (opw 598737)
Fix the calendar view so that the recurrency period is editable when checking the 'recurrency' checkbox

bzr revid: mat@openerp.com-20140307153610-seud49l3oh1nq836
2014-03-07 16:36:10 +01:00
Martin Trigaux c02f16e443 [FIX] base_calendar: when searching on events, avoid getting an error if virtual_id=False and count=True
bzr revid: mat@openerp.com-20140116094758-y32i7bw4zpakk92z
2014-01-16 10:47:58 +01:00
Martin Trigaux 3a95bbaf63 [FIX] base_calendar: when sorting on a many2one field (format (id, name)), sort on the name value instead of full tuple
bzr revid: mat@openerp.com-20140115085748-029ntjqc71huep25
2014-01-15 09:57:48 +01:00
Martin Trigaux e7aaaa34e2 [FIX] base_calendar: back to same behaviour as previously, when setting a recurrent event the first is not taken into account
bzr revid: mat@openerp.com-20140109130910-8ohh6kqt5m76jb7q
2014-01-09 14:09:10 +01:00
Martin Trigaux 72ad1a0c08 [IMP] base_calendar: get_recurrent_ids is the wrapper and should be remove in trunk (to have only private method
bzr revid: mat@openerp.com-20140109112023-ya2cogqnyiv6hsht
2014-01-09 12:20:23 +01:00
Martin Trigaux 76d4ec6a37 [IMP] base_calendar: create wrap method _get_recurrent_ids to avoid changing the API
bzr revid: mat@openerp.com-20140109110907-vhtxdna7y3w1vh36
2014-01-09 12:09:07 +01:00
Martin Trigaux 3b23bf6f8c [FIX] base_calendar: allow to sort crm.meeting in search calls with recurrent events, based on code from Erik Heeren
lp bug: https://launchpad.net/bugs/1023322 fixed

bzr revid: mat@openerp.com-20140109103708-xw35n9q5u6z6pfby
2014-01-09 11:37:08 +01:00
Foram Katharotiya (OpenERP) 88cff57e95 [IMP] assign 'rel_date' variable in _set_recurrency_end_date()
bzr revid: fka@tinyerp.com-20131010063740-vngt52ivsu3fc3sh
2013-10-10 12:07:40 +05:30
Martin Trigaux c0be2ae2a7 [MERGE] [FIX] base_calendar: Fix domain evaluation for calendar recursive and fix search method for recurrency date
bzr revid: mat@openerp.com-20130917093906-3oe3xr7zaoc1r80m
2013-09-17 11:39:06 +02:00
Christophe Matthieu 1f7f826a90 [FIX] base_calendar: add s after day, month, year into relativedelta
bzr revid: chm@openerp.com-20130910092501-gl9pmd3vk26q32tv
2013-09-10 11:25:01 +02:00
Denis Ledoux 1e7bc245e9 [FIX]base_calender: pop default_state from context before creating attendees (context propagation problem)
bzr revid: dle@openerp.com-20130909165307-hb9sbsaeyqywegbp
2013-09-09 18:53:07 +02:00
Martin Trigaux b23587cce2 [FIX] base_calendar: avoid duplication of event on invitation acceptance (opw 586763)
bzr revid: mat@openerp.com-20130902082742-gm422qo1qzev9r35
2013-09-02 10:27:42 +02:00
Christophe Matthieu bad1a58eba [FIX] base_calendar: change write, create and search method display recurrency date, and recurrency date with number of repetitions
bzr revid: chm@openerp.com-20130820123224-33bwr2gt9tp7x9qg
2013-08-20 14:32:24 +02:00
Martin Trigaux 63b2e2c44c [FIX] base_calendar: don't compute reccuring events if reccurency checkbox is disabled
bzr revid: mat@openerp.com-20130730081409-d84sz1e1w2201yqr
2013-07-30 10:14:09 +02:00
Christophe Matthieu 8fa171aa0d [FIX] crm_meeting: fix domain evaluation for calendar recursive. (see openerp-web/7.0/revision/3989). Todo: fix recursive when the begin date it's before the domain search date
bzr revid: chm@openerp.com-20130717142325-8lo9el6gk9kgos3d
2013-07-17 16:23:25 +02:00
Mohammed Shekha 46e89d6dd1 [FIX]Fixed the issue of recurrent rule, there is no need of passing 'Z' after end_date as end_date converted to UNTIL parameter in rrule, and date given in UNTIL is not converted to any other timezone until you specifically passed timezone difference or timezone name like 20130620T121012+3:30 or 20130620T121012TZOFFSET, currently Z creates issue when recurrent rule is created with end_date, TypeError: can't compare offset-naive and offset-aware datetimes.
bzr revid: msh@openerp.com-20130620104606-g3dyr1mafzo8fpgg
2013-06-20 16:16:06 +05:30
Martin Trigaux 905a705c2f [MERGE] [FIX] base_calendar: add missing keys for private events in read
bzr revid: mat@openerp.com-20130620132132-k10o23wdsqxkh0le
2013-06-20 15:21:32 +02:00
Cedric Snauwaert dd044c571d [FIX]base_calendar: when running scheduler for alarm, the argument exdate should be a list and not a string
bzr revid: csn@openerp.com-20130329150201-tlcflrzdrd8v3wiq
2013-03-29 16:02:01 +01:00
Mayur Maheshwari (OpenERP) 1ce50a133b [FIX]base_calender:improve method and doc_string for fix issue of duplication record
bzr revid: mma@tinyerp.com-20130226065239-w8xxdv7nlm80q5my
2013-02-26 12:22:39 +05:30
Pinakin Nayi (OpenERP) 4be75c4cdf [FIX]base_calendar:if any user create private meeting its gives warning
bzr revid: pna@tinyerp.com-20130219124258-s0zxm832pkrntauj
2013-02-19 18:12:58 +05:30
Quentin (OpenERP) de7cd5331a [MERGE] new fix from api for the invitation to attendees (first attempt was revision 8489, reverted in revision 8495)
bzr revid: qdp-launchpad@openerp.com-20121228111853-4v61clp8v3tkvosi
2012-12-28 12:18:53 +01:00
Quentin (OpenERP) e4b6282112 [FIX] base_calendar: fixed the mail and ics file sent when inviting attendees to a meeting in order to format the dates and times in a correct timezone wich is now explicitly named
bzr revid: qdp-launchpad@openerp.com-20121228094236-p1s8fdvhsothygkk
2012-12-28 10:42:36 +01:00
Arnaud Pineux 1cc8d504ab [FIX] base_calendar: remove followers & change the mail_to format in str to match with mail.mail
bzr revid: api@openerp.com-20121228084840-a1ii9os6dn2xcw0q
2012-12-28 09:48:40 +01:00
dle@openerp.com 68db5f8684 [REM]Unused inherit on res.users adding availability
bzr revid: dle@openerp.com-20121227151710-wta91bk3kxz0i9wd
2012-12-27 16:17:10 +01:00
dle@openerp.com 9b1c566e11 [FIX]Temporary fix: Comment of event_date and event_end_date in search in get_user_availability (function not used anywhere)
bzr revid: dle@openerp.com-20121227131201-tclbh397sjl8bhvl
2012-12-27 14:12:01 +01:00
Quentin (OpenERP) 3b0a21972d [REV] revert of commit 8489. New patch incoming
bzr revid: qdp-launchpad@openerp.com-20121227121345-60ocm72hxxu0qnlb
2012-12-27 13:13:45 +01:00
Arnaud Pineux b04f7058db [FIX] mail is sent for a meeting invitation
bzr revid: api@openerp.com-20121226165252-qrlmtmtz4lra2ijz
2012-12-26 17:52:52 +01:00
Raphael Collet 73980eba5f [MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)
bzr revid: rco@openerp.com-20121218085914-qzr2upqfxmfbzfsx
2012-12-18 09:59:14 +01:00
Olivier Dony 16c513ed9a [FIX] base_calendar: res.users.lang may be NULL
bzr revid: odo@openerp.com-20121217222629-0btejze060msu6sl
2012-12-17 23:26:29 +01:00
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
Fabien Pinckaers e6478eb9f1 [MERGE] fix base_calendar
bzr revid: fp@tinyerp.com-20121215163556-dunic7yj2yoa7av9
2012-12-15 17:35:56 +01:00
Quentin (OpenERP) 7ef99890d8 [REV] base_calendar: reverted to a previous code because it broke one test
bzr revid: qdp-launchpad@openerp.com-20121212174415-pllm4f5g7k6uyn3o
2012-12-12 18:44:15 +01:00
Quentin (OpenERP) 37a3ef575e [FIX] base_calendar: virtual ids and misc fixes
bzr revid: qdp-launchpad@openerp.com-20121212143138-r400ibtajigk0lns
2012-12-12 15:31:38 +01:00
Quentin (OpenERP) 1cd8e2c45b [FIX/REF] base_calendar: virtual ids management
bzr revid: qdp-launchpad@openerp.com-20121211155627-xx33ah96xmpp47ca
2012-12-11 16:56:27 +01:00
Quentin (OpenERP) d0a942477f [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121210150845-aqk1s4yiyqss4559
2012-12-10 16:08:45 +01:00
Quentin (OpenERP) 9e9b0cc8b4 [REF] base_calendar
bzr revid: qdp-launchpad@openerp.com-20121210142912-9pisd030jhmf8tqy
2012-12-10 15:29:12 +01:00
Quentin (OpenERP) c6475a4cf6 [REF] base_calendar
bzr revid: qdp-launchpad@openerp.com-20121210142630-7x0nvai3txoe3ba6
2012-12-10 15:26:30 +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
dhr 21b1aa5295 [IMP]Get email on change of partner and made invitation tab visible to all users
bzr revid: dhr@tinyerp.com-20121130060020-9pn7666r96dag2nc
2012-11-30 11:30:20 +05:30
Rifakat (OpenERP) 0c0ac94fb4 [FIX]base_calendar: it raises error when we create calendar event while on which object the event is created does not have rrule and attendee_ids, that is availeble only with menu Event(calendar.event), problem is raised while we create saperate menu for calendar.alarm and create event for that because this object does not have these fields and throwing error
bzr revid: mma@tinyerp.com-20121123063831-usdpa5kqf2dpuxng
2012-11-23 12:08:31 +05:30
Fabien Pinckaers 67fc9a997c [MERGE] crm improvements
bzr revid: fp@tinyerp.com-20121102091325-cesxnckhwg77tx6w
2012-11-02 10:13:25 +01:00
ajay javiya (OpenERP) 9954cd3d08 [IMp]:Improve code in crm
bzr revid: aja@tinyerp.com-20121025094231-ggp3s17n7r5ndkt5
2012-10-25 15:12:31 +05:30
Mayur Maheshwari (OpenERP) fb0fdad5ba [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121008133114-skk7hnn2lbq8io2h
2012-10-08 19:01:14 +05:30