odoo/addons/marketing_campaign
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
test [FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message 2012-08-24 14:01:02 +02:00
__init__.py [IMP] Removed the History tab from customer form. 2013-03-26 17:08:12 +05:30
__openerp__.py [IMP] Removed the History tab from customer form. 2013-03-26 17:08:12 +05:30
marketing_campaign.py [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
marketing_campaign_data.xml [IMP] marketing_campaign: another round of reviewing/improvements: 2010-09-13 02:43:37 +02:00
marketing_campaign_demo.xml [MERGE] forward port of branch 7.0 up to revid 9636 mat@openerp.com-20131122165504-tmbg0ixhqed4kdkz 2013-11-22 20:31:22 +01:00
marketing_campaign_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
marketing_campaign_workflow.xml [IMP] remove a bunch of wtf comments in XML (horrifying things like === comment === or --- comment ---, without any XML comment tags) 2012-07-25 20:16:10 +02:00