Commit Graph

38 Commits

Author SHA1 Message Date
qdc f57787e07e [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
Christophe Simonis 5a5f811d23 [REVERT] commit 5e5c73e
Branch 8.0 is a **stable** branch. This mean no database schema
changes.
2014-08-22 13:59:22 +02:00
qdc 5e5c73e7ba [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-22 09:49:09 +02:00
Géry Debongnie 366a30db95 [FIX] correct various date issues in reporting
* remove old 'day', 'month', 'field' and replace them by the actual
date/datetime field
* remove weird cast to char when creating the view to prevent crash
when grouping on them
* remove duplicates (such as 'creation_date' and 'create_date')
* fix typing errors (field type date defined as a datetime in the
postgres view)
* fix search view definition
2014-07-30 15:11:22 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
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
Gery Debongnie 1edb992857 [IMP] removes the hardcoded Day, Month, Year value in crm.phonecall.report model and updates the corresponding view (addon crm)
bzr revid: ged@openerp.com-20140129095655-xn031hst4yw79kna
2014-01-29 10:56:55 +01: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
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +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
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
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
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
Ujjvala Collins (OpenERP) 55977b08c8 [REF]: Corrections for views.
bzr revid: uco@tinyerp.com-20110420091739-iyg7ezi3gybyir51
2011-04-20 14:47:39 +05:30
Ujjvala Collins (OpenERP) 55accc2f89 [IMP] crm: Changed state names according to new specifications.
bzr revid: uco@tinyerp.com-20110420062348-c43ihhxb9blo1nd9
2011-04-20 11:53:48 +05:30
jam-openerp 0b22866de5 [FIX] Performance Issue : fixes the dates field for analysis reports
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: jam@tinyerp.com-20110117132654-frq1v6jmuflx8iks
2011-01-17 18:56:54 +05:30
rpa (Open ERP) 7eb77dafb9 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101011051327-28nxc8ok6ofxxn19
2010-10-11 10:43:27 +05:30
fp b103f989db fix
bzr revid: fp@fp-laptop-20101010194841-wcmfw8c955iqu6ng
2010-10-10 21:48:41 +02:00
rpa (Open ERP) 615bce075b [REM]: crm*: Removed unused fields(perc_done, perc_cancel, avg_answers) + code in reporting
bzr revid: rpa@tinyerp.com-20101005131307-4o487rfg3gynn3sx
2010-10-05 18:43:07 +05:30
rpa (Open ERP) 5b109049fd [REM]: crm: Removed stage_id field from phonecall
bzr revid: rpa@tinyerp.com-20100929083426-tbyc9jz1o89imciy
2010-09-29 14:04:26 +05:30
mtr dbd589dd12 [IMP] crm:-reverted the useability change in the state field of Phonecall
bzr revid: mtr@mtr-20100923141731-1cstzpjimk4t6lbz
2010-09-23 19:47:31 +05:30
mtr c25f1f238b [IMP] crm:-useability improvements in Reporting/Phone Calls Analysis
bzr revid: mtr@mtr-20100921093806-zcyigx1pz9yv7gk2
2010-09-21 15:08:06 +05:30
rpa (Open ERP) 0d5c37b531 [FIX]: crm: Fixed table name crm_opportunity in report query
bzr revid: rpa@tinyerp.com-20100708065047-1qeejljvkp8zqj4x
2010-07-08 12:20:47 +05:30
rpa (Open ERP) 1d708ee12a [IMP]: crm: Minor improvements
bzr revid: rpa@tinyerp.com-20100708055725-6hcm4n74d3hnn9cs
2010-07-08 11:27:25 +05:30
Olivier Dony ff27ca8040 [IMP] crm/report: simplify and fix reporting views + cleanup
bzr revid: odo@openerp.com-20100629090834-e2c9p4yzxed8enjm
2010-06-29 11:08:34 +02:00
nel@tinyerp.com 3cc2a168ec [IMP] phonecall,lead reports
bzr revid: nel@tinyerp.com-20100605223807-xrgpp2hnofvv5qyo
2010-06-06 00:38:07 +02:00
rpa (Open ERP) c1e3ab087b [REVERT]: crm: Reverted crm report changes applied at revision id:apa@tinyerp.com-20100521100729-9g2963splsd9yzzx
bzr revid: rpa@tinyerp.com-20100521124108-0twgz1sj69t6brvo
2010-05-21 18:11:08 +05:30
apa-tiny 3651dde82c [MERGED]
bzr revid: apa@tinyerp.com-20100519092629-u3mfxtul93hp1q7g
2010-05-19 14:56:29 +05:30
rpa (Open ERP) c5f337997d [IMP]: crm(reports): Improvements in reports,
* Removed crm.case.report
* Changes in lead and phonecall reports, made independent from crm.case.report

bzr revid: rpa@tinyerp.com-20100505072154-y2xd7zlhmqzb5dor
2010-05-05 12:51:54 +05:30
rpa (Open ERP) ee4052bc1a [IMP]: crm: Major changes in crm
* Removed crm.case
* Inherited other cases from mailgate.thread 
* Changes in lead and opportunity: Removed dependency from crm.case and added for mailgate.thread
* still lot of things to fix(TODO): meeting, phonecall/reports

bzr revid: rpa@tinyerp.com-20100503123048-642v3gt4gorubmrs
2010-05-03 18:00:48 +05:30
nel@tinyerp.com afc2adde66 Change labels
bzr revid: nel@tinyerp.com-20100503094811-r2ul0f03yv1yk65f
2010-05-03 11:48:11 +02:00
rch (Open ERP) 1552e3550d [IMP]: Improve crm report by improving search views.
bzr revid: rch_open_erp-20100503073021-9qkf9o48e1ik76os
2010-05-03 13:00:21 +05:30
rch (Open ERP) 6d9b14b9e4 [IMP]: Improve search view for crm phonecall and opportunity report.
bzr revid: rch_open_erp-20100422133115-gx6xbw975di51l6x
2010-04-22 19:01:15 +05:30
rch (Open ERP) 97ae945f3a [IMP]: Improve SQL view report for crm phonecalls. Add fields in Extended Option of search view.
bzr revid: rch_open_erp-20100426134414-44oq5wfkhs8y7jc1
2010-04-26 19:14:14 +05:30
rch (Open ERP) 5abc0f89ea [IMP]: Improve Project Issue, Claim, Lead, Fundraising, Oppertunities, Phonecall SQL report views.
bzr revid: rch_open_erp-20100421101225-1c3d5st9lrpv9y91
2010-04-21 15:42:25 +05:30
ksa (Open ERP) 03fedcaab9 [IMP]: crm: Improvement in Lead to Partner and phonecall to partner wizard
bzr revid: ksa@tinyerp.co.in-20100318112349-w1nlurgxhcl6p7j8
2010-03-18 16:53:49 +05:30
ksa (Open ERP) 82d77f3024 [IMP]: crm: In crm Report file Apply format code + quality and dostring
bzr revid: ksa@tinyerp.co.in-20100318084613-mk90nka0qmwtnk57
2010-03-18 14:16:13 +05:30
Harry (Open ERP) e0e34c0828 [MERGE] merge from lp:~openerp-commiter/openobject-addons/crm-improvement/
bzr revid: hmo@tinyerp.com-20100305154253-wbiidv2xc7txwcjx
2010-03-05 21:12:53 +05:30