Commit Graph

116 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 faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +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
Randhir Mayatra rma-openerp 77ff3a69b8 [IMP] improve icons and views
bzr revid: rma@tinyerp.com-20140328133051-2amm63n2vy3bj3xe
2014-03-28 19:00:51 +05:30
Yogesh Parekh (OpenERP) 3897de56b7 [IMP]: Convert buttons into stat buttons in hr modules
bzr revid: ypa@tinyerp.com-20140326120056-qqauj7pmhf0uxhuj
2014-03-26 17:30:56 +05:30
Thibault Delavallée 923028c4db [CLEAN] hr: review and cleaning before merging
- hr.py: small cleaning of job code + method renaming + context propagation + compat-mode for
method renaming
- hr_view: job_id on employee form is no longer 'no_open', because otoherwise it is impossible
to see jobs. Removed simplified form for job. Better form for job, recruitmnet-related stuff
is invisible when job is 'open'.

bzr revid: tde@openerp.com-20140210161326-c9qqff69squehg9v
2014-02-10 17:13:26 +01:00
Amit Bhavsar (Open ERP) 34f15e56d9 [HR] Improve view,title,tooltip and code.
bzr revid: amb@tinyerp.com-20130626121617-17i92ua5yty8htwu
2013-06-26 17:46:17 +05:30
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) f46b934a7a [IMP] removed same buttons from More button located at top
bzr revid: bde@tinyerp.com-20120919132454-vic77ff22hjro39t
2012-09-19 18:54:54 +05:30
Amit Patel e6afcac5fd [MERGE]:employee should not access timesheets from the timesheets menu or also payslip
bzr revid: apa@tinyerp.com-20120917122012-rbkf1skp1oeevh5h
2012-09-17 17:50:12 +05:30
Amit Patel (OpenERP) 59aac0beb4 [IMP]:improved code
bzr revid: apa@tinyerp.com-20120907084310-nl68lqrpf7exzjls
2012-09-07 14:13:10 +05:30
Sanjay Gohel (Open ERP) cf4209ab9b [IMP]improve he employee form view as per mockup
bzr revid: sgo@tinyerp.com-20120906111721-17ev5r0qufc9u4vd
2012-09-06 16:47:21 +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
vta vta@openerp.com 264d2c3365 [MERGE] Trunk.
bzr revid: vta@openerp.com-20120730123628-49rirhupbwqfzr0r
2012-07-30 14:36:28 +02:00
Mayur Maheshwari (OpenERP) 8903313f8f [IMP]hr_all: fix some traceback issue related to hr module
bzr revid: mma@tinyerp.com-20120723063055-bfxz1s0kj8hb8lnn
2012-07-23 12:00:55 +05:30
Turkesh Patel (Open ERP) 4429ce743e [IMP] hr_contract: improved search views.
bzr revid: tpa@tinyerp.com-20120720102210-9tjwcd5hc709lrv5
2012-07-20 15:52:10 +05:30
Quentin (OpenERP) e93b1c9dbf [IMP] hr_contract: usability, review of hr.contract form view
bzr revid: qdp-launchpad@openerp.com-20120706144019-lf4avjk3kc6vcapk
2012-07-06 16:40:19 +02:00
Quentin (OpenERP) e6ef77b047 [MERGE] hr review of form views
bzr revid: qdp-launchpad@openerp.com-20120705092921-0edv4n7z0392ia83
2012-07-05 11:29:21 +02:00
Quentin (OpenERP) 6867bc1375 [IMP] review of some hr form view
bzr revid: qdp-launchpad@openerp.com-20120704162910-zatsmoxyu2reaab2
2012-07-04 18:29:10 +02:00
Sanjay Gohel (Open ERP) 900081de80 [MERGE]merge with trunk addons
bzr revid: sgo@tinyerp.com-20120704125902-wf202qb5p14iew7n
2012-07-04 18:29:02 +05:30
Sanjay Gohel (Open ERP) faddab4935 [IMP]reorganize group in contract form and remove total from my timesheet
bzr revid: sgo@tinyerp.com-20120629064443-kwyp4r59620qse3k
2012-06-29 12:14:43 +05:30
Amit Patel (OpenERP) 1325558868 [IMP]:improved HR Application view after reviewed
bzr revid: apa@tinyerp.com-20120628131210-gpy7i3d2ekg6b7da
2012-06-28 18:42:10 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Amit Patel (OpenERP) 87e079367a [IMP]:hr,hr_contract:improved view
bzr revid: apa@tinyerp.com-20120625062922-lvv1arp9yr7z801y
2012-06-25 11:59:22 +05:30
Amit Patel (OpenERP) 0b367184b5 [IMP]:hr_contract:improved view
bzr revid: apa@tinyerp.com-20120625055531-y9w9vwztzrgrl99l
2012-06-25 11:25:31 +05:30
Amit Patel (OpenERP) 5e12f8dbf6 [MERGE]
bzr revid: apa@tinyerp.com-20120625045019-86qrhmewdodwbbis
2012-06-25 10:20:19 +05:30
Amit Patel (OpenERP) b6b97caa6b [IMP]:hr_contract:improved view
bzr revid: apa@tinyerp.com-20120622132735-hds4xywi4rckbuq8
2012-06-22 18:57:35 +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
Sanjay Gohel (Open ERP) 3f068c097b [IMP]Payslip Info and Advantage should be in 2 columns
bzr revid: sgo@tinyerp.com-20120621065608-5mw14bj3iwec2z0o
2012-06-21 12:26:08 +05:30
Purnendu Singh (OpenERP) 2e3728db21 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120619050100-26hsypt5z491kbje
2012-06-19 10:31:00 +05:30
Stephane Wirtel 9ed4ca5dca [MERGE] lp:~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp
bzr revid: stw@openerp.com-20120618085532-coxsmpot2dz0er1m
2012-06-18 10:55:32 +02:00
Purnendu Singh (OpenERP) 4395463c57 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120618070239-h6zjmw4hvn3oq543
2012-06-18 12:32:39 +05:30
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
Jalpesh Patel (OpenERP) 478946c86d [IMP]hr:improve page sheet
bzr revid: pja@tinyerp.com-20120613123644-0na4ddmkjvwpz26m
2012-06-13 18:06:44 +05:30
Sbh (Openerp) 234084df87 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120612105345-d10lp54bywb7y7oz
2012-06-12 16:23:45 +05:30
Fabien Pinckaers 001d2e84c9 [IMP] form views
bzr revid: fp@tinyerp.com-20120607173007-1kihroun2dbacq1c
2012-06-07 19:30:07 +02:00
Kuldeep Joshi (OpenERP) 7496ae5bf0 [IMP] set no one group
bzr revid: kjo@tinyerp.com-20120530101238-atvcsna2vc5jwad9
2012-05-30 15:42:38 +05:30
Jagdish Panchal (Open ERP) 8dc623fb21 [IMP] HR: change sequence of menus and apply group_no_one
bzr revid: jap@tinyerp.com-20120322123823-gpn075d2e09etchq
2012-03-22 18:08:23 +05:30
Jagdish Panchal (Open ERP) 9ab663db09 [IMP] HR: apply group_no_one on menus Categories structure,Job Positions, Contract Types,Attendance Reasons,Stages, Degrees, Sources of Applicants,Salary Structures Hierarchy, Salary Rule Categories, Salary Rule Categories Hierarchy, Salary Rules
bzr revid: jap@tinyerp.com-20120316104313-f3f7234wi8yg98zb
2012-03-16 16:13:13 +05:30
Stephane Wirtel 59aaea47dc [FIX] hr_contract: fix the layout of the hr_contract
bzr revid: stw@openerp.com-20111103145350-6tvy5lvxvx2uee6a
2011-11-03 15:53:50 +01:00
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Quentin (OpenERP) 9ab8acb858 [IMP] hr_contract: added names on page and group of contract view, for xpath
bzr revid: qdp-launchpad@openerp.com-20110914142343-3y2fkxlz1de6iwqj
2011-09-14 16:23:43 +02:00
Quentin (OpenERP) 69b13f877c [IMP] hr_contract: completly removed passport field as it was already present in hr.employee
bzr revid: qdp-launchpad@openerp.com-20110711215710-iqfhdjer7g1tmyml
2011-07-11 23:57:10 +02:00
Quentin (OpenERP) e641b54dac [FIX] hr_contract: passport into char instead of m2o
bzr revid: qdp-launchpad@openerp.com-20110711214754-qafeimh8ksmcp2e4
2011-07-11 23:47:54 +02:00
Quentin (OpenERP) 8d29e89f44 [IMP] hr_contract: changed passport into char field and removed useless object
bzr revid: qdp-launchpad@openerp.com-20110711170401-q71lycboq23izgnv
2011-07-11 19:04:01 +02:00
Quentin (OpenERP) 5ec533eb67 [MERGE] merged main trunk addons branch
bzr revid: qdp-launchpad@openerp.com-20110711163839-v1bdt337kds3072n
2011-07-11 18:38:39 +02:00