odoo/addons/mail
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 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10025 rev-id odo@openerp.com-20140430102552-qkwv20b20nve64th 2014-04-30 13:00:48 +02:00
data [IMP] typo error message and validateError and typo in chatter msg 2014-04-21 12:20:09 +05:30
doc [IMP] mail docs 2014-05-12 10:55:46 +02:00
i18n Launchpad automatic translations update. 2014-05-14 06:20:49 +00:00
report
security [IMP]: reduce rpc call , add options 'display_log_button' on field, 2013-09-23 19:02:01 +05:30
static [IMP] removes useless css 2014-06-11 13:59:08 +02:00
tests [MERGE] [IMP] mail: Inbox usability improvements : 2014-04-17 11:41:33 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [IMP] shop: added openchatter on product shop 2014-01-06 14:57:27 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
ir_attachment.py [FIX] mail,website_sale: rename file_type to file_type_icon to avoid name conflict with file_type field added by document module 2014-02-28 15:22:33 +01:00
mail_alias.py [MERGE] [IMP] mail, report_webkit: view improvements + better name_get for mail and aliases. 2014-05-09 12:23:55 +02:00
mail_alias_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
mail_followers.py [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
mail_followers_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
mail_group.py [IMP] mail_group: as they are now mailing list, avoid having automatic 2014-03-20 16:08:55 +01:00
mail_group_menu.py
mail_group_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
mail_mail.py [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
mail_mail_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
mail_message.py [IMP]: improve code 2014-05-06 17:52:30 +05:30
mail_message_subtype.py [IMP] mail: subtype model: cleaning + improved form view to add the new fields 2014-02-21 12:29:04 +01:00
mail_message_subtype.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
mail_message_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
mail_thread.py [IMP] project: task: added reviewer_id field, linking towards a res.users, that is the 2014-06-11 10:40:39 +02:00
mail_thread_view.xml [MERGE] Sync with trunk 2013-06-06 15:53:13 +02:00
mail_vote.py
res_config.py [MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi 2014-05-07 17:33:48 +02:00
res_config_view.xml [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
res_partner.py [MERGE] [IMP] mail: Inbox usability improvements : 2014-04-17 11:41:33 +02:00
res_partner_view.xml [IMP] change field name notificatio_email_send to notify_email and none selection key instead of never 2014-04-09 15:46:04 +05:30
res_users.py [MRG] merge with main branch 2014-04-14 12:48:01 +05:30
res_users_view.xml [IMP] change field name notificatio_email_send to notify_email and none selection key instead of never 2014-04-09 15:46:04 +05:30
update.py [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01:00