odoo/addons/purchase_requisition
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
security [IMP] improve code 2013-02-21 11:47:37 +05:30
static/src/js [FIX]purchase_requisition: tree options is not standard, change approach to OpenERP standard 2013-06-05 09:33:11 +02:00
test [MERGE] merged with main trunk (revision 9186) 2014-02-28 14:15:16 +01:00
views [FIX]purchase_requisition: put js file in a bundle 2014-05-09 11:27:17 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [IMP] Purchase requisition converted to QWeb. Minor changes into purchase_* views 2014-02-14 17:55:50 +01:00
__openerp__.py [FIX]purchase_requisition: put js file in a bundle 2014-05-09 11:27:17 +02:00
purchase_requisition.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
purchase_requisition_data.xml [MERGE] chm - improved subtype - fixes 2012-10-02 22:40:23 +02:00
purchase_requisition_demo.xml [FIX] purchase_requisition: error in report printing 2013-12-11 17:26:30 +01:00
purchase_requisition_report.xml [MERGE] merged with main trunk (revision 9186) 2014-02-28 14:15:16 +01:00
purchase_requisition_sequence.xml merged with trunk 2010-12-30 15:28:09 +05:30
purchase_requisition_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
purchase_requisition_workflow.xml [MERGE] merged csn branch with purchase and purchase tender improvements (workflow, features...) 2013-07-31 19:16:25 +02:00