Commit Graph

326 Commits

Author SHA1 Message Date
Thibault Delavallée 03d7a17880 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131210093307-gxn4g59xba3l82zx
2013-12-10 10:33:07 +01:00
Thibault Delavallée 8ce54029cf [REV] crm: reverted most changes about stages for this branch.
We keep fold, because it has a meaning in kanban view, and is kind of
'drop' stage, for won / lost / cancel / dead.

New stage is now the stage with the lower sequence, not necessarily the
stage with sequence 1. Note that this could break the _track because it
checks for stages with sequence <= 1; however with OpenERP values it
works fine. In some specific stage configuration, some subtypes could
not be tracked precisely.

bzr revid: tde@openerp.com-20131023100429-a3vfxi5zkn18v6qq
2013-10-23 12:04:29 +02:00
Thibault Delavallée 878ceca988 [REV] stages: removed bar_fold and bar_color fields.
After some experiments, having colors does not seem to give an
usable result on statusbar widget. Indeed we need to have the
current stage highlited, and maybe something to tell that some
stages have a special meaning and/or are the end of the pipe.
The closed field already gives that meaning.

Moreover the issue with the statusbar widget is that it indicates
state and action. Having both dimensions with colors / icons
is quite difficult to understand. We therefore stand on a simpler
version of the widget, only with stages and the current stage
highlighted.

bzr revid: tde@openerp.com-20131021104912-8ybhw0svdoghheh3
2013-10-21 12:49:12 +02:00
Thibault Delavallée 6c54232c98 [IMP] Stage/State update part 2
- stages: added some fields
-- closed: indicates whether this stage close the working process, for
example task ended, lead lost, applicant hired
-- bar_fold: whether to hide the state in the statusbar; this is different
from fold that is used for kanban views. Viewing a pipe or a specific
record are effectively different things and should use different fields.
-- bar_color: field to customize the stage in the statusbar (still WIP)

- impacted addons: crm, project, project_issue, hr_recruitment
- removed 'closed' addition in project_mrp as this is now in base project
module

bzr revid: tde@openerp.com-20131018132120-h0pv01q2bagtp99x
2013-10-18 15:21:20 +02:00
Thibault Delavallée 0cb0a5994f [FIX] crm: removed duplicate calendar menu item
bzr revid: tde@openerp.com-20130829102757-3mxgu096ttygnway
2013-08-29 12:27:57 +02:00
Thibault Delavallée 0e9fd3d5d5 [IMP] crm: removed state field. Refactored code according to the new guidelines.
bzr revid: tde@openerp.com-20130716151003-c2df3nzgo1by0hyi
2013-07-16 17:10:03 +02:00
Christophe Matthieu ffc466037d [IMP] crm: remove 'Default to New Sales Team' checkbox if salesteams not used
bzr revid: chm@openerp.com-20130522094033-2xctzgr2p2fgmoy4
2013-05-22 11:40:33 +02:00
Christophe Matthieu 454d3a0d4b [IMP] crm.case.section,salesteams: add groups multi_salesteams
bzr revid: chm@openerp.com-20130325165125-a5t5fdbnz9rqw1jp
2013-03-25 17:51:25 +01:00
Christophe Matthieu d2a53be608 [IMP] cr: sales teams, display alias in one line
bzr revid: chm@openerp.com-20130301145922-5pxvjhm0kz0tq9p0
2013-03-01 15:59:22 +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
Christophe Matthieu 21938b80ff [IMP] crm: Sales Teams menu with breadcrum
bzr revid: chm@openerp.com-20130125110434-whqnmhrvdqj0r9gh
2013-01-25 12:04:34 +01:00
Thibault Delavallée 50d0533939 [MERGE] Sync with trunk, to have last fixes about CRM.
bzr revid: tde@openerp.com-20121218140842-ctuzgms6dqr6c296
2012-12-18 15:08:42 +01:00
vta vta@openerp.com 011b4f0045 [FIX] crm stage_id statusbar issues
bzr revid: vta@openerp.com-20121218134629-x0ygxo1hwer0m4jm
2012-12-18 14:46:29 +01:00
Foram Katharotiya (OpenERP) 6ebeb076c3 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121217051643-o8j4hz7w8thwbymi
2012-12-17 10:46:43 +05:30
Fabien Pinckaers b4d72207b2 [IMP] cleaning sales team stuff
bzr revid: fp@tinyerp.com-20121216155843-kl2mgr3ecyi85mw1
2012-12-16 16:58:43 +01:00
Foram Katharotiya (OpenERP) 955f2588a2 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121210045724-sk2hk8mmi8iahfwn
2012-12-10 10:27:24 +05:30
Foram Katharotiya (OpenERP) 742ad1b56e [IMP] add subtype in sales team
bzr revid: fka@tinyerp.com-20121119131411-64g1l1mu9y0zrzij
2012-11-19 18:44:11 +05:30
Antonin Bourguignon 1158cff945 [IMP] indentation
bzr revid: abo@openerp.com-20121115181006-y5np3d61tyc9af2q
2012-11-15 19:10:06 +01:00
Antonin Bourguignon 6db4b0b211 [IMP] remove restrictions on lead deletion
After a short conversation with fp, al, odo, abo: it seems that it would be nice for usability's sake to remove restrictions on leads deletion, in the CRM module.
This condition on leads' state was introduced several years ago by fp to avoid unfortunate misclicks. It has been followed by another one bypassing the first one in case where the sales team had the allow_unlink flag set.

Since the Delete button has been thrown away in the More menu, it shouldn't get misclicked anymore, preventing damages in the CRM pipe. This will simplify access rights for users: if you want to delete a lead, you can, whatever its state, whatever its sales team.

Access restriction is still possible though by creating a record rule with a domain on the lead.state.

lp bug: https://launchpad.net/bugs/1078037 fixed

bzr revid: abo@openerp.com-20121112180144-utqcm39etuuzxdsu
2012-11-12 19:01:44 +01:00
Antonin Bourguignon 4fccab7afc [IMP] remove whitespaces
bzr revid: abo@openerp.com-20121112180040-8duawenqlvd4mw7i
2012-11-12 19:00:40 +01:00
Vijaykumar Baladaniya f1522c0d40 [IMP] improve menus.
bzr revid: vba@tinyerp.com-20121112061334-yqnucbq5epx3vijn
2012-11-12 11:43:34 +05:30
Frédéric van der Essen 7cdf99ade1 [IMP] mail: improved display of openchatter in form views
bzr revid: fva@openerp.com-20121026095821-c3idarsd5yi9fzso
2012-10-26 11:58:21 +02:00
Sanjay Gohel (Open ERP) defc348942 [IMP]add many2many kanban for configuration sales team
bzr revid: sgo@tinyerp.com-20121003073206-m0u5u1rhanrs7dne
2012-10-03 13:02:06 +05:30
Fabien Pinckaers 0eee48d30a [MERGE] auto-follow Sales Team, Projet, HR Manager
bzr revid: fp@tinyerp.com-20120927191059-pug5mrft8f06uwux
2012-09-27 21:10:59 +02:00
Atul Patel (OpenERP) 1c1978fbb7 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120927041011-e90b4710saidnlcf
2012-09-27 09:40:11 +05:30
Atul Patel (OpenERP) 97fdf97be2 [FIX]: Add help instead of follow_help key
bzr revid: atp@tinyerp.com-20120926175659-7x7r0zpek55jqaeq
2012-09-26 23:26:59 +05:30
Fabien Pinckaers 80d3014fe0 [MERGE] misc fixes, addons10
bzr revid: fp@tinyerp.com-20120926070743-wx6359lr50focv15
2012-09-26 09:07:43 +02:00
Atul Patel (OpenERP) bd4802fd6e [ADD]: Add tips for users
bzr revid: atp@tinyerp.com-20120924180949-dtnqnsowrw2hogcv
2012-09-24 23:39:49 +05:30
Jalpesh Patel (OpenERP) 771936b836 [IMP]sales auto followe
bzr revid: pja@tinyerp.com-20120924110409-muixiwuv5u9fkl62
2012-09-24 16:34:09 +05:30
Rajesh Prajapati (OpenERP) 172c4371e0 [IMP] sale : payment mode menu moved to leads & opportunities configuration
bzr revid: rpr@tinyerp.com-20120918073154-r1ihk9568zywacuq
2012-09-18 13:01:54 +05:30
Raphael Collet fa91789a52 [IMP] crm: rename 'state' into 'related status' on stages
bzr revid: rco@openerp.com-20120912133537-pml9ft4rf9eba272
2012-09-12 15:35:37 +02:00
Twinkle Christian (OpenERP) 7c632f13c5 [IMP]In stage object replace state to status
bzr revid: tch@tinyerp.com-20120830121804-xcem0nccdmz50f3c
2012-08-30 17:48:04 +05:30
Olivier Dony 11bdbfd183 [MERGE] Next batch of improvements/fixes for mail.alias
bzr revid: odo@openerp.com-20120814123050-xw3ltthoc9nld76r
2012-08-14 14:30:50 +02:00
Twinkle Christian (OpenERP) 2d6aae609b [IMP]Remove type field from the views
bzr revid: tch@tinyerp.com-20120808121950-r4tux6lfej82bi2h
2012-08-08 17:49:50 +05:30
Olivier Dony 60722930cd [IMP] mail.alias: fix creation errors for inheriting models
bzr revid: odo@openerp.com-20120807142736-zxfhdrr9t2euvh8x
2012-08-07 16:27:36 +02:00
Olivier Dony ec73d82a76 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120806174352-bgv2lt8pwhoa07pa
2012-08-06 19:43:52 +02:00
Olivier Dony 383bdce9c4 [FIX] improved visibility rules for inherited mail alias fields
bzr revid: odo@openerp.com-20120806173509-zu57rxzhuksftyqc
2012-08-06 19:35:09 +02:00
Stephane Wirtel 2f4d4320e2 [MERGE]
bzr revid: stw@openerp.com-20120806075624-ukz8lrnp1li67zft
2012-08-06 09:56:24 +02:00
Olivier Dony 8009a9f8b6 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120806004632-kyh0yggwg12njp30
2012-08-06 02:46:32 +02:00
Olivier Dony 56009ed513 [IMP] mail alias review - work in progress
bzr revid: odo@openerp.com-20120806004417-9uviymtavkxlh92m
2012-08-06 02:44:17 +02:00
Fabien Pinckaers ea52cfae17 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu
2012-08-04 16:35:56 +02:00
Fabien Pinckaers b363b1f622 fix
bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp
2012-08-04 15:56:31 +02:00
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00
Olivier Dony f0873dcb32 [MERGE] Sync with trunk - bunch of conflicts resolved
bzr revid: odo@openerp.com-20120803142450-97z551yam1js822h
2012-08-03 16:24:50 +02:00
Divyesh Makwana (Open ERP) a3a0098dab [IMP] crm : Added views, action, menuitems for 'crm.payment.mode' object and its related changes.
bzr revid: mdi@tinyerp.com-20120801084618-j336yfms3sois6t3
2012-08-01 14:16:18 +05:30
Antonin Bourguignon 69806324a6 [FIX] 'Sales' top menu items sequence
bzr revid: abo@openerp.com-20120720153520-gahyk0uj6il3ia0h
2012-07-20 17:35:20 +02:00
Olivier Dony 9caafbe777 [MERGE] mail.alias: updated views and simplified models
bzr revid: odo@openerp.com-20120705135626-xxqch4uabq418ekf
2012-07-05 15:56:26 +02:00
Olivier Dony be021419ae [MERGE] Sync with trunk and correct upstream mistakes
bzr revid: odo@openerp.com-20120705102219-p6wy1obp4t0b89z3
2012-07-05 12:22:19 +02:00
Jigar Amin - OpenERP 2bf0978994 [REF] Refectored the fields_view_get hack
bzr revid: jam@tinyerp.com-20120705101331-rjbxvjrbpme9wqrq
2012-07-05 15:43:31 +05:30
Turkesh Patel (Open ERP) 4ac5ff962b [IMP] improved view for mail.catchall.domain
bzr revid: tpa@tinyerp.com-20120705065309-sn7xw83x133r4wuw
2012-07-05 12:23:09 +05:30