odoo/addons/project
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
..
doc [DOC] project_issue: added doc for the branch. Project: updated doc. 2013-07-10 15:36:41 +02:00
i18n Launchpad automatic translations update. 2014-05-07 06:27:12 +00:00
report [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
security [MERGE] saas-4 report_webkit missing dependency on report 2014-05-01 18:11:56 +02:00
static [FIX]bootstrap tooltip cleaned from trunk-tipsy-to-bootstrap 2014-04-17 11:05:15 +02:00
tests [FIX] [TESTS] project, hr_holidays and portal-related modules: fixed tests, because the raised errors have been updated 2013-12-06 13:57:51 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py
__openerp__.py [MERGE] upstream 2014-04-29 17:41:04 +02:00
company.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
project.py [IMP] project: task: added reviewer_id field, linking towards a res.users, that is the 2014-06-11 10:40:39 +02:00
project_data.xml [CLEAN] crm, hr_recruitmnet, project: cleaned priority / kanban state in kanban views 2014-05-08 17:25:36 +02:00
project_demo.xml [IMP]improved value of demo data and selection field 2014-01-08 16:10:29 +05:30
project_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
res_config.py [REMOVE]removed module_project_long_term field from project/resconfig_view as well as from resconfig_py. 2014-04-09 16:47:38 +05:30
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_partner.py [FIX] code cleanup (addon project) 2014-05-07 10:55:35 +02:00
res_partner_view.xml [IMP] convert button into stat button for customer 2014-03-20 19:14:14 +05:30