odoo/addons/account_asset
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-22 07:52:47 +00:00
report [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
security kill the executable bit on things that are clearly not executables or scripts 2013-01-03 18:10:05 -05:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [MERGE] account_asset: clean yml tests 2011-12-20 11:08:42 +01:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [FIX] account_asset: remove 'x' flag on .xml and .py files 2011-09-22 11:44:06 +02:00
__openerp__.py [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate 2012-08-22 18:32:32 +05:30
account_asset.py [FIX] code cleanup (addon account_asset) 2014-05-07 15:45:44 +02:00
account_asset_demo.xml [TEST] asset: fix demo data to use relative date to prevent unit test failure on january, 1st 2013-01-02 12:46:19 +01:00
account_asset_invoice.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_asset_invoice_view.xml [FIX] Adding asset category in supplier invoice form 2013-05-08 14:51:01 +05:30
account_asset_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00