odoo/addons/crm_partner_assign
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 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-26 10:06:31 +02:00
security [FIX] duplicate xmlid 2014-05-26 14:25:37 +02:00
test [RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation issue 2013-06-20 19:53:26 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation issue 2013-06-20 19:53:26 +02:00
__openerp__.py [FIX] crm_partner_assign missing js file 2014-04-24 23:24:15 +02:00
crm_lead.py [FIX]crm_partner_assign: use the probability of the stage of the lead instead of the probability ofthe lead directly to choose the lead to reassign, in case of the data is not correct in database (lead probability null, for instance) 2013-11-20 18:00:02 +01:00
crm_lead_demo.xml [RENAME] sale_team renamed to sales_team. Update module name, file name and reference to the module. 2014-05-12 10:37:47 +02:00
crm_lead_view.xml [FIX] crm_partner_assign: remove readonly of partner latitude and longitude, otherwise it is not possible to set the geolocation manually, and impossible to reset the geolocation if it is wrong 2014-03-12 16:07:36 +01:00
crm_partner_assign.py [FIX] crm_partner_assign: fixed search on res.partner still using deprecated country field instead of country_id. 2014-06-11 08:59:04 +02:00
crm_partner_assign_data.xml [FIX] {crm,crm_partner_assign}: email.template: filter the whole expression instead of only the last part 2013-11-22 20:44:15 +01:00
crm_portal_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
portal_data.xml [FIX] [IMP] base_geolocalize, crm_partner_assign: fix views + added implemented by / references fields. 2013-10-08 16:57:30 +02:00
res_partner_demo.xml [FIX] website_partner, website_crm_partner_assign, website_membership, website_customer: display partner without break access right 2013-12-05 16:08:01 +01:00
res_partner_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00