odoo/addons/stock
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
..
controllers Seperate assets_common from other bundles 2014-05-20 17:06:25 +02:00
doc [REF] stock: small code refactoring 2014-04-28 11:27:26 +02:00
i18n Launchpad automatic translations update. 2014-05-18 05:53:48 +00:00
report Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
security [IMP] Add security rules from bzr branch 2014-05-21 17:34:19 +02:00
static [FIX]barcode interface: allow to enter float quantity 2014-05-08 14:37:56 +02:00
test [IMP] Add test and moves state should only be recalculated after the quants have been moved 2014-04-18 10:35:39 +02:00
views [IMP] Location barcode 2014-05-29 14:58:48 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [FIX]stock_barcode_interface: rework of the barcode interface to use bootstrap only 2014-02-26 17:10:03 +01:00
__openerp__.py [IMP] Location barcode 2014-05-29 14:58:48 +02:00
partner.py [WIP] split stock module in stock and stock_account that installs itself only if account+stock are installed 2013-07-11 15:05:28 +02:00
partner_view.xml
procurement.py [FIX] procurement: restore fixes for background procurement from rev.9b6f5dc, accidentally reverted by v8 WMS branch 2014-06-02 19:47:03 +02:00
procurement_demo.xml [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route) 2013-09-09 13:55:15 +02:00
product.py [MERGE] master 2014-05-30 17:05:44 +02:00
product_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_config.py [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes 2014-04-16 16:53:13 +02:00
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock.py [MERGE] forward port of branch saas-4 up to 65f68c1 2014-06-03 19:45:19 +02:00
stock_data.xml [REF] stock: removal of unused decimal.precision 2014-04-17 10:17:07 +02:00
stock_data.yml [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes 2014-04-16 16:53:13 +02:00
stock_demo.xml [FIX] stock, inventory management 2014-04-09 15:08:59 +02:00
stock_demo.yml [IMP] bring back the tests - backported from little after v7.0 in the trunk 2014-04-04 11:24:09 +02:00
stock_demo_pre.yml [FIX] Split demo_pre.yml in stock_data.xml for ir_model_data 2013-10-28 11:39:06 +01:00
stock_incoterms.xml
stock_location_demo_cpu1.xml [MERGE]with main 2013-12-12 14:15:43 +05:30
stock_location_demo_cpu3.yml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_orderpoint.xml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_orderpoint.yml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_report.xml [IMP] Location barcode 2014-05-29 14:58:48 +02:00
stock_sequence.xml [WIP] Remove stock_journal, change name and origin of created procurement, remove some remaining picking in/out, add sequence on dropship 2013-07-25 16:43:35 +02:00
stock_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00