Commit Graph

258 Commits

Author SHA1 Message Date
fka-odoo 506c229cd3 [FIX] project: allow to save custom filters on Task Analysis
Measures added to the Task Analysis report were not kept when saving the filter.
This is due to the lack of 'col' type field in the view definition (the parser
in 8.0 needs at least one).

This does not need to be forward ported (no bug in next version) but it's anyway
a good idea to filter by user by default.
Fixes #2835, opw 621468
2015-04-02 17:06:45 +02:00
Martin Trigaux 0bbb449d27 [FIX] project: use utc timezone in report 2014-10-23 08:58:37 +02:00
Martin Trigaux 2893198165 [FIX] project: Overpassed Deadline computation
The field delay_endings_days represents the number of days since the deadline.
This field was using the write_date instead of now to compute it and was using the absolute value (so project in advance would also get overdue days
2014-10-17 17:21:30 +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
Christophe Simonis fd4fd35e32 [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
Christophe Simonis e4cb5202a0 [MERGE] forward port of branch saas-4 up to fa07bc8 2014-07-30 20:30:14 +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 88c022dfc8 [MERGE] forward port of branch 7.0 up to bbb8d8f25a 2014-07-29 11:42:10 +02:00
Thibault Delavallée 27fa618882 [REV] Partial revert of search view changes: indeed the graph view is not already capable of handling group_by on any field, declaring them is still necessary. 2014-07-04 16:44:55 +02:00
Thibault Delavallée 44a5268c00 [IMP] addons: search view cleaning / improvements due to the new search view display 2014-07-01 11:28:08 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +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
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 906f28109c [IMP] improves the task analysis reporting view by adding measures to the pivot table (num paid) and changes the view in dashboard project (addon project)
bzr revid: ged@openerp.com-20140129152440-ibi9ity10onbi3st
2014-01-29 16:24:40 +01:00
Gery Debongnie 892e54111b [IMP] removes old tree view in reporting and replaces it by the new graph view in pivot mode by default (addon project)
bzr revid: ged@openerp.com-20131231145325-9rb3td76i454ptlx
2013-12-31 15:53:25 +01:00
Gery Debongnie e6c2dd738b [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 project)
bzr revid: ged@openerp.com-20131224102922-g7nbwftaktd4g2v4
2013-12-24 11:29:22 +01:00
Thibault Delavallée 3a8b57ddc5 [FIX] project: seems weird to be able to work on write_date without using it
bzr revid: tde@openerp.com-20131023115525-1wu68w3fcljj37cs
2013-10-23 13:55:25 +02:00
Thibault Delavallée d56d97ec62 [REV] project: like before for CRM (see previous commit) reverted
most changes about stages.

Override in project_mrp is back therefore.

bzr revid: tde@openerp.com-20131023113716-jw8jh1jvn4dgpcyr
2013-10-23 13:37:16 +02:00
Thibault Delavallée 98ec74dd62 [IMP] project_issue: added date_last_stage_update in reports; removed month_last_stgae_update in project_task, only date is sufficient because reports already handle this correctly. Updated coding style of tests.
bzr revid: tde@openerp.com-20130710132954-tnr75cf33nti8r1u
2013-07-10 15:29:54 +02:00
Thibault Delavallée 4b0baa3615 [CLEAN] project, project_issue, project_mrp: misc cleaning of code + fixed bug in project_mrp + re-added commentred tests in project_mrp
bzr revid: tde@openerp.com-20130710122526-tf87avul7huqgigg
2013-07-10 14:25:26 +02:00
Thibault Delavallée a497545cfd [REF] project_issue: removed state concept, updated views + reports + tracking.
bzr revid: tde@openerp.com-20130626155217-333zsa7hj8wjckcn
2013-06-26 17:52:17 +02:00
Thibault Delavallée 9e17dd58d8 [FIX] project: fixed various report views + some filters.
bzr revid: tde@openerp.com-20130626142242-aztr40zazsl20eif
2013-06-26 16:22:42 +02:00
Thibault Delavallée 8fbfc997ae [REF] project: stage/status refactoring
Removed concept of state on project.task (and propagated report)
Removed python inheritance towards base_stage (specific code will be re-added)

bzr revid: tde@openerp.com-20130626132519-988nfq8pw8h8c8e8
2013-06-26 15:25:19 +02:00
Olivier Dony 0f983a0146 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9183
rev-id launchpad_translations_on_behalf_of_openerp-20130531070107-7d2k818beg8965ll

bzr revid: odo@openerp.com-20130603121852-jdl6vlo9dmjk0rlc
2013-06-03 14:18:52 +02:00
Martin Trigaux 7b4cdfdb53 [MERGE] [FIX] project: Cumulative flow report shows create button on the tree view which is of no use on analysis report
bzr revid: mat@openerp.com-20130528122126-b081huv307ydxtzl
2013-05-28 14:21:26 +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
Somesh Khare (OpenERP) 0118a9640e [FIX] project: Cumulative flow report shows create button on the tree view which is of no use on analysis report(Case; ref 586007)
bzr revid: skh@tinyerp.com-20130213061537-eygstzahil29uf3a
2013-02-13 11:45:37 +05:30
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Fabien Pinckaers 20fefed4c7 [MERGE] create=false
bzr revid: fp@openerp.com-20121010200511-yjmajwybmf3yfitm
2012-10-10 22:05:11 +02:00
Antonin Bourguignon 550d7905b5 [FIX] domain in view
bzr revid: abo@openerp.com-20121010112553-no3nhdvaj5kun1a8
2012-10-10 13:25:53 +02:00
Antonin Bourguignon 42b2412782 [REV] revert the previous 'bugfix' which is not a bugfix; removing a bugged feature doesn't fix anything
also remove whitespaces

bzr revid: abo@openerp.com-20121010111538-03xm67fpc3tljfd4
2012-10-10 13:15:38 +02:00
Antonin Bourguignon fb3a8ca573 [REM] commented code
bzr revid: abo@openerp.com-20121009122349-ex5ypwulksc7ibx4
2012-10-09 14:23:49 +02:00
Antonin Bourguignon 7d4680dadf [MERGE] trunk
bzr revid: abo@openerp.com-20121008152707-23qkh2ozae3bpcbt
2012-10-08 17:27:07 +02: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
Antonin Bourguignon 1cf6c7f877 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120912154911-yx8qrqk855omoqbs
2012-09-12 17:49:11 +02:00
Ajay Chauhan (OpenERP) 4dc1a363f0 [IMP] project: made state field invisible in form & tree view & deleted from search view
bzr revid: cha@tinyerp.com-20120904125233-lq4wh9epkteom0z3
2012-09-04 18:22:33 +05:30
Divyesh Makwana (Open ERP) ab4e0cc0fa [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120820063656-pow5tq7aou2sae9x
2012-08-20 12:06:56 +05:30
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Stephane Wirtel 91f8b5439c [FIX] project*: Replace the labels with 'Partner' by Contact
bzr revid: stw@openerp.com-20120809105009-0f7mw99dnavgs01s
2012-08-09 12:50:09 +02:00
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +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 1414890827 [FIX] project typo
bzr revid: jam@tinyerp.com-20120724040242-5ydj706e9a49d5zc
2012-07-24 09:32:42 +05:30
Turkesh Patel (Open ERP) dd29fbd57a [IMP] project: improved search view.
bzr revid: tpa@tinyerp.com-20120723063424-40x845p64en9aoto
2012-07-23 12:04:24 +05:30
Divyesh Makwana (Open ERP) e2ba0eb95c [IMP] project : Revert the unneccessary changes.
bzr revid: mdi@tinyerp.com-20120709131259-c9fl7g3hgwhxutgb
2012-07-09 18:42:59 +05:30
Hardik 0c9c22e539 [FIX] project :KeyError: 'company_id' when group by 'Company'
lp bug: https://launchpad.net/bugs/1022496 fixed

bzr revid: hsa@tinyerp.com-20120709114152-s9mv0m67b2r5v63r
2012-07-09 17:11:52 +05:30
Divyesh Makwana (Open ERP) 63ee6a74a9 [IMP] project : column project_task_history_cumulative.project_id does not exist.
lp bug: https://launchpad.net/bugs/1022509 fixed

bzr revid: mdi@tinyerp.com-20120709113954-l17wlurxovz6z05i
2012-07-09 17:09:54 +05:30