Commit Graph

125 Commits

Author SHA1 Message Date
Nicolas Lempereur 6e090f5d5b [FIX] survey: improve printing
Don't use select element when printing a non-filled survey, and small
appearances improvements.

opw-645011
2015-07-24 09:35:02 +02:00
Martin Trigaux 3d908c3379 [FIX] survey: typo in domain 2014-09-18 13:50:20 +02:00
MadeleineHero 2182acb445 [FIX] survey: display_mode is required if question type is simple_choice
Fixes #2461
2014-09-18 13:35:49 +02:00
Richard Mathot 4dec8b54f4 [FIX] survey: mess with JS loading
Since yesterday, JS bundles are now loaded at the end of the webpage.
Old-style modules that hardlink js code in the <head> section are now
broken since they use jQuery's $.
2014-09-17 11:53:14 +02:00
Jeremy Kersten 858f4cecde [IMP] survey: display sum for numerical answers 2014-09-03 11:06:50 +02:00
Thibault Delavallée 5b4f8a6278 [FIX] Survey: typo (en_US wording) 2014-08-27 11:41:51 +02:00
Christophe Simonis fd4fd35e32 [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
Richard Mathot 5e1221b339 [FIX] survey: display comments in results 2014-07-25 14:48:57 +02:00
Richard Mathot 2a02d644a2 [FIX] survey: remove duplicate browse record
The `prepare_result` dict shouldn't keep a browse record of a survey, as it
is explicitely passed to the template by the controller
`survey_reporting`
2014-07-25 13:47:42 +02:00
Richard Mathot b7e62ae3dc [FIX] survey: minor view fixes 2014-07-25 13:47:42 +02:00
Olivier Dony 0f01df42ea [MERGE] Forward-port saas-5 up to f15cbd6 2014-06-12 18:59:15 +02:00
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 64b78b34d6 Merge pull request #505 from odoo-dev/master-form-views-default-version-fme
[IMP] Form views default version is now 7.0
2014-06-12 15:27:24 +02:00
Géry Debongnie 0bcf81f11f Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-06-12 10:44:32 +02:00
Richard Mathot 01cceb37a5 [IMP] survey: better display for survey managers/website editors 2014-06-12 10:18:40 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Richard Mathot 194049df99 [FIX] survey: user-friendly message when login is required 2014-06-11 10:57:03 +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
Richard Mathot (OpenERP) 4aed9ce7e7 [IMP] Score for each question
bzr revid: rim@openerp.com-20140416151320-1zsxsss60zi9w11y
2014-04-16 17:13:20 +02:00
Richard Mathot (OpenERP) 871bb07d65 [IMP] Highlight the right answer in MCQ correction mode
bzr revid: rim@openerp.com-20140416101129-t33z38q7ez0358gh
2014-04-16 12:11:29 +02:00
Richard Mathot (OpenERP) 577245bc66 [REF] Terminology
bzr revid: rim@openerp.com-20140415115017-wfbtidj4eypxyw8r
2014-04-15 13:50:17 +02:00
Richard Mathot (OpenERP) 1085389add [IMP] survey: imp in views to enable better config of quiz mode
bzr revid: rim@openerp.com-20140415091446-hj0xugog2u3almaw
2014-04-15 11:14:46 +02:00
Richard Mathot (OpenERP) 2a8232c25e [IMP] Typo and add link in layout
bzr revid: rim@openerp.com-20140411122620-33rcxanaxhf5qxap
2014-04-11 14:26:20 +02:00
Richard Mathot (OpenERP) 53ad31c18f [FIX] avoid crash when there is 0 pages for surveys
bzr revid: rim@openerp.com-20140410143018-yk0xvelpiuh8bau2
2014-04-10 16:30:18 +02:00
Richard Mathot (OpenERP) 89a60326da [FIXes]
bzr revid: rim@openerp.com-20140410132146-5a0k2n4y8k5fzxts
2014-04-10 15:21:46 +02:00
Richard Mathot (OpenERP) 6d99ca2a1f [FIX] invalid option in question form view
bzr revid: rim@openerp.com-20140409141853-ztj5q5obzlg1dzfk
2014-04-09 16:18:53 +02:00
Richard Mathot (OpenERP) da980ae4b8 [UNIMP] going back to a text field, waiting for a correct datepicker
bzr revid: rim@openerp.com-20140409135713-dm09qs525uw6ap9n
2014-04-09 15:57:13 +02:00
Richard Mathot (OpenERP) 9a23248546 [IMP] Display checkbox to enable quiz mode
bzr revid: rim@openerp.com-20140409093324-e0c2agik0hhjexrb
2014-04-09 11:33:24 +02:00
Richard Mathot (OpenERP) e7766719fe [FIX] Fixing things & views with comment answers
bzr revid: rim@openerp.com-20140409085216-5knre0uoxygunazr
2014-04-09 10:52:16 +02:00
Richard Mathot (OpenERP) 126896311d [FIX] Fixing invitation wizard
bzr revid: rim@openerp.com-20140408150652-i1j4n5t9q1ip5m9c
2014-04-08 17:06:52 +02:00
Richard Mathot (OpenERP) c20659d80a [FIX] Adapting views to the new model
bzr revid: rim@openerp.com-20140408145822-wibmemqh4p028tbw
2014-04-08 16:58:22 +02:00
Richard Mathot (OpenERP) d59fdd8105 [IMP] Fixing views according to mockups
bzr revid: rim@openerp.com-20140408143912-7lctcrrp9cm0kg3r
2014-04-08 16:39:12 +02:00
Richard Mathot (OpenERP) d197bab150 [MERGE][IMP] Reporting system for surveys
bzr revid: rim@openerp.com-20140408135908-0h3qiohc84kx4b2r
2014-04-08 15:59:08 +02:00
Richard Mathot (OpenERP) 33fb17ab9f [IMP] Survey: Lots of usability improvements (wip)
bzr revid: rim@openerp.com-20140407133140-mu2dl1zkq6wazuob
2014-04-07 15:31:40 +02:00
Dharmraj Jhala (OpenERP) 364eb7546a [IMP] removed ajax calls and loaded data while rendering the template
bzr revid: dizzy.zala@gmail.com-20140404051913-ecy6jm62fxacs6me
2014-04-04 10:49:13 +05:30
Dharmraj Jhala (OpenERP) 4e2942d418 [IMP] moved prepare_result and get_input_summary to the model from controller and some other improvements
bzr revid: dizzy.zala@gmail.com-20140403104637-dpqi4euo5czy3rsk
2014-04-03 16:16:37 +05:30
Dharmraj Jhala (OpenERP) 4224b70a76 [MERGE] sync with main branch
bzr revid: dizzy.zala@gmail.com-20140403063106-del7wy7rjqs8n7am
2014-04-03 12:01:06 +05:30
Dharmraj Jhala (OpenERP) a9c6fb3ec9 [IMP] uniform view of filters and some code improvements
bzr revid: dizzy.zala@gmail.com-20140403062552-oa002zg7kdlbxh56
2014-04-03 11:55:52 +05:30
Richard Mathot (OpenERP) 8b6ff2dd4c [IMP] survey kanban view refactoring (wip)
bzr revid: rim@openerp.com-20140402073356-5s2w31jrskgjghej
2014-04-02 09:33:56 +02:00
Dharmraj Jhala (OpenERP) 9f1400624f [IMP] added css class hidden-print to nav nav-tabs
bzr revid: dizzy.zala@gmail.com-20140401114555-xi8zwp34bk5iz4bs
2014-04-01 17:15:55 +05:30
Dharmraj Jhala (OpenERP) ca78346bf3 [IMP] moved business logic to model file from controller and other misc improvements
bzr revid: dizzy.zala@gmail.com-20140328133706-wwsg07sqgzr650pt
2014-03-28 19:07:06 +05:30
Dharmraj Jhala (OpenERP) fb104246a4 [IMP] improved css for printing
bzr revid: dizzy.zala@gmail.com-20140327124948-u2kw13dnn4kx487d
2014-03-27 18:19:48 +05:30
Dharmraj Jhala (OpenERP) 72700a2cf9 [IMP] Added preset All vs Finished Filter
bzr revid: dizzy.zala@gmail.com-20140327064305-tlw358e0u9wu9jnd
2014-03-27 12:13:05 +05:30
Dharmraj Jhala (OpenERP) 329576043a [IMP] used the formatted strings with % insted of plus-concatenated strings in survey_result.xml
bzr revid: dizzy.zala@gmail.com-20140326101359-pw05x0z2f3shcfyq
2014-03-26 15:43:59 +05:30
Dharmraj Jhala (OpenERP) 049acb32ae [MERGE] with parent branch
bzr revid: dizzy.zala@gmail.com-20140326051938-35qgm6zlc3tpdvf7
2014-03-26 10:49:38 +05:30
Richard Mathot (OpenERP) 4379867a01 [FIX]
bzr revid: rim@openerp.com-20140325154935-2uqf0xfelb5e995i
2014-03-25 16:49:35 +01:00
Richard Mathot (OpenERP) dafe2e2328 [REM] Duplicate menu in kanban view
bzr revid: rim@openerp.com-20140325154526-n2x67rlnsktm0993
2014-03-25 16:45:26 +01:00
Richard Mathot (OpenERP) 1bd20e2b9d [FIX] Menus
[REM] Calendar view for surveys

bzr revid: rim@openerp.com-20140325134604-xk8sv3kxhcxtve5d
2014-03-25 14:46:04 +01:00
Dharmraj Jhala (OpenERP) d06810ba9d [MERGE] with parent branch
bzr revid: dizzy.zala@gmail.com-20140325131150-xaoi9qpuufqp44en
2014-03-25 18:41:50 +05:30
Dharmraj Jhala (OpenERP) 20a3cd97ba [IMP] improved code so that template calls minimum function
bzr revid: dizzy.zala@gmail.com-20140325130848-w96dwzhu6kktw428
2014-03-25 18:38:48 +05:30