Commit Graph

62 Commits

Author SHA1 Message Date
Thibault Delavallée 9199587ec9 [CLEAN] crm: cleaned crm module before merging :
- removed unnecessary changes
- rewrote on_change_user and get_default_sectoin_id to have a correct default section
- removed duplicated code in sales_team module due to code moving not correctly cleaned
2014-05-12 13:41:49 +02:00
Amit Vora 04c809e9f6 [MERGE] [IMP] crm: improved call / meeting buttons and behavior on lead and partner form view.
- improved behavior of schedule a meeting, for both opportunities and partner, with correct
attendees and options;
- removed wizard to schedule a cal, jumping to the list view with correct default values
is sufficient;
- scheduled calls is now accessible using a group, accessible through sales configuration;

bzr revid: tde@openerp.com-20140417145645-cpohfrfpqnskpok6
2014-04-17 16:56:45 +02:00
Amit Vora 9e03bc126b [IMP] improve code
bzr revid: avo@tinyerp.com-20140313121727-jpop13zj1h64qj6i
2014-03-13 17:47:27 +05:30
Amit Vora (OpenERP) aef61e1293 [IMP] improve code
bzr revid: voraamitr@gmail.com-20140310131847-jht58ov5mar8nsif
2014-03-10 18:48:47 +05:30
ajay javiya (OpenERP) 5976568044 [FIX] : scheduled meeting action not found
[ADD] : field group scheduled calls menu

bzr revid: aja@tinyerp.com-20140304061738-cbk1qalggohf70zc
2014-03-04 11:47:38 +05:30
ajay javiya (OpenERP) e0f8d3f80a [MERGE] : with trunk
bzr revid: aja@tinyerp.com-20140303064742-klvoa7t5l6wnzrg9
2014-03-03 12:17:42 +05:30
Thibault Delavallée df313af409 [MERGE] [IMP] crm: added default alias configurable directly in sales configuration menu. This default alias is an alias creating leads, not linked to a specific thread or parent.
Like what has been done in HR recently, it is now possible to directly configure a default alias for leads in the sales configuration menu. This allows an easier alias configuration compared to directly editing the aliases.

[FIX] hr: fixed default alias computation.

bzr revid: tde@openerp.com-20140213112811-y4rynjmdldrjs4gg
2014-02-13 12:28:11 +01:00
Turkesh Patel (Open ERP) e897567124 [IMP] improved code.
bzr revid: tpa@tinyerp.com-20140212103148-p8sem0gfnb2evpq1
2014-02-12 16:01:48 +05:30
Turkesh Patel (Open ERP) 99c6581156 [IMP] improved code
bzr revid: tpa@tinyerp.com-20131227092506-ux2owmkzbg2jz8b2
2013-12-27 14:55:06 +05:30
Turkesh Patel (Open ERP) f273f35650 [ADD] added default alias for leads
bzr revid: tpa@tinyerp.com-20131220110045-kpny4indr16ais8n
2013-12-20 16:30:45 +05:30
Darshan Kalola (OpenERP) d1a23edd2e [IMP]align multi-line string
bzr revid: dka@tinyerp.com-20130917130814-wikgcy25594gk8dx
2013-09-17 18:38:14 +05:30
ajay javiya (OpenERP) 78b2d02b87 [IMP]: help
bzr revid: aja@tinyerp.com-20130904095217-bijym1h32bpzxtqi
2013-09-04 15:22:17 +05:30
ajay javiya (OpenERP) c4434a9246 [IMP]: Rename Hide scheduled call menu to Show scheduled call menu because by default menu is hidden
bzr revid: aja@tinyerp.com-20130903090246-45zw6cqc94u0le7e
2013-09-03 14:32:46 +05:30
Darshan Kalola (OpenERP) b3e6145e04 [IMP]improve help in setting/configuration/sales
bzr revid: dka@tinyerp.com-20130830104524-pbxm2p32n1widzqd
2013-08-30 16:15:24 +05:30
Darshan Kalola (OpenERP) 80da7ddd60 [IMP]Add - before the the sentence This installs the module in help
bzr revid: dka@tinyerp.com-20130830094512-n3nqjtt1g0w8m94v
2013-08-30 15:15:12 +05:30
ajay javiya (OpenERP) a0ab757537 [REM] : remove wizard of schedule/log a call ,
[IMP] : Rename in Opportunity and in Partner form the 'Meeting' into 'Schedule a Meeting' ,

bzr revid: aja@tinyerp.com-20130822092259-it5a1e1v1ed9s60a
2013-08-22 14:52:59 +05:30
Darshan Kalola 3cf3519e82 [IMP]improve help of setting/configuration menus
bzr revid: darshankalola@gmail.com-20130724134548-jmgot5zt3xpcx1ct
2013-07-24 19:15:48 +05:30
Thibault Delavallée 1fe0a9afe9 [MERGE] Alias Visibility and Salesteams View. Improve the display of alias in form views and in empty list help messages. Improve the use, visibility and display of salesteams.
This revision adds a configuration in Settings/Sales: enable the use of sales team. If not enabled, users have access to Leads and Opportunities menus; Sales Teams menu is hidden, as well as all fields related to sales teams. If enabled, a Sales Teams menu is added that works as the Project menu. The new sales Teams kanban view allows to have an overview of the sales team (leads, opportunities, quotations, sales orders, invoices). Clicking on a link of the kanban vignette redirect to the related list/kanban view, filtered by the chosen sales team.

This revision also improves the display of help message (also shown for empty kanban views) for leads, opportunities, tasks, issues, applicants. It displays the current sales team / project / job alias, or a default alias if no context is provided.

bzr revid: tde@openerp.com-20130405151914-8892yfmsmr2xwbbk
2013-04-05 17:19:14 +02:00
Thibault Delavallée d98fc266ec [IMP] crm: res_config: improved name of group_multi_salesman field to be more understandable.
bzr revid: tde@openerp.com-20130404115540-k92n992uylm3n01e
2013-04-04 13:55:40 +02:00
Thibault Delavallée 182b140010 [REF] crm: res_config refactored: located in crm/res_config, viewx in res_config_view, using a set_ method to manage two groups.
bzr revid: tde@openerp.com-20130328160704-ktp7btaswjiyyc6s
2013-03-28 17:07:04 +01:00
Thibault Delavallée acd180c43b [CLEAN] crm: moved group_multi_salesteam configuration from crm.py to res_config.py where it belongs. Also renamed from Use mutli sales team to Manage Sales Teams.
bzr revid: tde@openerp.com-20130328095502-87j32cqinunwgazh
2013-03-28 10:55:02 +01:00
Christophe Matthieu a92bacb55c [IMP] alias: make chatter and aliases feature more user friendly and visible to the users. Delete res_config for display option: create leads/issue from incoming emails
bzr revid: chm@openerp.com-20130129100756-40z640jwo18z9qcj
2013-01-29 11:07:56 +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
pankita shah (Open ERP) a70d7722cf [MERGE] with trunk addons
bzr revid: shp@tinyerp.com-20121003052309-k3fzu4ltewy1c3n1
2012-10-03 10:53:09 +05:30
Antony Lesuisse 19dd832b2f [FIX] config wizard modules moved to openerp-extra
bzr revid: al@openerp.com-20121002164617-mjimq70af08wwoc5
2012-10-02 18:46:17 +02:00
Atul Patel (OpenERP) 673be07098 [FIX]: typo
bzr revid: atp@tinyerp.com-20120927091340-k6dvl6g99eeip3nj
2012-09-27 14:43:40 +05:30
Atul Patel (OpenERP) 8d01d3557b [IMP]: Remove unnecessary space from view.
bzr revid: atp@tinyerp.com-20120927091102-h1aze8mva99w2uq7
2012-09-27 14:41:02 +05:30
pankita shah (Open ERP) 20d81ad4e2 [IMP] improve help if crm
bzr revid: shp@tinyerp.com-20120927085326-ri5y4zlycf65h2wo
2012-09-27 14:23:26 +05:30
pankita shah (Open ERP) e2563ef79c [IMP] : add label for fields
bzr revid: shp@tinyerp.com-20120927073202-aq8toirfcn30macz
2012-09-27 13:02:02 +05:30
pankita shah (Open ERP) dd0a5a851b [IMP] configuration of crm_claim,crm_helpdesk
bzr revid: shp@tinyerp.com-20120927061452-nsnipb9scdqv3ytq
2012-09-27 11:44:52 +05:30
Mayur Maheshwari (OpenERP) b90853eaf0 [IMP]account : improve string
bzr revid: mma@tinyerp.com-20120913125154-75dc3d48yk1atujy
2012-09-13 18:21:54 +05:30
Mayur Maheshwari (OpenERP) f9bb479192 [IMP]all : Improve sentence
bzr revid: mma@tinyerp.com-20120912113749-xyibq3gbsapvz012
2012-09-12 17:07:49 +05:30
Fabien Pinckaers 7e06f1e1ff [IMP] typo
bzr revid: fp@openerp.com-20120902193835-2kad810gv6po993x
2012-09-02 21:38:35 +02:00
Antony Lesuisse 0de43d05c2 fix config wizard
bzr revid: al@openerp.com-20120812135319-bcwu9blrd71wepig
2012-08-12 15:53:19 +02:00
Stephane Wirtel 2f4d4320e2 [MERGE]
bzr revid: stw@openerp.com-20120806075624-ukz8lrnp1li67zft
2012-08-06 09:56:24 +02:00
Antonin Bourguignon ec5f2fe5d3 [FIX] several typos
rephrase some labels
fix capital letters
add missing spaces (mainly before parentheses)

bzr revid: abo@openerp.com-20120801154701-9jvsd9iyihx5phyn
2012-08-01 17:47:01 +02:00
Randhir Mayatra (OpenERP) 3c2b2818e4 [IMP] make changes into the sale wizard
bzr revid: rma@tinyerp.com-20120801101910-hsfmv8xq4tjjtedj
2012-08-01 15:49:10 +05:30
Divyesh Makwana (Open ERP) 7e6b21c4ec [IMP] crm : Added a new 'crm.group_fund_raising' group and added that group to Sales Configuration Wizard to visible a new tab 'Fund Raising' in 'Opportunity' form view.
bzr revid: mdi@tinyerp.com-20120731111645-glk765809s1gj8as
2012-07-31 16:46:45 +05:30
Nimesh (Open ERP) d738cb519f [IMP] set visible true for config fetchmail lead.
bzr revid: nco@tinyerp.com-20120608062711-67ank4egz40imr2p
2012-06-08 11:57:11 +05:30
Raphael Collet ca067be9e7 [IMP] crm config: remove unused fields, and fix capitalization in labels
bzr revid: rco@openerp.com-20120509125411-alhhzehacsmgm1m5
2012-05-09 14:54:11 +02:00
DBR (OpenERP) 95d13c2088 [Merge]with: lp:~openerp-dev/openobject-addons/trunk-v62_config
bzr revid: dbr@tinyerp.com-20120427065437-l5cbs5k1v3flvg23
bzr revid: dbr@tinyerp.com-20120502062333-thsx5qy31mvi049l
2012-05-02 11:53:33 +05:30
Jagdish Panchal (Open ERP) cf91c3fc3d [IMP] Rename fields and add new group Manage Multiple Shops in sale config wizard
bzr revid: jap@tinyerp.com-20120424105941-7wfwm1dxr7utxv6l
2012-04-24 16:29:41 +05:30
Raphael Collet 9e9c32573b [IMP] fetchmail config: remove fields from config wizards, and replace them by a button to open the fetchmail server form
bzr revid: rco@openerp.com-20120424095140-vn9e95sfn24iwkr7
2012-04-24 11:51:40 +02:00
Raphael Collet bfc9eb0c4e [IMP] fix copyright notice on top of new files
bzr revid: rco@openerp.com-20120403084425-vhuy0969i0e6oua1
2012-04-03 10:44:25 +02:00
Raphael Collet 1aad2cd28d [IMP] sale.config.settings: remove field module_base_contact
bzr revid: rco@openerp.com-20120330135757-4io21k8kizrpifl1
2012-03-30 15:57:57 +02:00
Raphael Collet ec02c708d8 [IMP] crm, crm_claim, project_issue: improve view of config wizards
bzr revid: rco@openerp.com-20120326125801-x1c4psrvu7r3s335
2012-03-26 14:58:01 +02:00
Raphael Collet 9abe80dbaf [IMP] fetchmail, crm, crm_claim, project_issue: factor the configuration of a fetchmail server for leads, claims and issues
bzr revid: rco@openerp.com-20120326120700-ha611uzpnayf91y4
2012-03-26 14:07:00 +02:00
Raphael Collet 96169ebeb3 [IMP] crm config: small code improvements
bzr revid: rco@openerp.com-20120321093013-l3op7hlk4oyyr8n2
2012-03-21 10:30:13 +01:00
Raphael Collet 0e526bd329 [FIX] sale config: use model sale.config.settings instead of res.config.settings
bzr revid: rco@openerp.com-20120320135002-0gsazmlgock4gmnl
2012-03-20 14:50:02 +01:00
Ujjvala Collins (OpenERP) fbf15a5d12 [FIX] crm: Fixed mail server problem.
bzr revid: uco@tinyerp.com-20120316112937-xntm4hshq660fpj4
2012-03-16 16:59:37 +05:30