Commit Graph

245 Commits

Author SHA1 Message Date
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
Kuldeep Joshi (OpenERP) 36b05a7194 [MERGE] lp:openobject-addons
bzr revid: kjo@tinyerp.com-20120702091329-mur9imoo2v6tb4hc
2012-07-02 14:43:29 +05:30
Kuldeep Joshi (OpenERP) 8407f04694 [IMP] Reporting menu change
bzr revid: kjo@tinyerp.com-20120629104326-1x1ojw0xfegodhm4
2012-06-29 16:13:26 +05:30
Fabien Pinckaers c15de911e5 [IMP] fix project dashboard, removing bad reports, imp dashboard
bzr revid: fp@tinyerp.com-20120628163009-xeiz0xewhqzoimxl
2012-06-28 18:30:09 +02:00
Pinakin Nayi (OpenERP) e65b5db25a [IMP]reporting-checker-wizards-menus
bzr revid: pna@tinyerp.com-20120627115613-e6q3wh7428b217e6
2012-06-27 17:26:13 +05:30
Quentin (OpenERP) 4c104ca727 [IMP] search views: made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622130506-pzz8wqo5p5y902qc
2012-06-22 15:05:06 +02:00
Purnendu Singh (OpenERP) 1c35eb1049 [MERGE] Mearge with main addons
bzr revid: psi@tinyerp.com-20120622055230-trqmxu7r1qtxa0ut
2012-06-22 11:22:30 +05:30
Purnendu Singh (OpenERP) ca7d45dc6b [IMP] project_*: Update search views
bzr revid: psi@tinyerp.com-20120618132437-2yuhcs84vmc768go
2012-06-18 18:54:37 +05:30
Jigar Amin - OpenERP c6d029b263 [MERGE] lp:openobject-addons
bzr revid: jam@tinyerp.com-20120612050628-2la1082qfg9sb0g5
2012-06-12 10:36:28 +05:30
Quentin (OpenERP) 204ce4380a [MERGE] merged with the trunk
bzr revid: qdp-launchpad@openerp.com-20120611124211-kf741tkd3gdsp3ep
2012-06-11 14:42:11 +02:00
Turkesh Patel (Open ERP) c5709c39b1 [IMP] project: improved code.
bzr revid: tpa@tinyerp.com-20120605122745-digl0ttu2fb4nb5v
2012-06-05 17:57:45 +05:30
Turkesh Patel (Open ERP) 521a0e1a66 [IMP] project: improved code.
bzr revid: tpa@tinyerp.com-20120605122654-aqt55mabq4ej0fwz
2012-06-05 17:56:54 +05:30
Amit Patel (OpenERP) 6eb9277f25 [IMP]:resolved project module.
bzr revid: apa@tinyerp.com-20120605102015-gzsm3ofkga2j9e8i
2012-06-05 15:50:15 +05:30
Divyesh Makwana (Open ERP) e98eb11510 [Merge] Merge with main branch.
bzr revid: mdi@tinyerp.com-20120601094937-575f84vxwljlgkpv
bzr revid: mdi@tinyerp.com-20120601123900-0ozu8nlq02upa8xb
bzr revid: mdi@tinyerp.com-20120601124121-oz0cr3gv4acejs7b
2012-06-01 18:11:21 +05:30