Commit Graph

196 Commits

Author SHA1 Message Date
Goffin Simon 25634df8f2 [FIX] crm: meeting from a logged phone call
The user creating the event should be by default in the attendees (to see the event
he just created in his calendar) and the contact on the logged call
should also be in the attendees by default.

opw:650556
2015-10-05 15:30:46 +02:00
Olivier Dony ef53a831c6 [MERGE] Forward-port saas-5 up to a5f7891 2014-07-23 16:58:00 +02:00
Denis Ledoux a5f7891b68 [MERGE] forward port of branch saas-4 up to 5739aebfb1 2014-07-23 13:18:30 +02:00
Denis Ledoux 5739aebfb1 [MERGE] forward port of branch saas-3 up to 474eae9a43 2014-07-23 12:14:14 +02:00
Martin Trigaux 1f878f152a [MERGE] forward port of branch 7.0 up to 680f955 2014-07-22 13:39:15 +02:00
Jérome Maes 738270557f [FIX] crm : propagate the lead_id when scheldule other phone calls 2014-07-18 13:02:07 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Thibault Delavallée 400b194d60 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140508123529-w91cb0e6ugzutqd1
2014-05-08 14:35:29 +02:00
Barad Mahendra 07ccf397a3 [Merge]with trunk
bzr revid: mba@tinyerp.com-20140507104533-jeorqz7rtx8m8i1c
2014-05-07 16:15:33 +05:30
Gery Debongnie 88cef3a8eb [FIX] code cleanup (addon crm)
remove unused fields meeting_count and meeting_ids

bzr revid: ged@openerp.com-20140507094553-fwj05122ncr3uic1
2014-05-07 11:45:53 +02:00
Randhir Mayatra rma-openerp 96ea9392aa [IMP] convert button into stat button for products
bzr revid: rma@tinyerp.com-20140324135621-13t191kmnn6t22jk
2014-03-24 19:26:21 +05:30
Mahendra Barad (OpenERP) 3ed1c1b3a6 [IMP]improved priority and remove unused methods
bzr revid: mba@tinyerp.com-20140214114937-uzli19c8anu40lgn
2014-02-14 17:19:37 +05:30
Atul Patel (OpenERP) 403575f272 [MERGE]: Merged with addons
bzr revid: atp@tinyerp.com-20140210064642-edr5rju09v49dzqg
2014-02-10 12:16:42 +05:30
jke-openerp 46b0c7aa00 [REF] Rename model crm.meeting into calendar.event
Remove 2 unsused field from calendar.event model (dir,sequence)

bzr revid: jke@openerp.com-20140115093805-1g1j1oymyxsb6kgh
2014-01-15 10:38:05 +01:00
jke-openerp dd285d23af [TYPO] Rename base_calendar into calendar
bzr revid: jke@openerp.com-20131219144739-9ic700ycef8uklbc
2013-12-19 15:47:39 +01:00
Olivier Dony 44664076da [MERGE] Forward-port of latest 7.0 fixes up to rev 9618 rev-id: dle@openerp.com-20131120142131-s333lyva85cyn41o
bzr revid: odo@openerp.com-20131120144059-yyh7emvgdarff09b
bzr revid: odo@openerp.com-20131120144318-11nmn1zj00zmi10z
2013-11-20 15:43:18 +01:00
Denis Ledoux 8be0a5a8e1 [FIX]crm: several calls to _get_id for external id 'categ_phone2' which were not surrounded by try except ValueError
bzr revid: dle@openerp.com-20131114095721-v22dl5yc8bzhvevf
2013-11-14 10:57:21 +01:00
Jaydeep Barot (OpenERP Trainee) 5fbf21698c [MERGE]: Merged with lp:openobject-addons
bzr revid: jaydeep.gvp@gmail.com-20130822055918-ul0xjgz6c40rcuy3
2013-08-22 11:29:18 +05:30
Thibault Delavallée 525aee7a86 [MERGE] [REM] [REF] base_status removal
Impacted addons:
- crm_meeting (in base_calendar)
- crm_phonecall
- crm_helpdesk

Removed inheritance towards base_state. Case management (date_open, date_close and duration computation in crm_phonecall) is now directly implemented in write method, to avoid having 2 ways of doing things. Changing state is done through the clickable statusbar widget, allowing to remove most buttons.

Removed base_status module.

Fixed some existing case_* methods in hr_recruitment / project_issue.

bzr revid: tde@openerp.com-20130821132435-skezfvp9phju5tea
2013-08-21 15:24:35 +02:00
Thibault Delavallée 9194308cd4 [FIX] hr_recruitment, project_issue, crm_phonecall: fixes related to the removal of base_state/base_stage and all case_ methods
bzr revid: tde@openerp.com-20130813094747-dm06sx2glgdgal9m
2013-08-13 11:47:47 +02:00
Thibault Delavallée bab789e7a0 [REF] crm_phonecall: refactored case management (directly in write + clickable statusbar widget) + deleted some tests not applicable anymore
bzr revid: tde@openerp.com-20130813092042-1r0yfqdacv894v21
2013-08-13 11:20:42 +02:00
Thibault Delavallée 2948a44a53 [REF] crm_phonecall: removed inheritance towards base_state + some cleaning due to refactoring + changelog in crm/doc
bzr revid: tde@openerp.com-20130813084447-tb2j9uir3vzy0ddw
2013-08-13 10:44:47 +02:00
Darshan Kalola (OpenERP Trainee) f10b2cd81d [IMP]improve help of duration field of crm phonecall.
bzr revid: darshankalola@gmail.com-20130614060520-mla6kv106gkxz4lx
2013-06-14 11:35:20 +05:30
Darshan Kalola (OpenERP Trainee) 8f07cb2046 [IMP] Improved Help
bzr revid: darshankalola@gmail.com-20130605070425-ykw13dlv28aq4akh
2013-06-05 12:34:25 +05:30
Nimesh Contractor (OpenERP) 45b427b8b5 [IMP] improve code.
bzr revid: nco@tinyerp.com-20130604131533-uti2v9n35l3ma7zb
2013-06-04 18:45:33 +05:30
Nimesh Contractor (OpenERP) 91a657d4a3 [IMP] make string translateable.
bzr revid: nco@tinyerp.com-20130603112601-n1b14xdz2iacr1i8
2013-06-03 16:56:01 +05:30
Nimesh Contractor (OpenERP) cdfc564974 [IMP] improve code.
bzr revid: nco@tinyerp.com-20130529130559-neom3q6ndlr1rxav
2013-05-29 18:35:59 +05:30
Pooja Zankhariya (OpenERP Trainee) e9fbcae722 [IMP] set atendee of phone call contact into meeting if it creates form the phonecall.
bzr revid: nco@tinyerp.com-20130529130119-nl0kdwo7lqkbo35w
2013-05-29 18:31:19 +05:30
Mahendra Barad (OpenERP Trainee) 608af8d06c [IMP] remove unused warning given while Schedule a meeting from phone call, select Attendee and Save. so remve defalt state value.
bzr revid: nco@tinyerp.com-20130529122429-q9u8qswk8rl3x01i
2013-05-29 17:54:29 +05:30
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée 8bc665814d [CLEAN] crm: removed unused imports.
bzr revid: tde@openerp.com-20121218125839-fs3l4b27s16lipsg
2012-12-18 13:58:39 +01:00
Thibault Delavallée cf05dbf53a [IMP] CRM: added tracked fields, removed now unnecessary message_post code.
bzr revid: tde@openerp.com-20121218125634-4mrml8xpb25u3oaw
2012-12-18 13:56:34 +01:00
Cecile Tonglet baeefa6952 [FIX] replace from/import stuffs of openerp stuffs by from/import openerp.stuffs
bzr revid: cto@openerp.com-20121217154628-0c0i8y3389yz4dxd
2012-12-17 16:46:28 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Antony Lesuisse 3fa8c94859 [MERGE] trunk
bzr revid: al@openerp.com-20121208082814-qftvqsdht91lxvcc
2012-12-08 09:28:14 +01:00
Antonin Bourguignon 2359a6deef [IMP] implement the action_button_convert2opportunity button
phonecalls are now directly converted into opp without any wizards

bzr revid: abo@openerp.com-20121206153541-hni4xva3jlnq2xr9
2012-12-06 16:35:41 +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
Antonin Bourguignon e76573f945 [FIX] reintroduce modifications forward ported from 6.1 from Olivier Dony
bzr revid: abo@openerp.com-20121206140428-2v271z0ozdwl1yi3
2012-12-06 15:04:28 +01:00
Antonin Bourguignon 09e2b82331 [FIX] typo in a comment
bzr revid: abo@openerp.com-20121205192454-qhge3cef8c6hd070
2012-12-05 20:24:54 +01:00
Antonin Bourguignon 1df211b693 [IMP] rename methods in crm_lead and crm_phonecall:
in these classes, the method convert_partner() is now named handle_partner_assignation()
also the method in crm_phonecall has received the same refactoring than the one in crm_lead
documentation has been improved
these two method are a pure code duplication and would deserve a refactoring

bzr revid: abo@openerp.com-20121205192146-rogbsln3atcm1lvt
2012-12-05 20:21:46 +01:00
Antonin Bourguignon aef3c22f7f [IMP] identation and doc
bzr revid: abo@openerp.com-20121205183545-uyu9a1t5gl182s1m
2012-12-05 19:35:45 +01:00
Antonin Bourguignon e2df492679 [FIX] wrong var name
also minor imp in crm_phonecall.py doc

bzr revid: abo@openerp.com-20121205161935-pm4x6v0y426qzc47
2012-12-05 17:19:35 +01:00
Khushboo Bhatt (Open ERP) a865423e0f [MERGE]merge with trunk
bzr revid: kbh@tinyerp.com-20121204061729-tl6loso2kr6imc2t
2012-12-04 11:47:29 +05:30
Khushboo Bhatt (Open ERP) 2d68dd89fe [IMP]crm:onchange method for opportunity to set phone,mobile,sales team and partner
bzr revid: kbh@tinyerp.com-20121204060042-dgr2ibddolhk5yzg
2012-12-04 11:30:42 +05:30
Antonin Bourguignon c092ba6e42 [MERGE] trunk
bzr revid: abo@openerp.com-20121127095946-pbbwfd401m2adc3f
2012-11-27 10:59:46 +01:00
Khushboo Bhatt (Open ERP) 40c3b42ec3 [FIX]crm:fixed trace back for log call
bzr revid: kbh@tinyerp.com-20121126124254-nr884etecw3c4lej
2012-11-26 18:12:54 +05:30
Antonin Bourguignon 6974be3d6d [IMP] remove dead code from crm_partner_to_opportunity and crm_phonecall_to_opportunity
fp and al judged that phonecall2opp wizard was just a 'one more click' step
instead of the wizard, a phonecall will directly be converted into an opp when clicking on the 'Convert to opp' button (todo)
tests have been adapted, but some tests are still missing like 'merge lead with opp' or 'merge leads together' (todo)
documentation has been improved

bzr revid: abo@openerp.com-20121114184134-m37k9mwsq2hclgii
2012-11-14 19:41:34 +01:00
Mayur Maheshwari (OpenERP) c18b907b49 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012124513-u7jbhn39gm17y6tj
2012-10-12 18:15:13 +05:30
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Olivier Dony cd67c50e29 [MERGE] crm: cherry-pick of mass conversion improvements from 6.1
This corresponds to rev.6762 from 6.1, which includes a lot
of fixes related to mass conversions, and is completely
related to the kind of fixes currently done for crm during
the mail refactoring.
This should not break crm more than it is already in this branch.

bzr revid: odo@openerp.com-20120823200629-1m1eym62l7aabzgl
2012-08-23 22:06:29 +02:00