Merge pull request #272 from odoo-dev/master-inline-searchview-ged
authorged-odoo <ged@odoo.com>
Thu, 12 Jun 2014 14:27:11 +0000 (16:27 +0200)
committerged-odoo <ged@odoo.com>
Thu, 12 Jun 2014 14:27:11 +0000 (16:27 +0200)
commit74168c4e9d1527cfdd62aae5e37ca3bfd4f584c3
tree6f11de511ecebc37aa539be6eb99ee8e7085e7ab
parent64b78b34d6427a4756dd652b21ab24c291a0110e
parentc73736694e7f99cbd5052de278c88c9efd160add
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.
76 files changed:
addons/account/account_invoice_view.xml
addons/account/account_view.xml
addons/account/project/project_view.xml
addons/account_analytic_analysis/account_analytic_analysis_view.xml
addons/account_analytic_default/account_analytic_default_view.xml
addons/account_bank_statement_extensions/account_bank_statement_view.xml
addons/account_followup/account_followup_customers.xml
addons/account_payment/account_payment_view.xml
addons/account_voucher/account_voucher_view.xml
addons/account_voucher/voucher_payment_receipt_view.xml
addons/account_voucher/voucher_sales_purchase_view.xml
addons/calendar/base_calendar_view.xml
addons/calendar/calendar_view.xml
addons/crm/crm_lead_view.xml
addons/crm/crm_phonecall_view.xml
addons/crm_claim/crm_claim_view.xml
addons/crm_helpdesk/crm_helpdesk_view.xml
addons/document/document_view.xml
addons/event/event_view.xml
addons/fleet/fleet_view.xml
addons/gamification/views/challenge.xml
addons/gamification/views/goal.xml
addons/hr/hr_view.xml
addons/hr_attendance/hr_attendance_view.xml
addons/hr_contract/hr_contract_view.xml
addons/hr_evaluation/hr_evaluation_view.xml
addons/hr_expense/hr_expense_view.xml
addons/hr_holidays/hr_holidays_view.xml
addons/hr_payroll/hr_payroll_view.xml
addons/hr_recruitment/hr_recruitment_view.xml
addons/hr_timesheet/hr_timesheet_view.xml
addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml
addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml
addons/im_livechat/im_livechat_view.xml
addons/l10n_be_coda/l10n_be_coda_view.xml
addons/l10n_in_hr_payroll/l10n_in_hr_payroll_view.xml
addons/lunch/lunch_view.xml
addons/mail/mail_alias_view.xml
addons/mail/mail_mail_view.xml
addons/mail/mail_message_view.xml
addons/marketing_campaign/marketing_campaign_view.xml
addons/mass_mailing/views/mass_mailing.xml
addons/membership/membership_view.xml
addons/mrp/mrp_view.xml
addons/mrp_operations/mrp_operations_view.xml
addons/mrp_repair/mrp_repair_view.xml
addons/note/note_view.xml
addons/payment/views/payment_acquirer.xml
addons/point_of_sale/point_of_sale_view.xml
addons/project/project_view.xml
addons/project_issue/project_issue_view.xml
addons/purchase/purchase_view.xml
addons/purchase_requisition/purchase_requisition_view.xml
addons/resource/resource_view.xml
addons/sale/sale_view.xml
addons/stock/stock_view.xml
addons/stock_account/wizard/stock_valuation_history_view.xml
addons/stock_landed_costs/stock_landed_costs_view.xml
addons/stock_picking_wave/stock_picking_wave_view.xml
addons/subscription/subscription_view.xml
addons/survey/views/survey_views.xml
addons/web/static/src/js/view_form.js
addons/website_blog/views/website_blog_views.xml
addons/website_certification/views/website_certification_views.xml
addons/website_event_track/views/event_backend.xml
addons/website_forum/views/forum.xml
openerp/addons/base/ir/ir_attachment_view.xml
openerp/addons/base/ir/ir_cron_view.xml
openerp/addons/base/ir/ir_filters.xml
openerp/addons/base/ir/ir_logging_view.xml
openerp/addons/base/ir/ir_model_view.xml
openerp/addons/base/ir/ir_ui_view_view.xml
openerp/addons/base/ir/ir_values_view.xml
openerp/addons/base/module/module_view.xml
openerp/addons/base/res/res_partner_view.xml
openerp/addons/base/workflow/workflow_view.xml