Commit Graph

108 Commits

Author SHA1 Message Date
Christophe Simonis 5e6ec89659 [MERGE] forward port of branch saas-3 up to 43235e2 2015-07-27 14:09:57 +02:00
Christophe Simonis 43235e2d1d [MERGE] forward port of branch 7.0 up to 0e151f7 2015-07-27 14:08:38 +02:00
Nicolas Lempereur c0bf28534e [FIX] crm_claim: wrong many2one on claims report
The field used for the report was different than the field used on the
model the report is based uppon.

As analyzed by jle.

opw-645582
2015-07-23 11:04:13 +02:00
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
Denis Ledoux d9339e1e2d [FIX] sale, crm_claim, crm_helpdesk: report menus
crm claims and helpdesk reports should be in Sales Report menu, not in project
The sales report menu is now defined in sales_team, which is a common dependance between crm and sales, instead of redefining this menu in each modules
2014-07-22 19:13:13 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Géry Debongnie 62900fe01b Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Conflicts:
	addons/crm/crm_case_section_view.xml
2014-05-26 10:06:31 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Prashant Panchal (OpenERP) 138ffedbf0 [MERGE]: Merged with addons 2014-05-09 18:47:56 +05:30
Prashant Panchal (OpenERP) ca2bee0865 [IMP]add groups 'base.group_multi_salesteams' 2014-05-09 16:16:07 +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
Gery Debongnie 9d85be9d98 [IMP] removes old tree view in reporting and replaces it by the new graph view in pivot mode by default (addon crm_claim)
bzr revid: ged@openerp.com-20140102084227-3emol7pamysippq0
2014-01-02 09:42:27 +01:00
Gery Debongnie 323226ff3a [IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon crm_claim)
bzr revid: ged@openerp.com-20131224102706-wgwmx711355g2xmj
2013-12-24 11:27:06 +01:00
Christophe Simonis 0ac4a8f696 [MERGE] forward port of branch 7.0 up to revid 9668 launchpad_translations_on_behalf_of_openerp-20131130053134-6u83vcd1133xs8yf
bzr revid: chs@openerp.com-20131130130014-hi5h5a00kjx0dbvp
2013-11-30 14:00:14 +01:00
Thibault Delavallée 5c3dbb8aa8 [FIX] crm_claim: the 'My Company' filter was wrong, not useful and not possible to achieve. It is therefore set as invisible, and its domain set as void. This won't break any inheriting views, and this filter is ready to be removed in 8.0
lp bug: https://launchpad.net/bugs/1153956 fixed

bzr revid: tde@openerp.com-20131129102709-wq4ftqx1x8h6n9xb
2013-11-29 11:27:09 +01:00
ajay javiya (OpenERP) f14eddbbe9 [IMP]:Remove State field from crm,hr_recruitment and project task/issue , Rename delay to open to Delay to Assign ,delay to close on Last Updates Dates,stage in searchview
bzr revid: aja@tinyerp.com-20130614092545-oxrhw0x3xewkhdjf
2013-06-14 14:55:45 +05:30
Christophe Matthieu 2fd37179ba [IMP] sale,crm: add groups group_multi_salesteams for filter and groupby
bzr revid: chm@openerp.com-20130521142753-silv9ee2nltyuy8f
2013-05-21 16:27:53 +02:00
Quentin (OpenERP) 33f27b362b [MERGE] forward port of addons v7 up to revision 9045
bzr revid: qdp-launchpad@openerp.com-20130422153449-c62emljfa4a49758
2013-04-22 17:34:49 +02:00
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 e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Thibault Delavallée ba9412cb5d [CLEAN] addons: various linkt cleanup (indentation, spaces, ...).
bzr revid: tde@openerp.com-20130403081009-jy35sm7dl4pq7eyu
2013-04-03 10:10:09 +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
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
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
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
Turkesh Patel (Open ERP) 1e640993a7 [IMP] crm_claim: improved search views.
bzr revid: tpa@tinyerp.com-20120720072940-ec3r1we5bugpzlf0
2012-07-20 12:59:40 +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
Rajesh Prajapati (OpenERP) cc617d663f [IMP]crm_* : improve search code in xml
bzr revid: rpr@tinyerp.com-20120619064251-r1oolovp41h6ymw8
2012-06-19 12:12:51 +05:30
Divyesh Makwana (Open ERP) 023c314f19 [IMP] Improved some typos in filter string.
bzr revid: mdi@tinyerp.com-20120606051255-62wyp3k4kmfkr9o2
2012-06-06 10:42:55 +05:30
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) be72e6bc57 [IMP] crm_claim : Removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120522061941-6waf82biqv2hm4zq
2012-05-22 11:49:41 +05:30
Divyesh Makwana (Open ERP) 335811467e [IMP] crm_claim : added missing filter string and improve indentation in search view.
bzr revid: mdi@tinyerp.com-20120521100501-lnrlz8vmgxneold3
2012-05-21 15:35:01 +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) ac3d63985a [IMP] crm_claim, crm_helpdesk:-changed sequence for 'Claims' and 'Helpdesk' analysis menu
bzr revid: mtr@tinyerp.com-20120229064624-x12p7quzulm5cs2p
2012-02-29 12:16:24 +05:30
Meera Trambadia (OpenERP) c1465fa47e [IMP] crm_claim, crm_helpdesk:-added 'Project' menu and changed parent menu of 'Claims' and 'Helpdesk' analysis
bzr revid: mtr@tinyerp.com-20120229062514-tg0pnjv86ibobma4
2012-02-29 11:55:14 +05:30
Fabien Pinckaers 2883f49f91 merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111152234-04mikqjz330uxfgn
2011-11-11 16:22:34 +01:00
Khushboo Bhatt (Open ERP) 8d5c382475 [IMP]crm:improvement analysis report
bzr revid: kbh@tinyerp.com-20111110131732-pg373l78545leqxe
2011-11-10 18:47:32 +05:30
DBR (OpenERP) 1a7dd4f724 [IMP]sales_crm : Improve the icons
bzr revid: dbr@tinyerp.com-20110919084750-d3rjbeeyrqmz742c
2011-09-19 14:17:50 +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
Stephane Wirtel a16706674f [FIX] crm_claim: The report is wrong without the history column for the sql view
bzr revid: stw@openerp.com-20110915144611-z4pd13cef8fw9r5e
2011-09-15 16:46:11 +02:00
Stephane Wirtel 05e2d71f39 [MERGE] claim: Remove the probability field - lp:~openerp-dev/openobject-addons/trunk-usability-claims_reports-amb
bzr revid: stw@openerp.com-20110915142046-zhj8fckjlr0bvfhw
2011-09-15 16:20:46 +02:00
Amit Bhavsar (Open ERP) 49d2f22688 [usability],remove probability from claim reports
bzr revid: amb@tinyerp.com-20110905110202-w8asd7d404yvqzz9
2011-09-05 16:32:02 +05:30
Amit Bhavsar (Open ERP) 9afab32037 [usability],remove probability from crm claims
bzr revid: amb@tinyerp.com-20110905103149-osanfewzrd9tjxmy
2011-09-05 16:01:49 +05:30