odoo/addons/project_issue
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 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-26 10:06:31 +02:00
security [FIX] project, task, issue, portal: fixed access rules for employees/portal users + added an help on privacy_visibility. 2013-04-26 15:02:59 +02:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [FIX] project_issue: remove test checking the convert_issue_task feature 2013-11-21 16:53:24 +01:00
__init__.py
__openerp__.py [rem]:project and project_issue:remove project and project_issue dashboard and images 2014-01-30 10:46:11 +05:30
project_issue.py [CLEAN] crm, hr_recruitmnet, project: cleaned priority / kanban state in kanban views 2014-05-08 17:25:36 +02:00
project_issue_data.xml [CLEAN] crm, hr_recruitmnet, project: cleaned priority / kanban state in kanban views 2014-05-08 17:25:36 +02:00
project_issue_demo.xml [RENAME] sale_team renamed to sales_team. Update module name, file name and reference to the module. 2014-05-12 10:37:47 +02:00
project_issue_menu.xml [CLEAN] addons: various linkt cleanup (indentation, spaces, ...). 2013-04-03 10:10:09 +02:00
project_issue_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP] cleaned ir.actions.todo to launch newly installed application 2012-09-16 13:42:49 +02:00