odoo/addons/account_followup
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 [MERGE] forward port of branch saas-1 up to revid 8745 chs@openerp.com-20130613181503-82234mo34wxb0oap 2013-06-14 11:19:24 +02:00
test [FIX]account_followup : fix bug in test where year was hardcoded and it is not the case in the demo data 2013-01-02 10:34:05 +01:00
tests [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
views [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [FIX] unmutable default in the remaining modules 2012-03-05 19:40:03 +01:00
__openerp__.py [Fix] Fixed an issue occured as branch merged with main 2014-04-11 12:45:43 +05:30
account_followup.py [MERGE] forward port of branch saas-4 up to revid 9410 chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1 2014-05-07 19:01:12 +02:00
account_followup_customers.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
account_followup_data.xml [FIX] email.template: add missing parenthesis to filter all data on email and not the last one 2013-11-22 11:45:09 +01:00
account_followup_demo.xml [IMP] currencies in mails + minor 2012-12-06 17:40:06 +01:00
account_followup_reports.xml [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_followup_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_config_view.xml [IMP]Improved view of followup level and set method on link to open form view of followup level 2014-03-13 16:56:25 +05:30