Commit Graph

88 Commits

Author SHA1 Message Date
Khushboo Bhatt (Open ERP) d55f64360a [FIX]mail:menu string changed
bzr revid: kbh@tinyerp.com-20121219061854-cb7ar3aa7aytr6at
2012-12-19 11:48:54 +05:30
Thibault Delavallée 9f84bbddfb [IMP] mail: message_unread searchable field now returns a domain. This domain is quite complex, because it bypasses limitations of the _auto_join feature used on message_ids. It should be: message_ids.read = False. However, it takes into account the one2many model, as well as to_read being a function field also searchable. Ths parsing is not capable to handle this kind of thing correctly now without using an ugly hack. Updated _search_to_read and _search_starred.
bzr revid: tde@openerp.com-20121129144253-i9e7m2kqjteq8ajr
2012-11-29 15:42:53 +01:00
Thibault Delavallée bb759994ac [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121129113658-x23z7w5e54mr4j9v
2012-11-29 12:36:58 +01:00
Thibault Delavallée a123d95dca [IMP] mail_message: star feature is now on mail.notification. A starred message has a notification with starred=True. favorite_user_ids many2many field disappear. _search_to_read and _search_starred replaced by returning a domain on the notifications. Using auto_join, this should speedup chatter a lot. Updated tests accordingly (should be updated a bit more than that, though). Updated JS. Updated mailboxes domains, as to_read and starred already contain a reference to the pid.
bzr revid: tde@openerp.com-20121129113025-rizon3eaf14vrla2
2012-11-29 12:30:25 +01:00
Christophe Matthieu 6b5bdc7e84 [IMP] mail: add option copose_as_todo, to mark as todo the messages wrote by the composer of the root thread
bzr revid: chm@openerp.com-20121128145101-7lnw7zfrjp5k8fg3
2012-11-28 15:51:01 +01:00
Fabien Pinckaers 10afab6eb6 [MERGE] addons 24
bzr revid: fp@openerp.com-20121127212322-soubdlrcgqx4cz88
2012-11-27 22:23:22 +01:00
Fabien Pinckaers 44450f62e2 [IMP] wording, no default filter for archives
bzr revid: fp@tinyerp.com-20121126212903-jbd4kdqc4kcrgbhg
2012-11-26 22:29:03 +01:00
Jigar Amin 7ddfa0a0ae [MERGE] Usbality Fix
bzr revid: jam@tinyerp.com-20121121064412-36k9inb0xpb81prx
2012-11-21 12:14:12 +05:30
ajay javiya (OpenERP) 1ba8ba7ba8 [IMP]: Replace empty messages exclamation mark
bzr revid: aja@tinyerp.com-20121121045742-pshwk91y27vw29ws
2012-11-21 10:27:42 +05:30
Thibault Delavallée 99c1145d81 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121115131824-60tl5f9hvxpca827
bzr revid: tde@openerp.com-20121115181930-ypj3zbdhg9bvcdf5
2012-11-15 19:19:30 +01:00
Christophe Matthieu cd5490aec2 [IMP] mail: merge the sent menu and the archives menu
bzr revid: chm@openerp.com-20121115103624-ilkh0ys3w6a0t8f2
2012-11-15 11:36:24 +01:00
Thibault Delavallée 25c684b171 [FIX] Chatter: fixed posting on user/partner. Cleaned a bit default options of mail.js.
bzr revid: tde@openerp.com-20121115095400-u7h6rw8ltp0xprtt
2012-11-15 10:54:00 +01:00
Fabien Pinckaers 569f64d45a [IMP] Messages -> MEssaging
bzr revid: fp@openerp.com-20121112230936-vazxpy35qoszz8vf
2012-11-13 00:09:36 +01:00
Fabien Pinckaers e64269daac imp
bzr revid: fp@openerp.com-20121112222119-r5j5xj55d5px114x
2012-11-12 23:21:19 +01:00
Fabien Pinckaers 52bd8f0ef8 imp
bzr revid: fp@openerp.com-20121112220332-mfvcak06div08y7c
2012-11-12 23:03:32 +01:00
Fabien Pinckaers ccc8069a4c [IMP] style of empty mail boxes
bzr revid: fp@tinyerp.com-20121112183919-oh8ccaz2w3nnvf2h
2012-11-12 19:39:19 +01:00
Thibault Delavallée 07079344c9 [IMP] mail: improved message on void mailboxes.
bzr revid: tde@openerp.com-20121109150400-njb8gor1fiizho6u
2012-11-09 16:04:00 +01:00
Thibault Delavallée e093a55501 [IMP] mail: messages menus: needaction coutners are back.
bzr revid: tde@openerp.com-20121109140020-3zm12k0unkkqhnpi
2012-11-09 15:00:20 +01:00
Christophe Matthieu 659f5c2210 [IMP] mail: change menu done in Archives
bzr revid: chm@openerp.com-20121108123141-7bje750pywdb54p7
2012-11-08 13:31:41 +01:00
Christophe Matthieu e9a24477a8 [FIX] mail: display 'Compose a new message' button; Limit messages: 30
bzr revid: chm@openerp.com-20121107082442-t48a3fqheme0r0h4
2012-11-07 09:24:42 +01:00
Christophe Matthieu af94a6a2c3 [FIX] mail: launch widget with action (action contain params, context...)
bzr revid: chm@openerp.com-20121105175831-dfgglb63wtoibqy4
2012-11-05 18:58:31 +01:00
Christophe Matthieu ad4d823011 [IMP] mail: launch widget with action (action contain params, context...)
bzr revid: chm@openerp.com-20121105155450-3uyauk63cc2nakkn
2012-11-05 16:54:50 +01:00
Christophe Matthieu 662b94aa1e [IMP] mail: Message 'Done' box : domain become default search
bzr revid: chm@openerp.com-20121105125932-1s82q388rbrb7ulg
2012-11-05 13:59:32 +01:00
Christophe Matthieu 356fc45fac [IMP] mail: add view_inbox options on js. Inside the inbox, when the user mark a message as read/done, don't apply this value, for the stared/favorite message.
bzr revid: chm@openerp.com-20121105112517-tfkao2nuukewvm2y
2012-11-05 12:25:17 +01:00
Christophe Matthieu 1db87cc080 [IMP] mail: change check_for_destroy method js into check_for_rerender with rerender option
bzr revid: chm@openerp.com-20121105100444-yozpfk4xagf8siau
2012-11-05 11:04:44 +01:00
Thibault Delavallée cec24819be [FIX] mail: fixed domain of mailboxes.
bzr revid: tde@openerp.com-20121102142245-4azfbhbfiankdsqy
2012-11-02 15:22:45 +01:00
Thibault Delavallée fb222404e5 [IMP] mail: tried to have alwsays read/unread buttons; some code cleaning; added demo data.
bzr revid: tde@openerp.com-20121102135426-5np5wtupzdhx0dz4
2012-11-02 14:54:26 +01:00
Thibault Delavallée 35ef78f331 [IMP] mail: updated domains and contexts for the various mailboxes.
bzr revid: tde@openerp.com-20121031162723-u9s5jyijzttvk5f6
2012-10-31 17:27:23 +01:00
Thibault Delavallée d0f603bbd8 [IMP] mail: Emails menu renamed to Messages.
bzr revid: tde@openerp.com-20121031155556-tw3bvgcdm08p9i1e
2012-10-31 16:55:56 +01:00
Christophe Matthieu 1bbc2c0063 [IMP] mail: js, compose, expandable and message extend messageglobal
bzr revid: chm@openerp.com-20121031145610-e8m9l7lsmzzjru9k
2012-10-31 15:56:10 +01:00
Christophe Matthieu b8a9b420e8 [IMP] mail: -typof_thread option, +check_for_destroy method
bzr revid: chm@openerp.com-20121030105658-j5k6zctwmx7wwyfu
2012-10-30 11:56:58 +01:00
Christophe Matthieu 46a60cdac7 [MERGE] from trunk-mail-concreting-tde, TODO fix bug
bzr revid: chm@openerp.com-20121029090847-27h3tmyvsv9c8vej
2012-10-29 10:08:47 +01:00
Fabien Pinckaers 76730531da [MERGE] typo
bzr revid: fp@openerp.com-20121024195939-2rvx2yrl7g1wkcx5
2012-10-24 21:59:39 +02:00
Christophe Matthieu 69a2a3180a [IMP] mail: name = Emails
bzr revid: chm@openerp.com-20121024125626-2iu172swotalm723
2012-10-24 14:56:26 +02:00
Divyesh Makwana (Open ERP) 0d95e3a682 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20121017044015-o93pyz54bz51uaek
bzr revid: mdi@tinyerp.com-20121018040715-3zh0xbil1lylbcz5
bzr revid: mdi@tinyerp.com-20121019043817-duer34udn07eqx89
bzr revid: mdi@tinyerp.com-20121022041208-db7f34ghf4ur1l41
2012-10-22 09:42:08 +05:30
Thibault Delavallée 8716ea43b7 [FIX] Favorite menu: fixed domain, forgottent to update star into favorite.
bzr revid: tde@openerp.com-20121018153139-nw5jpnrju5taid3r
2012-10-18 17:31:39 +02:00
Thibault Delavallée 7c142d5a5c [MERGE] Merged with addons/trunk, re-done to get last fixes from trunk.
bzr revid: tde@openerp.com-20121018130049-d2cisvw7g503chvs
bzr revid: tde@openerp.com-20121018130601-nj99fd1a5ok7r952
2012-10-18 15:06:01 +02:00
Christophe Matthieu ec88647be0 [IMP] mail: attachment res_model, read => to_read
bzr revid: chm@openerp.com-20121017093559-fndir3gssokoda7v
2012-10-17 11:35:59 +02:00
Christophe Matthieu 0e4fcab679 [IMP] mail: hierarchy/flat options
bzr revid: chm@openerp.com-20121016113841-gqgq8oz89yc2gma7
2012-10-16 13:38:41 +02:00
Christophe Matthieu 44646f0da0 [IMP]mail/mailbox: js optimisation
bzr revid: chm@openerp.com-20121015141731-0nssfnal6lmua9ap
2012-10-15 16:17:31 +02:00
Christophe Matthieu a88378cd4c [IMP]mail: stared/unstared
bzr revid: chm@openerp.com-20121012152505-1rmms2k10vjr3yd4
2012-10-12 17:25:05 +02:00
Divyesh Makwana (Open ERP) 1cd25702a0 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20121012050705-3mjloiqkfgz6q8jr
2012-10-12 10:37:05 +05:30
Christophe Matthieu 4a77345f63 [IMP] mail, following: access
bzr revid: chm@openerp.com-20121011161614-k72bm2f6gw451u5g
2012-10-11 18:16:14 +02:00
Divyesh Makwana (Open ERP) 09e5d404df [IMP] mail : Improved the terminologies.
bzr revid: mdi@tinyerp.com-20121008084804-9mmxzdlyxhyarf0j
2012-10-08 14:18:04 +05:30
Christophe Matthieu df5071c896 [IMP] mail chatter: compose mail in js, less request
bzr revid: chm@openerp.com-20121005104654-t5lholex2gh11y15
2012-10-05 12:46:54 +02:00
Olivier Dony 3744f5c402 [REV] Revert last commit, breaks tests
bzr revid: odo@openerp.com-20121003153306-e2ugphdyijvq8x6l
2012-10-03 17:33:06 +02:00
Christophe Matthieu 121836232a [FIX]mail: attachment
bzr revid: chm@openerp.com-20121003130318-os2ybnics3zvrsed
2012-10-03 15:03:18 +02:00
Christophe Matthieu 40f04361c0 fixes
bzr revid: chm@openerp.com-20121003100952-e5v8ncgshra3uitc
2012-10-03 12:09:52 +02:00
Christophe Matthieu 523d10017e [IMP] mail/chatter: in progress
bzr revid: chm@openerp.com-20120927134823-tkwllczna72hb1th
2012-09-27 15:48:23 +02:00
Christophe Matthieu 00587c9a1a [IMP] base_calendar: add 'Agenda' in Home menu
bzr revid: chm@openerp.com-20120919093602-zr2l6khjab0kr4lq
2012-09-19 11:36:02 +02:00