Commit Graph

254 Commits

Author SHA1 Message Date
Olivier Dony feefb0ad36 [FIX] search views: use child_of operator for partner_id fields that can reference both companies and contacts
The goal is to match both the Company and its contacts
when searching for the Company

bzr revid: odo@openerp.com-20130420022642-6qe8pp4ifexjms65
2013-04-20 04:26:42 +02: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
Quentin (OpenERP) fa7db1d68b [IMP] crm: optimized the crm lead analysis report to lower the response time. Removed the field email that was the reason of the bad performances besides being a bit useless
bzr revid: qdp-launchpad@openerp.com-20121129112229-b4n9cb23b7e10n41
2012-11-29 12:22:29 +01:00
Jalpesh Patel (OpenERP) d4f4cc3d11 [IMP] phonecalls analysis grouped by salesperson by default
bzr revid: pja@tinyerp.com-20121107102038-l3s4s9glh802xpn3
2012-11-07 15:50:38 +05:30
Nimesh (Open ERP) 8c42299413 [REMOVE] remove create button form all posgress report.
bzr revid: nco@tinyerp.com-20120927083839-ruhpxzwgdyasodfe
2012-09-27 14:08:39 +05:30
Ajay Chauhan (OpenERP) 526b38a1f8 [IMP] crm: removed duplicated field in search view & delete state field too
bzr revid: cha@tinyerp.com-20120904114902-rfxk2xleihid083b
2012-09-04 17:19:02 +05:30
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
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
Jigar Amin - OpenERP 084ed3b064 [FIX]crm lead report removed field categ_id
bzr revid: jam@tinyerp.com-20120731042128-hdhpt51af4dfjzej
2012-07-31 09:51:28 +05:30
vta vta@openerp.com 264d2c3365 [MERGE] Trunk.
bzr revid: vta@openerp.com-20120730123628-49rirhupbwqfzr0r
2012-07-30 14:36:28 +02:00
Jigar Amin - OpenERP c89219e121 [FIX] typo
bzr revid: jam@tinyerp.com-20120723132928-dbf3uwv3963yk3o1
2012-07-23 18:59:28 +05:30
Turkesh Patel (Open ERP) 57336b494f [IMP] crm:improved search views
bzr revid: tpa@tinyerp.com-20120720063939-37k1l812uxj6ukas
2012-07-20 12:09:39 +05:30
Divyesh Makwana (Open ERP) 789103e93b [IMP] crm, sale_crm : Change the field defination of 'categ_id' to many2many and its related changes.
bzr revid: mdi@tinyerp.com-20120706110621-nkgcqllbw1wpf1r6
2012-07-06 16:36:21 +05:30
Quentin (OpenERP) c9ef276770 [REF] search views: removed filter_domain if only one element was inside + made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622102959-fhc1oe2w8in8y6v2
2012-06-22 12:29:59 +02:00
Quentin (OpenERP) 93273fe850 [IMP] improved search views
bzr revid: qdp-launchpad@openerp.com-20120611162253-mfz8f7k7dll7q4i9
2012-06-11 18:22:53 +02:00
Divyesh Makwana (Open ERP) d18cb96c97 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120528062205-ukjcxs41f917dsk2
2012-05-28 11:52:05 +05:30
Divyesh Makwana (Open ERP) 67d5ab5ae0 [IMP] crm : Removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120522061002-ux5oppi3a52srv1e
2012-05-22 11:40:02 +05:30
Divyesh Makwana (Open ERP) cd5c913576 [IMP] crm : added missing filter string and improve indentation in search view.
bzr revid: mdi@tinyerp.com-20120521095847-y7hcgl7v2byi7vpi
2012-05-21 15:28:47 +05:30
Saurang Suthar (OpenERP) 2ad3b32160 [IMP]:improved title Minimum Salesman by Salesperson everywhere
bzr revid: ssu@tinyerp.com-20120504121326-nqpx2eyqc1qrp04w
2012-05-04 17:43:26 +05:30
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
Raphael Collet 8a66d6191b [IMP] crm, crm_claim, crm_fundraising, crm_helpdesk, crm_partner_assign: remove group_extended
bzr revid: rco@openerp.com-20120425115139-3tpfec3kqn7zltkb
2012-04-25 13:51:39 +02:00
Meera Trambadia (OpenERP) aa50b7dada [IMP] crm, crm_fundraising, crm_partner_assign:- reorganised sequences for reporting menu
bzr revid: mtr@tinyerp.com-20120228052006-33b8ye99dneac3i4
2012-02-28 10:50:06 +05:30
Olivier Dony 3a2159444c [FIX] Calling random.seed() with a constant is Bad(TM)
bzr revid: odo@openerp.com-20120215155424-smixp8x6pqyk97lo
2012-02-15 16:54:24 +01:00
Vo Minh Thu 85295192d8 [IMP] crm: avoid circular import (which is not supported by the AddonsImportHook).
bzr revid: vmt@openerp.com-20120109151055-fmt3vgi3cffhb5zb
2012-01-09 16:10:55 +01:00
Raphael Collet fac6c3538e [MERGE] lp:885610 (fix all analysis reports by filtering out non-active items)
bzr revid: rco@openerp.com-20111129103537-bi1v2c42ukoa48tw
2011-11-29 11:35:37 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Fabien Pinckaers 7684853fd2 merge: analysis view with year/month with OR expression
bzr revid: fp@tinyerp.com-20111114092708-hlbxj7ah6gg7g452
2011-11-14 10:27:08 +01:00
Fabien Pinckaers 2583db204a [IMP] analysis report
bzr revid: fp@tinyerp.com-20111111150443-b64llh92b4xq2ych
2011-11-11 16:04:43 +01:00
Khushboo Bhatt (Open ERP) b3a3705843 [IMP]sale:improvement analysis report
bzr revid: kbh@tinyerp.com-20111111064801-b3tk1w5xj1inf6o5
2011-11-11 12:18:01 +05:30
Khushboo Bhatt (Open ERP) bfa03e3e82 [IMP]sale:improvement analysis report
bzr revid: kbh@tinyerp.com-20111110060302-stiq4agxsz60a47l
2011-11-10 11:33:02 +05:30
Fabien Pinckaers 1492aeaea4 [IMP] log a call/schedule a call
bzr revid: fp@tinyerp.com-20111108153223-ovef7iy5ofi911pi
2011-11-08 16:32:23 +01:00
Kuldeep Joshi (OpenERP) c5727fbb9c [FIX]all anlysis not show active=false
bzr revid: kjo@tinyerp.com-20111108095326-glcdy7gnv0rshkn3
2011-11-08 15:23:26 +05:30
Olivier Dony ecfa2d532e [IMP] crm: improved/cleaned up CRM Lead/Opp Analysis
bzr revid: odo@openerp.com-20111027121315-xiuin0sbzoyvr8hk
2011-10-27 14:13:15 +02:00
Hardik Ansodariy (OpenERP) 47ccc4e421 [imp] improved lead and opportunity
bzr revid: han@tinyerp.com-20111013093804-phr519y2k9vcy17d
2011-10-13 15:08:04 +05:30
Antony Lesuisse ccc56996dd [MERGE] trunk-search_views or instead of and in groups
bzr revid: al@openerp.com-20110923172247-pj5ii3pxisiyco6k
2011-09-23 19:22:47 +02:00
DBR (OpenERP) 289ad6ec3f [IMP]Improve Domains
bzr revid: dbr@tinyerp.com-20110921071544-quyoatb7d1ba5fh3
2011-09-21 12:45:44 +05:30
DBR (OpenERP) b08399c084 [IMP]Improve the help
bzr revid: dbr@tinyerp.com-20110920112922-gacht3qg0o4ypkx9
2011-09-20 16:59:22 +05:30
DBR (OpenERP) d0ceb8f301 [IMP]crm : Improve the code
bzr revid: dbr@tinyerp.com-20110919093737-ehrbimwl7um2do3j
2011-09-19 15:07:37 +05:30
DBR (OpenERP) 88acb39c5f [IMP]sales_crm : Improve the search view
bzr revid: dbr@tinyerp.com-20110919070909-em15z9u8epr93jh5
2011-09-19 12:39:09 +05:30
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Olivier Dony 983a7d2fd2 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110912123152-xswj0jlmhp7qpoz8
2011-09-12 14:31:52 +02:00
Xavier Morel 178fec5c64 [FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes. Replace by string equality
bzr revid: xmo@openerp.com-20110911135025-v9yct8pnjfj21tyj
2011-09-11 15:50:25 +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
Antony Lesuisse 71443ad49f [MERGE] trunk
bzr revid: al@openerp.com-20110827211948-kmap692ves3ixo4k
2011-08-27 23:19:48 +02:00
Xavier Morel b6735a35f7 [FIX] invalid syntax for domains introduced in ksa@tinyerp.co.in-20110816133353-kfgzeotfuwoe0jle
bzr revid: xmo@openerp.com-20110825125650-buy9ifz2j6g20mj0
2011-08-25 14:56:50 +02:00
ksa (Open ERP) b99b42a51d [IMP]: remove stage type in lead and opportunity report
bzr revid: ksa@tinyerp.co.in-20110817054625-xh1v2s9bdkoxaqd4
2011-08-17 11:16:25 +05:30
ksa (Open ERP) 170ee9bf72 [IMP]: remove stage type in lead and opportunity
bzr revid: ksa@tinyerp.co.in-20110816133353-kfgzeotfuwoe0jle
2011-08-16 19:03:53 +05:30
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
Antony Lesuisse 17e2f04cb7 [MERGE] trunk-usability rco
bzr revid: al@openerp.com-20110806002104-xpc258vhv54j5w53
2011-08-06 02:21:04 +02:00