odoo/addons/mass_mailing
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
..
controllers [FIX] mass_mailing: newsletter snippet: 2014-06-03 15:21:29 +02:00
data [FIX] website_mail: fixed template choice and body duplication in the email designer that was buddy; added some css to the page to make it more look like an email designer; also added a demo data for a template for mass mailing contacts in mass_mailing module. 2014-06-03 10:56:05 +02:00
doc [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
models [FIX] mass_mailing: fixed computation of mailing domain when having more than 1 mailing list added in the recipients. A bit longer, but less buggy. 2014-06-04 18:54:20 +02:00
security [REM] mass_mailing: removed report, a graph view on statistics will be sufficient 2014-04-15 11:58:17 +02:00
static [FIX] mass_mailing: newsletter snippet: 2014-06-03 15:21:29 +02:00
tests [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
views Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
__openerp__.py [REV] attempt to revert incorrect removals in f4d78ae738 2014-05-30 16:00:28 +02:00