odoo/addons/membership
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 [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
static/img [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
test [IMP] cleanup of Yaml files: do not translate assert messages 2013-03-21 14:18:24 +01:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [MERGE]sync with trunk and resolve conflicts. 2014-02-10 14:18:03 +05:30
membership.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
membership_demo.xml [MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9144 revid:dle@openerp.com-20140310133913-465x5t3n1bo7fu98 2014-03-10 15:36:00 +01:00
membership_demo.yml [IMP]Improved code. 2013-10-31 16:17:19 +05:30
membership_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00