odoo/addons/stock_landed_costs
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
..
security [ADD] stock_landed_costs : Added the access rights. 2014-04-24 17:10:17 +05:30
__init__.py [ADD] stock_landed_costs : Added the stock_landed_costs module. 2014-04-08 17:09:35 +05:30
__openerp__.py [IMP] stock_landed_costs: added short module description 2014-05-08 16:19:56 +02:00
product.py [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
product_view.xml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
stock_landed_costs.py [IMP] Minor spellchecking/cleanup/nitpicking while reviewing new v8 WMS 2014-05-08 16:39:40 +02:00
stock_landed_costs_data.xml [MERGE] stock_landed_costs: better usability 2014-04-25 14:46:34 +02:00
stock_landed_costs_sequence.xml [ADD] Added sequence on Stock Landed Cost and added Landed Cost type Configuration view and improved product view 2014-04-25 16:19:45 +05:30
stock_landed_costs_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00