Commit Graph

391 Commits

Author SHA1 Message Date
Thibault Delavallée 90b9ad4556 [IMP] Added the possibility to override the fetch_messages of a Thread by giving it the messages to display (used in the wall that fetches pushed messages). Also moved get_pushed_messages from mail.message to mail.thread to have a consistent API.
bzr revid: tde@openerp.com-20120223174936-3qnwj3t7z3ss0tr3
2012-02-23 18:49:36 +01:00
Bhumi Thakkar (Open ERP) 99a3eeed4c [IMP] replace *args with context=None in crm.py and crm_lead.py,craeate methods in crm.py and crm_lead.py file _case_open_notification,_case_close_notification,_case_cancel_notification,_case_pending_notification,_case_escalate_notification,remove message_ids field from crm_lead.py file and crm_lead_view.xml file,add type : 'email' in 'schedule_with_attach' method in mail_message.py file
bzr revid: bth@tinyerp.com-20120223104641-ej8bbbzgwt4v670h
2012-02-23 16:16:41 +05:30
Nimesh (Open ERP) e6131b194f [FIX] mail: remove the unused charector generated by the html2plaintext function from the message.
bzr revid: nco@tinyerp.com-20120223054022-9l9hxv3ssiajdf9p
2012-02-23 11:10:22 +05:30
Raphael Collet f266fa4c53 [MERGE] lp:931523 (fix error message when pushing on Documents)
bzr revid: rco@openerp.com-20120222153220-0ezmr1as14egzh18
2012-02-22 16:32:20 +01:00
Thibault Delavallée d9a3b4b290 [REF] Cleaned mail.message get_pushed_messages method
bzr revid: tde@openerp.com-20120222133501-it9li0lh8fwvuk4e
2012-02-22 14:35:01 +01:00
Thibault Delavallée b0a1a7e24a [FIX] added user_id when posting a tweet from the wall
bzr revid: tde@openerp.com-20120222101216-9xpo3c0gj1ickigl
2012-02-22 11:12:16 +01:00
Stephane Wirtel 9041add81d [FIX] mail: Use a default value if the signature and the subject are empty
bzr revid: stw@openerp.com-20120222095342-nifzjg0ilgd3ln0p
2012-02-22 10:53:42 +01:00
Thibault Delavallée babd47b963 [IMP] Notification push moved from mail.message to mail.thread to use message_get_subscribers method. Also added a temporary debug log on message.create method, to help tracking messages not using mail.thread.
bzr revid: tde@openerp.com-20120222090923-1h6wx3bkwr5ngt4d
2012-02-22 10:09:23 +01:00
Nimesh (Open ERP) d081af362c [FIX] mail: remove the unused charector from the message body using filter.
bzr revid: nco@tinyerp.com-20120221131238-czel3dz0b51ac2dz
2012-02-21 18:42:38 +05:30
Nimesh (Open ERP) 06e5122a07 [FIX] : for outlook msg_body is blank so put condion for that outherwise it does not gives error while converting to html to plaintext
bzr revid: nco@tinyerp.com-20120217135824-3ewo9lt8f48mwpkn
2012-02-17 19:28:24 +05:30
Thibault Delavallée 12514823e6 [FIX] Cleaned create method for mail_message; added protection against unknown keys in vals parameter
bzr revid: tde@openerp.com-20120216170446-h4u8t3znp7p4lerb
2012-02-16 18:04:46 +01:00
Thibault Delavallée 64164155d2 [FIX] mail_message: fixed notification creation, propagating a subscription model modification (from int to many2one); fixed unprotected accesses to 'need_action_user_id' key in vals dictionnary
bzr revid: tde@openerp.com-20120216164837-jscxxu52sybvy7db
2012-02-16 17:48:37 +01:00
Thibault Delavallée 1d09919c18 [FIX] Fixed bug with message dict not necessarily containing a 'type' entry
bzr revid: tde@openerp.com-20120210095348-z8m7gqpse6hw9byr
2012-02-10 10:53:48 +01:00
Thibault Delavallée 9efc4714f2 [IMP] Wall: added parameters passing (filtering, message number to display, ..). Added My Wall (all feeds versus my feeds).
bzr revid: tde@openerp.com-20120209100447-p8csuqq85jsexrdn
2012-02-09 11:04:47 +01:00
Thibault Delavallée 5561797ce8 [IMP] Basic Wall system displaying all pushes messages.
bzr revid: tde@openerp.com-20120208170808-8bac1bnj53z4650u
2012-02-08 18:08:08 +01:00
Thibault Delavallée cff98a3aeb [IMP] Improved ThreadView widget display; cleaned ThreadView widget js code; added basic access rules; added message_mark_done method to clean a mail.thread of its need_action_user_id; added auto-push of notifications if user requested to perform an action is not following the object; added first draft of messaging mechanism in hr_holidays
bzr revid: tde@openerp.com-20120208152521-68i4nekjj8mnuyc8
2012-02-08 16:25:21 +01:00
Thibault Delavallée 74255533e1 [IMP] Moved code for views in correct files; some improvements in mail.thread; work on threadview widget
bzr revid: tde@openerp.com-20120207170746-m3ptbzotrafa9wvq
2012-02-07 18:07:46 +01:00
Thibault Delavallée ef0ebc09d8 Added comment mechanism. Also improved comments view.
bzr revid: tde@openerp.com-20120206171911-iq1q0988yvrlomu9
2012-02-06 18:19:11 +01:00
Thibault Delavallée a61be0bf53 [IMP] Added need_action_user_id, as draft for mechanism to know wich user must take an action; small fixes in views; updated ThreadView widget: first draft for follow/unfollow buttons
bzr revid: tde@openerp.com-20120206112623-fvwjf7o0iuwi3ocs
2012-02-06 12:26:23 +01:00
Thibault Delavallée 1b9b26693c [ADD] Added first not-working draft for widget. Cleaned message search function.
bzr revid: tde@openerp.com-20120202141843-4jq49mbd7a6ecq4b
2012-02-02 15:18:43 +01:00
Thibault Delavallée 109647a109 [IMP] Added push of messages when creating one. Fixed bugs in mail_thread subscription mechanism. Added list views for subscriptions and notifications. Subscription is now unread by default.
bzr revid: tde@openerp.com-20120202112657-zj406ck98n06imo9
2012-02-02 12:26:57 +01:00
Thibault Delavallée 77e4e05b94 Updated group model and views (inherit from mail thread). Updated message model (updated type field). First work on thread API
bzr revid: tde@openerp.com-20120202094845-rb2b93ifmj8xyny8
2012-02-02 10:48:45 +01:00
Thibault Delavallée f4551851fd [IMP] Added group and subscription models. Added subscription mechanism when searching for tweets. Added views.
bzr revid: tde@openerp.com-20120131155412-r16jr1nhwd9k4srv
2012-01-31 16:54:12 +01:00
Vo Minh Thu a3c18f3173 [IMP] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
bzr revid: vmt@openerp.com-20120118111855-he177la0butae3jr
2012-01-18 12:18:55 +01:00
Antony Lesuisse c3bbd5c2d7 [MERGE] manual outlook plugin no binary yet
bzr revid: al@openerp.com-20111209142839-wffacq9r3ckjxi3s
2011-12-09 15:28:39 +01:00
Olivier Dony ec9f0d49a8 [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h
2011-11-16 14:43:36 +01:00
Quentin (OpenERP) 4a48b9abad [MERGE] merged the branch of dsh containing enhancement of attachments handling in mails
bzr revid: qdp-launchpad@openerp.com-20111110081037-j05v0myr58bwqgtb
2011-11-10 09:10:37 +01:00
Fabien Pinckaers 3d9b149dcc [imp] merge + cleaning: contract managemeent, not perfect yet, but good enough -> to replace static email one day
bzr revid: fp@tinyerp.com-20111108225337-5muyehnvgqasv44i
2011-11-08 23:53:37 +01:00
Dhara (OpenERP) 29d6ef5f1f [IMP] attachment order
bzr revid: dhara_openerp-20111018033913-a4opfarbkvky6m9g
2011-10-17 20:39:13 -07:00
Olivier Dony dc5089ed1c [IMP] mail.message: pass alternative body to ir.mail_server when available
bzr revid: odo@openerp.com-20110930210926-6bcqzgoxr6tmmnhs
2011-09-30 23:09:26 +02:00
Olivier Dony ecb01495f8 [IMP] mail: better label
bzr revid: odo@openerp.com-20110912122758-czsdu9sou8efgbsn
2011-09-12 14:27:58 +02:00
Olivier Dony 05eec5fede [IMP] mail.message.parse: grab `To` header if `Delivered-To` is not present
bzr revid: odo@openerp.com-20110907162617-y4c1hpdler9r5uo3
2011-09-07 18:26:17 +02:00
Olivier Dony 4a91f2bd9e [IMP] mail: default state for incoming message sis r`received`
bzr revid: odo@openerp.com-20110907151522-peelc8xuxa74necb
2011-09-07 17:15:22 +02:00
Olivier Dony 7c7c8a0348 [IMP] mail*: mail.message.original: binary field and optional
bzr revid: odo@openerp.com-20110907151348-jiqfqm5cagy8bzto
2011-09-07 17:13:48 +02:00
Olivier Dony 2d87c2b12e [IMP] mail: usability - better labels´
bzr revid: odo@openerp.com-20110906165204-sovbbbmvqrpttg7e
2011-09-06 18:52:04 +02:00
Olivier Dony e9d94b824e [IMP]: crm,mail: minor fixes after review
bzr revid: odo@openerp.com-20110906080014-6texz097jepfrwsp
2011-09-06 10:00:14 +02:00
Olivier Dony b0bed63351 [IMP] mail.thread: renaming methods to avoid collisions with objects that use the mixin
bzr revid: odo@openerp.com-20110823175809-hw81fkptg90702vh
2011-08-23 19:58:09 +02:00
Olivier Dony 8f9f45ea94 [IMP] all: next pass of review/renaming for new mail API
bzr revid: odo@openerp.com-20110822171659-zxho36a6n628i10q
2011-08-22 19:16:59 +02:00
Olivier Dony 50507512cb [MERGE] latest trunk
This was a helluva merge, with hundreds of conflicts resolved manually!!
I hope I did not break too many things, but a full review of the mail-related
features (where most of the conflicts occurred) must still be done before
this feature branch can be merged.

bzr revid: odo@openerp.com-20110809234428-3dsvxrt6t54ju0cf
2011-08-10 01:44:28 +02:00
Olivier Dony d48876e59c [IMP] mail: rename body to body_text in msg_dict too, for consistency, correct typo
bzr revid: odo@openerp.com-20110722182307-nwrero6fvczq1ukb
2011-07-22 20:23:07 +02:00
Olivier Dony c996efa2fe [IMP] mail: another pass of cleanup/refactoring of mail features - finish renaming
bzr revid: odo@openerp.com-20110722163457-7g9ngdb2p0bixcst
2011-07-22 18:34:57 +02:00