Commit Graph

69 Commits

Author SHA1 Message Date
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
Fabien Meghazi 87378aac26 Convert form views @version="6.1" 2014-06-12 13:55:40 +02:00
Fabien Meghazi 1ac928af05 Set old form views as explicit @version="6.1" 2014-06-11 14:04:02 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Fabien Pinckaers fc9f8491fe [MERGE] related not in 'More...'
bzr revid: fp@tinyerp.com-20120927173641-i503k4kycnwjyefj
2012-09-27 19:36:41 +02:00
Bharat Devnani (OpenERP) 2bd84c5d96 [IMP] removed redundant buttons from more and kept some buttons in form view
bzr revid: bde@tinyerp.com-20120921065300-d4pcpordc4xmczd3
2012-09-21 12:23:00 +05:30
Twinkle Christian (OpenERP) 721adad01e [IMP]Remove type field from the whole hr module
bzr revid: tch@tinyerp.com-20120808124839-ecd1uic8mscg3s7f
2012-08-08 18:18:39 +05:30
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
Turkesh Patel (Open ERP) b2d728f7ce [IMP] hr_timesheet_invoice: improved search views.
bzr revid: tpa@tinyerp.com-20120720112627-43b2e5tnmtvtfaln
2012-07-20 16:56:27 +05:30
Quentin (OpenERP) 46f2c2c9ca [IMP] improvements during code review
bzr revid: qdp-launchpad@openerp.com-20120628121820-r8bxfzq38fy8pcgt
2012-06-28 14:18:20 +02:00
Sanjay Gohel (Open ERP) 7ed6f5052d [IMP]remove all select=1 and select=2
bzr revid: sgo@tinyerp.com-20120628061736-ujwe0swulvrcrkjt
2012-06-28 11:47:36 +05:30
Amit Patel (OpenERP) 3c7cd469e6 [MERGE]
bzr revid: apa@tinyerp.com-20120622090553-lkvmsz12ooao1lug
bzr revid: apa@tinyerp.com-20120625050407-vfjnqgnqexrfvr8d
2012-06-25 10:34:07 +05:30
Quentin (OpenERP) c9ef276770 [REF] search views: removed filter_domain if only one element was inside + made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622102959-fhc1oe2w8in8y6v2
2012-06-22 12:29:59 +02:00
Purnendu Singh (OpenERP) 2663cbca6e [MERGE] hr_*: make some improvements and Merge cha branch
bzr revid: psi@tinyerp.com-20120615125750-7yanak6d4282nk4u
2012-06-15 18:27:50 +05:30
Ajay Chauhan (OpenERP) 6db119b7d8 [IMP]hr_* : improve search code in xml
bzr revid: cha@tinyerp.com-20120613124157-z5zpn42aao3w3cf2
2012-06-13 18:11:57 +05:30
Sanjay Gohel (Open ERP) 0661e8056d [IMP]default account_id set in timesheet view
bzr revid: sgo@tinyerp.com-20120604115138-pitt1dq5x0yzqpmy
2012-06-04 17:21:38 +05:30
Divyesh Makwana (Open ERP) a4d9633118 [IMP] hr_timesheet_invoice : Removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120522072416-00ijo6jf6k0al61p
2012-05-22 12:54:16 +05:30
Meera Trambadia (OpenERP) 259b50bacf [IMP] hr, hr_timesheet_invoice:- changed reporting menu name and parent
bzr revid: mtr@tinyerp.com-20120228063754-63bom71g5d943roa
2012-02-28 12:07:54 +05:30
Fabien Pinckaers 666f205e9f fix
bzr revid: fp@tinyerp.com-20111116151259-g6792c8o8yindrdq
2011-11-16 16:12:59 +01:00
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Xavier Morel 9888008e74 [FIX] pie chart composition: groups don't make sense, 2 value fields don't either
bzr revid: xmo@openerp.com-20110513132417-mfxd2wvyn0dx3cs2
2011-05-13 15:24:17 +02:00
Xavier Morel 256fdc4538 [FIX] account_payment, hr_timesheet_invoice: the root of search views is a search element, not form; form/@select does not make sense in search views
bzr revid: xmo@openerp.com-20110315192225-7h12vil8l756bnav
2011-03-15 20:22:25 +01:00
Xavier Morel 4e6a9ea55c [REM] all @col and @colspan attributes on groups in search views: search views are not laid out by columns, therefore these attributes do not belong
bzr revid: xmo@openerp.com-20110315140859-uh9w3exdit84qz47
2011-03-15 15:08:59 +01:00
Xavier Morel 8141573dee [REM] attribute 'select' on field elements in search views, this attributes makes no sense
bzr revid: xmo@openerp.com-20110315124111-c79fxotsc0tk011q
2011-03-15 13:41:11 +01:00
Xavier Morel 6ff62c43da [IMP] remove apparently unused 'separator' attribute on some filter elements, tightening the RNG
bzr revid: xmo@openerp.com-20110314175430-zmitioduzwmn9de4
2011-03-14 18:54:30 +01:00
Fabien Pinckaers f59a2f1d7c [IMP] removed unused objects/reports
bzr revid: fp@tinyerp.com-20101230072125-3md9f6t8t5c3h8iv
2010-12-30 08:21:25 +01:00
Xavier Morel f21577dde9 [REM] all @default attributes: they should not be there and they aren't handled by the GTK client (as far as I know)
bzr revid: xmo@openerp.com-20101208102305-yd96zmg10exredgq
2010-12-08 11:23:05 +01:00
Vir (Open ERP) 408e499131 [Merge]
bzr revid: vir@tinyerp.com-20101015104603-c5l8sr53w2wof27o
2010-10-15 16:16:03 +05:30
Jigar Amin 114843c9f2 [IMP] filter on Current Month in report view in addons
bzr revid: jam@tinyerp.com-20101013131343-gkqnw9awzt341jy9
2010-10-13 18:43:43 +05:30
DBR (OpenERP) 0e53783ff2 [MOD/IMP]: Usability Improvement, Change Icon of Analytic account Filter/Button
bzr revid: dbr@tinyerp.com-20101013062906-lted0vxn51u52o8d
2010-10-13 11:59:06 +05:30
ARA (OpenERP) c791e55ef6 [IMP] Account: Access rights for Analytic Account (Add analytic group on all modules) where this field appear
bzr revid: ara@tinyerp.com-20101004111344-8rx877ce28g5eigv
2010-10-04 16:43:44 +05:30
aag (OpenERP) 3833852f93 <act_window domain converted to context is done
bzr revid: aag@tinyerp.co.in-20100928131710-vlmxr9qq040kj7bu
2010-09-28 18:47:10 +05:30
Vir (Open ERP) 518d5c0018 [IMP/MOD] hr__* : Extended filter option set before group by in search view
bzr revid: vir@tinyerp.com-20100927063709-stm755mntl90jzem
2010-09-27 12:07:09 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
PSI(OpenERP) 2f80a95c91 [IMP] Analytic account with group extended with all modules where it refrence
bzr revid: mra@mra-laptop-20100817111335-8zu0l0tqno8dj5u9
2010-08-17 16:43:35 +05:30
Vir (Open ERP) a3a853160f [MOD] hr_* : modification in hr access rights
bzr revid: vir@tinyerp.com-20100804053050-r7qbfr2q87e2zddm
2010-08-04 11:00:50 +05:30
AMP(OpenERP) 4f02237856 [RENAME] From Extended option to Extended Filters, in all search views
bzr revid: vir@tinyerp.com-20100730110414-dfpapk594677vfsm
2010-07-30 16:34:14 +05:30
psi (Open ERP) 18e0728ccb [IMP] hr_*: changes accourding to the Piratepad
bzr revid: psi@tinyerp.co.in-20100630124520-hr4ktw5yocnt9ijy
2010-06-30 18:15:20 +05:30
uco (OpenERP) 7095168648 [IMP]: Changed sequences of all main menus.
bzr revid: uco@tinyerp.com-20100617121652-5n6zb5zbk07pztn3
2010-06-17 17:46:52 +05:30
uco (OpenERP) 2a29eb4566 [MERGE]: Merged with trunk-addons
bzr revid: uco@tinyerp.com-20100616115456-xhcg3wah0vwnk01q
2010-06-16 17:24:56 +05:30
uco (OpenERP) 2bfffa9e1a [IMP] mrp, purchase, stock, hr, project: Re-organized menus.
bzr revid: uco@tinyerp.com-20100616114359-5l1fa5ht1k59wvlr
2010-06-16 17:13:59 +05:30
Vir (Open ERP) e28676b821 [MOD,IMP] point_of_sale : improvements in pos order report, account,hr,mrp,project,stock: changes in icons
bzr revid: vir@tinyerp.com-20100616114141-l6nbfgc6wsof1hzh
2010-06-16 17:11:41 +05:30
Vir (Open ERP) 47b0585fb5 [IMP,MOD] hr_timesheet_invoice,project : Icon modified. event : icon changed to new icons
bzr revid: vir@tinyerp.com-20100604073254-tu5cuv89s6ipikt5
2010-06-04 13:02:54 +05:30
Vir (Open ERP) 222abd4e03 [MOD,IMP] hr_expense,hr_holidays,hr_recruitment,hr_timesheet,hr_timesheet_invoice_hr_timesheet_sheet : Icons are changed to new icons
bzr revid: vir@tinyerp.com-20100604060225-0q1hy0m129m3ifah
2010-06-04 11:32:25 +05:30
Vir (Open ERP) 06b5dc6d57 [Merge] Usability changes
bzr revid: vir@tinyerp.com-20100602133411-rlijqoxpuxkp3n00
2010-06-02 19:04:11 +05:30
mra (Open ERP) 850bb48ef4 [IMP] hr_timesheet_sheet: View improve (Ref: PSI)
bzr revid: mra@tinyerp.com-20100528114857-9fbov2scutngzhdo
2010-05-28 17:18:57 +05:30
mra (Open ERP) 45df657eb9 [MERGE]
bzr revid: mra@tinyerp.com-20100526045215-2yitn5wri6b18zwl
2010-05-26 10:22:15 +05:30
hmo 62a86ade0d [MERGE] merged useabiity work from lp:~openerp-commiter/openobject-addons/trunk_useability_addons/
bzr revid: hmo@hmo-20100525163303-0la5uyj7e23dgvk9
2010-05-25 22:03:03 +05:30
hmo e11cabf227 [MERGE] improvement in search view ,group by expand=1 and extended options expand=0
bzr revid: hmo@hmo-20100525080645-cekihacs169j9m1b
2010-05-25 13:36:45 +05:30
hmo 9330c43cda [MERGE] merged lp:~openerp/openobject-addons/trunk
bzr revid: hmo@hmo-20100524091232-ko5oezpr7j866ngo
2010-05-24 14:42:32 +05:30