odoo/addons/note
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
..
i18n Launchpad automatic translations update. 2014-04-30 05:40:14 +00:00
security [IMP] note: user_id owner field added in model, allowing to tune a bit 2014-02-19 12:13:30 +01:00
static [FIX] en_US typos - opw 606919 2014-04-22 10:58:37 +02:00
tests [FIX] note: copy default stages as SUPERUSER_ID to avoid access error. Only do it for employees 2013-10-09 18:29:20 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py initial note push 2012-08-13 19:04:29 +02:00
__openerp__.py [MERGE] saas-4 report_webkit missing dependency on report 2014-05-01 18:11:56 +02:00
note.py [MERGE] forward port of branch saas-3 up to revid 9429 chs@openerp.com-20140424123538-rxk9got9k2on1ki1 2014-04-24 15:45:33 +02:00
note_data.xml [FIX] note: notes without user's stage are added to the first user's stage (sort by sequence) 2013-04-22 13:24:38 +02:00
note_demo.xml [TYPO] Rename base_calendar into calendar 2013-12-19 15:47:39 +01:00
note_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00