Commit Graph

123 Commits

Author SHA1 Message Date
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Amit Patel (OpenERP) 8d3365c1ba [IMP]
bzr revid: apa@tinyerp.com-20120427095137-5v5dnze0jokg7u3f
2012-04-27 15:21:37 +05:30
Amit Patel (OpenERP) 2b04f2f320 [IMP]:crm:Buttons of records must match to the order of the status bar. from left to right.
bzr revid: apa@tinyerp.com-20120427091500-w02yddph6z1yhep5
2012-04-27 14:45:00 +05:30
Thibault Delavallée 5b89f73e3e [FIX] Fixed missing imports.
bzr revid: tde@openerp.com-20120418134143-fb9c3sf7oudju7ey
2012-04-18 15:41:43 +02:00
Thibault Delavallée 1aa720a73d [FIX] Fixed date formatting in several messages. It now adds the user timezone to add coherence.
bzr revid: tde@openerp.com-20120418123150-dtw13rhrrhqibo1e
2012-04-18 14:31:50 +02:00
Thibault Delavallée 67613957e4 [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2.
This revision adds a social messaging system inside OpenERP, that will be used by addons to display notifications (such as status changes), user comments, and emails. All message types are managed in a unified system. Social aspects are also enforced, by an easy invite system based on share, and a subscription mechanism allowing to follow messages post on records users want to follow. res.logs are removed from OpenERP and replaced by OpenChatter.

This revision adds theaddons-side of OpenChatter part 1/22. Main addons are updated in order to use the new feature: notifications on state/stage change, management of subscriptions. It also includes addons-side update related to the need_action mechanism, by defining the states in which user_ids are sent to the need_action engine. Server- and web-sides of need_action have already been merged in previous revisions.

bzr revid: tde@openerp.com-20120406123732-6fl2uzxzqr864jc4
2012-04-06 14:37:32 +02:00
Thibault Delavallée fe6e58a40e [FIX] Propagated ir.needaction class name change.
bzr revid: tde@openerp.com-20120403172108-ccvtnt512yexefe1
2012-04-03 19:21:08 +02:00
Thibault Delavallée 2742e2ac20 [CLEAN] Cleaned code.
bzr revid: tde@openerp.com-20120403073533-8fc8w6o1c81wyt2h
2012-04-03 09:35:33 +02:00
Bhumi Thakkar (Open ERP) 3054bcadd3 [IMP] Code optimization.
bzr revid: bth@tinyerp.com-20120402124444-x9byleruk46ml2sl
2012-04-02 18:14:44 +05:30
Bhumi Thakkar (Open ERP) 44f73db495 [FIX] remove to call case_close_send_note method.
bzr revid: bth@tinyerp.com-20120402123210-ytp1uc3u0jvr2utf
2012-04-02 18:02:10 +05:30
Bhumi Thakkar (Open ERP) b655344971 [MERGE] merge trunk-social-tde branch.
bzr revid: bth@tinyerp.com-20120402110518-q9vjn5m7jujsejhx
2012-04-02 16:35:18 +05:30
Quentin (OpenERP) ffd0c86ec2 [FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr
2012-03-30 11:08:37 +02:00
Thibault Delavallée 79aad6b4ab [IMP] crm_phonecall.py: cleaned code, update method names. Removed notification methods that now use the generic API from crm.
bzr revid: tde@openerp.com-20120320132456-t5pfqj8p3i79jwtp
2012-03-20 14:24:56 +01:00
Bhumi Thakkar (Open ERP) b20463dd38 [FIX] Renamed methods,overwrite get_needaction_user_ids and message_get_subscribers methods,remove send new mail button from view and check state draft for case_open.
bzr revid: bth@tinyerp.com-20120316131930-7d8it6g5y0a7u3bw
2012-03-16 18:49:30 +05:30
Bhumi Thakkar (Open ERP) 2c84934e53 [FIX] some minor change of formatting in statement.
bzr revid: bth@tinyerp.com-20120314052650-jefvdtkl338df6m0
2012-03-14 10:56:50 +05:30
Bhumi Thakkar (Open ERP) ed07444999 [FIX] renamed methods' name and notifications changed for meeting and phonecall and remove need_action_user_id field from view and language improved in notification message.
bzr revid: bth@tinyerp.com-20120313105528-6e1ag1w5a5sbzsnj
2012-03-13 16:25:28 +05:30
Bhumi Thakkar (Open ERP) 746a4e202f [FIX] Improved language in notification for partner creation.
bzr revid: bth@tinyerp.com-20120312111538-2rkydsbl39f040gq
2012-03-12 16:45:38 +05:30
Bhumi Thakkar (Open ERP) edba2af7a2 [FIX] Improved language in notifications(present perfect simple with passive form) and imrpoved coding style.
bzr revid: bth@tinyerp.com-20120312103420-hy4ln4pw0376173r
2012-03-12 16:04:20 +05:30
Bhumi Thakkar (Open ERP) b57da53738 [IMP] removed need_action_user_id from message_append_note function when calling and overwrite get_needaction_user_id method.
bzr revid: bth@tinyerp.com-20120309111644-7nzhptccx77dz996
2012-03-09 16:46:44 +05:30
Bhumi Thakkar (Open ERP) 18c91886e4 [FIX]Notification messages modified.
bzr revid: bth@tinyerp.com-20120307111316-4ac06gjd5o2ixcmp
2012-03-07 16:43:16 +05:30
Bhumi Thakkar (Open ERP) da087c47b0 [IMP] notification for crm meeting and crm phonecall.
bzr revid: bth@tinyerp.com-20120306091855-b7kx0wxxcu81uw0d
2012-03-06 14:48:55 +05:30
Jigar Amin - OpenERP e88e09aff5 [IMP/FIX] res_partner_addres model clean up for crm, lead, phonecall, meeting
bzr revid: jam@tinyerp.com-20120305110346-6vn4he5imzlu53iv
2012-03-05 16:33:46 +05:30
Bhumika (OpenERP) 24521ba5c7 [Fix] sale,crm: remove res.partner.address
bzr revid: sbh@tinyerp.com-20120229124142-bd4zb7ta0fjppr4i
2012-02-29 18:11:42 +05:30
Bhumi Thakkar (Open ERP) 23efc0893b [IMP] notification with need action in phonecall when schedule a call.
bzr revid: bth@tinyerp.com-20120229070240-dqhfox2oyp7but6t
2012-02-29 12:32:40 +05:30
Bhumi Thakkar (Open ERP) e04c1215ea [IMP] put a date for schedule a call notification,meeting notification with date in crm lead and notification with need action in crm meeting,conert phonecall into opportunity notification put.
bzr revid: bth@tinyerp.com-20120228133804-cbynhdwlw4pf1wg2
2012-02-28 19:08:04 +05:30
Mayur Maheshwari (OpenERP) eb6c9087f2 [IMP]crm: added a email_from field in convert_opportunity method
bzr revid: mma@tinyerp.com-20120111120122-8kneus873a5mhsl9
2012-01-11 17:31:22 +05:30
Atik Agewan (OpenERP) bc1bb2423b [FIX] CRM: phone call ==> Set To TOdo from cancel state
bzr revid: aag@tinyerp.com-20111208095439-n1tul9vrcf6s8mcb
2011-12-08 15:24:39 +05:30
ron@tinyerp.com 932c96a6c1 [FIX] crm_claim: Convert into Opportunities from phonecall , we gave phonecall_id to lead, but model havenot phonecall_id
bzr revid: ron@tinyerp.com-20111123062813-a7y1emyl6oi1b7gt
2011-11-23 11:58:13 +05:30
ron@tinyerp.com 472ad4e944 [MERGE] Merged with lp:addons
bzr revid: ron@tinyerp.com-20111121054903-kikfpfc4kg2n1b6w
2011-11-21 11:19:03 +05:30
ron@tinyerp.com f7591afdbe [REF, IMP]: crm: Improved the quality of code,
* Used get_object_reference instead of _get_id from ir.model.data object when redirect_phonecall_view, redirect_partner_form, redirect_opportunity_view,
* Changed variable names

bzr revid: ron@tinyerp.com-20111103061432-3jubdl6rpvq0oz3b
2011-11-03 11:44:32 +05:30
ron@tinyerp.com f9550c9f2c [FIX, REF] crm : Fixed Tracback for converting phonecall to partner from wizard and donot need to loop for create partner so removed it
bzr revid: ron@tinyerp.com-20111102072721-xeq9ofkve0n8lk79
2011-11-02 12:57:21 +05:30
ron@tinyerp.com 9feccaa193 [IMP] crm : Improved revison-5419 for schedule another phonecall from wizard
bzr revid: ron@tinyerp.com-20111102053058-80m1gdkrdyskzmj6
2011-11-02 11:00:58 +05:30
ron@tinyerp.com 1627d5e2c1 [FIX] crm : Fixed while converting opportunity from phonecall wizard
bzr revid: ron@tinyerp.com-20111101131421-2cb2x5oc9yufuc3q
2011-11-01 18:44:21 +05:30
ron@tinyerp.com d174301464 [FIX] crm : Fixed Tracback for schedule another phonecall from wizard
bzr revid: ron@tinyerp.com-20111101130012-c2a7hkittfc6pwvq
2011-11-01 18:30:12 +05:30
Harry (OpenERP) 09d1829b92 [IMP] crm.crm_phocall: rename _call_assign_partner with _call_set_partner
bzr revid: hmo@tinyerp.com-20111026163004-mm77es0tr8hy16jt
2011-10-26 22:00:04 +05:30
Stephane Wirtel 49143b08b5 [IMP] crm: phone_call: set the required flag for the summary of a phone call
bzr revid: stw@openerp.com-20111026113332-gad5j71ipdtsbvrc
2011-10-26 13:33:32 +02:00
Harry (OpenERP) 340c9c5576 [IMP] crm: clean test cases, APIs of crm.lead, crm.phonecall
bzr revid: hmo@tinyerp.com-20111024133010-ve55lvg2cie206l9
2011-10-24 19:00:10 +05:30
niv-openerp 492facf3c5 [fix] problem with osv defining the "id" field, it must always be readonly
bzr revid: nicolas.vanhoren@openerp.com-20111012111142-2ejg2u85364al7jy
2011-10-12 13:11:42 +02:00
Antony Lesuisse 4f5fa4f0d8 [MERGE] trunk
bzr revid: al@openerp.com-20110828025452-vkkj23005ct60wpb
2011-08-28 04:54:52 +02:00
Antony Lesuisse e83ea8f54c [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233130-end57de3i484r0kb
2011-08-28 01:31:30 +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 3e6b0297d0 [IMP] crm*: update crm modules to new mail module (wip)
bzr revid: odo@openerp.com-20110722182337-5irz3g2qva0cf45e
2011-07-22 20:23:37 +02:00
tfr@openerp.com c5d10cfe8d [clean] remove print statement
bzr revid: tfr@openerp.com-20110629111500-v1u6uncjsblx7rkd
2011-06-29 13:15:00 +02:00
tfr@openerp.com 52fd99498c [MERGE + clean] bug fix lp:689566
bzr revid: tfr@openerp.com-20110629110531-baxztn7ro4cznbtn
2011-06-29 13:05:31 +02:00
Ashutosh Srivastava (Open ERP) b84340d46e crm :remove comment
bzr revid: asr@tinyerp.com-20110628104635-e7w3eupitogc8p04
2011-06-28 16:16:35 +05:30
Ashutosh Srivastava (Open ERP) b0e033f261 [FIX] crm : Inconsistency when scheduling a call from an opportunity
lp bug: https://launchpad.net/bugs/689566 fixed

bzr revid: asr@tinyerp.com-20110628102536-cgjyefsqyme82qfk
2011-06-28 15:55:36 +05:30
tfr@openerp.com 37e5b6aa27 [MERGE] trunk
bzr revid: tfr@openerp.com-20110627094420-4hgyyo72orq3dp0u
2011-06-27 11:44:20 +02:00
tfr@openerp.com 2b5a65155e [MERGE] with trunk
bzr revid: tfr@openerp.com-20110616153244-82785aneylz1h3tu
2011-06-16 17:32:44 +02:00
Bhumika (OpenERP) 3a6010b706 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110601103949-lhzpnstpexkxca91
2011-06-01 16:09:49 +05:30