Commit Graph

1242 Commits

Author SHA1 Message Date
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
Olivier Dony 53aa92d3c9 [I18N] Update translations from Launchpad branches 2014-09-18 11:47:16 +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
Olivier Dony fac96241df [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
Jeremy Kersten 858f4cecde [IMP] survey: display sum for numerical answers 2014-09-03 11:06:50 +02:00
jas d7ef283f53 [FIX] survey: trace the partner_id taking the survey; if no token, set as the current user's partner. 2014-09-02 11:31:03 +02:00
Xavier Morel e6b56412a0 [ADD] views documentation 2014-08-28 15:02:33 +02:00
Thibault Delavallée ce5b5e6ba5 [FIX] survey: in prepare_result, result_summary variable could be returned without being initialized (error in question.type maybe, but anyway should be more secure) 2014-08-28 12:42:09 +02:00
Thibault Delavallée 5b4f8a6278 [FIX] Survey: typo (en_US wording) 2014-08-27 11:41:51 +02:00
Fabien Pinckaers 8aca457e34 [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
Olivier Dony 50ef63881a [I18N] Update 8.0 translation with latest source code 2014-08-14 17:01:54 +02:00
Richard Mathot 413bc62503 [FIX] survey: regressions introduced in forward-port fd4fd35e32 2014-08-08 17:07:31 +02:00
Christophe Simonis d5e8b42690 [FIX] survey: use relative urls for url actions 2014-08-08 15:24:48 +02:00
Christophe Simonis fd4fd35e32 [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
Christophe Simonis e4cb5202a0 [MERGE] forward port of branch saas-4 up to fa07bc8 2014-07-30 20:30:14 +02:00
Richard Mathot 5e1221b339 [FIX] survey: display comments in results 2014-07-25 14:48:57 +02:00
Richard Mathot eadd1b3907 [FIX] survey: correct counting of finished answers 2014-07-25 13:47:42 +02:00
Richard Mathot f0b6beac29 [FIX] survey: comments are properly recorded now 2014-07-25 13:47:42 +02:00
Richard Mathot 7ac86cff07 [DOC] survey: retroengineering
A bit of commenting in order to help future debugging and unf**king of
the survey reporting tool.
2014-07-25 13:47:42 +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
rlu-odoo 8b67a7202d [REF] OpenERP --> Odoo in various UI texts
Rebranding has been done in:
- data/demo files
- html templates
- help notices
- comments
- logger messages
- and other various messages

(Commit taken from odoo-dev:8.0-improve-openerp-odoo-rlu at rev 7deaa08)

Closes #1260
2014-07-18 13:45:41 +02:00
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Olivier Dony 34bfa1b44f [MERGE] Forward-port saas-5 up to d9cda97 2014-07-05 01:45:45 +02:00
Olivier Dony d9cda97cf4 [MERGE] Forward-port saas-4 up to 5ceded9 2014-07-05 01:28:19 +02:00
Richard Mathot 0b0c1fbdd6 [FIX] survey: catch exception while quizz mode 2014-07-01 15:56:50 +02:00
Richard Mathot 14fae54863 [FIX] survey: bug while recording comments 2014-07-01 15:37:27 +02:00
Richard Mathot 7721ddc7ad [FIX] survey: Nasty brackets... 2014-07-01 14:51:00 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Richard Mathot 6e93af4774 [FIX] survey: display labels in the right order in survey reporting views 2014-06-20 11:45:03 +02:00
Olivier Dony 0f01df42ea [MERGE] Forward-port saas-5 up to f15cbd6 2014-06-12 18:59:15 +02:00
Olivier Dony f15cbd6520 [MERGE] Forward-port saas-4 bugfixes up to ad4c6ca 2014-06-12 18:54:36 +02:00
Richard Mathot b7137a5ada [FIX] survey: ordering of questions/labels was buggy 2014-06-12 16:40:58 +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 89d7e78aad [FIX] survey: pagination result didn't load properly at page loading 2014-06-11 12:10:26 +02:00
Richard Mathot 2809314045 [FIX] survey: security rules mess with xmlids 2014-06-11 11:47:55 +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 5cc8f9ca42 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-28 10:37:16 +02:00
Olivier Dony 04211015fc [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
Géry Debongnie 62900fe01b Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Conflicts:
	addons/crm/crm_case_section_view.xml
2014-05-26 10:06:31 +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 2e760407e4 [FIX] survey: enable survey access to portal users instead of 404 2014-05-21 13:42:17 +02:00
Christophe Simonis a756b82372 [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
Fabien Meghazi 1ce14dbe6a [FIX] survey route that is only accessed with POST verb 2014-05-14 13:58:34 +02:00
Richard Mathot (OpenERP) b00783ab46 [FIX] survey: Prevent template crashing while there are no data for the survey 2014-05-14 09:47:25 +02:00
Fabien Meghazi 8eed143112 [IMP] Invert multilang logic in route decorator. True by default, can be set to False explicitlty 2014-05-13 11:35:45 +02:00
Olivier Dony 4cecbd919f [FIX] mass_mailing,website*,survey: leftover calls to website.get_public_user()
This method was (partially) removed at rev.9421 
rev-id al@openerp.com-20140507153223-q73u5lhyrfw98o3a

bzr revid: odo@openerp.com-20140512103935-o0ue9wzenm5wjejq
2014-05-12 12:39:35 +02:00
Antony Lesuisse 7e25b9ae55 [MERGE] saas-4 report_webkit missing dependency on report
bzr revid: al@openerp.com-20140501152604-4cobh5ui47dt4pem
bzr revid: al@openerp.com-20140501155633-gefnc3zqcsr2rhaz
bzr revid: al@openerp.com-20140501161156-4wbsvhh8gz4r22h3
2014-05-01 18:11:56 +02:00
Richard Mathot (OpenERP) 99f19ba562 [MERGE][FIX] survey: incorrect route + security rules
bzr revid: rim@openerp.com-20140423085703-kyv4z4dc35mmiama
2014-04-23 10:57:03 +02:00
Richard Mathot (OpenERP) e53b07b12b [FIX]
bzr revid: rim@openerp.com-20140423085404-rleqt5f9rznpbj0k
2014-04-23 10:54:04 +02:00
Richard Mathot (OpenERP) 35d50a7139 [FIX] add noupdate to survey security rules
bzr revid: rim@openerp.com-20140423085037-7wgp3hekne7hwnrl
2014-04-23 10:50:37 +02:00
Christophe Simonis 618fbde36f [MERGE] forward port of branch saas-4 up to revid 9365 chs@openerp.com-20140422143249-3cfh18tenn3a5ry1
bzr revid: chs@openerp.com-20140422144651-840zze7p5549k88s
bzr revid: chs@openerp.com-20140422144933-0su8g7pgrcloijco
2014-04-22 16:49:33 +02:00
Launchpad Translations on behalf of openerp fa60b90c1f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140422075247-nxfftok20ltlnea6
2014-04-22 07:52:47 +00:00
Christophe Simonis 2138892723 [FIX] survey: handle the case where there is no stage available when searching default stage.
[FIX] survey: define survey.stage before using it in survey.survey

bzr revid: chs@openerp.com-20140417160306-0oeb928gpfwxoxhz
2014-04-17 18:03:06 +02:00
Richard Mathot (OpenERP) c89723fcb8 [FIX] incorrect route
bzr revid: rim@openerp.com-20140417142648-zx2izdo6p9byqp3q
2014-04-17 16:26:48 +02:00
Richard Mathot (OpenERP) 732293d69b [FIX] Security rules for surveys
bzr revid: rim@openerp.com-20140417135047-7ekyq1t7jpa6ggk1
2014-04-17 15:50:47 +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
Launchpad Translations on behalf of openerp e82fbf7d91 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140412083153-3ona1js7o6z421vg
2014-04-12 08:31:53 +00: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) 22fff5237b [FIX] Correct prefill for comment answers
bzr revid: rim@openerp.com-20140411121541-pj3m0z44hwd0z89w
2014-04-11 14:15:41 +02:00
Richard Mathot (OpenERP) 41447050e5 [FIX] Dirty fix: prevent crash in computing data from SCQ/MCQ/matrices by ignoring comments
bzr revid: rim@openerp.com-20140411120735-u04occnkchgm3ztc
2014-04-11 14:07:35 +02:00
Richard Mathot (OpenERP) 8905975fb8 [REM] unused code
bzr revid: rim@openerp.com-20140410152112-q91jka9pon4q6lya
2014-04-10 17:21:12 +02:00
Richard Mathot (OpenERP) 1fe3580fc6 [FIX] Correct saving of comments
bzr revid: rim@openerp.com-20140410150102-3bq9lz31sebigd9i
2014-04-10 17:01:02 +02:00
Richard Mathot (OpenERP) b7989fbeec [FIX] Correct saving of comments
bzr revid: rim@openerp.com-20140410145247-o2759q0r022ybp4q
2014-04-10 16:52:47 +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) ea69de5114 [FIX] Dirty fix for links sent by email
bzr revid: rim@openerp.com-20140410141352-tb9rwbvawuy2kwc4
2014-04-10 16:13:52 +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) 229f9d09d8 [REM] annoying print window
bzr revid: rim@openerp.com-20140409152459-upe7py6skbpa0qcz
2014-04-09 17:24:59 +02:00
Richard Mathot (OpenERP) 7dbc51e0d4 [IMP] Add default stage for surveys
bzr revid: rim@openerp.com-20140409145945-r32tdnexrbjxousu
2014-04-09 16:59:45 +02:00
Richard Mathot (OpenERP) d1070a8ad0 [TYPO]
bzr revid: rim@openerp.com-20140409145009-73y20g3ko7c3soq4
2014-04-09 16:50:09 +02:00
Richard Mathot (OpenERP) db8954d6dc [REF] code factoring
bzr revid: rim@openerp.com-20140409144547-70ujj2ej5tebj06i
2014-04-09 16:45:47 +02:00
Richard Mathot (OpenERP) 76621a0b24 [FIX] validation system: the last things
bzr revid: rim@openerp.com-20140409144224-6b00mnmihe8t1ii7
2014-04-09 16:42:24 +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) 1f3342acc4 [FIX] validation of MCQ
bzr revid: rim@openerp.com-20140409141307-79q4itmvvauzfg0j
2014-04-09 16:13:07 +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) efd4e33c0b [FIX] bugs in questions validation
bzr revid: rim@openerp.com-20140409135659-9m9jqbmcefk5uaou
2014-04-09 15:56:59 +02:00
Richard Mathot (OpenERP) fbfd9a6197 [FIX] Validation of the answers according to new criteria
bzr revid: rim@openerp.com-20140409133909-8dob25mei52sf7o4
2014-04-09 15:39:09 +02:00
Richard Mathot (OpenERP) 5d81ea0988 [FIX] remove logging of false error
bzr revid: rim@openerp.com-20140409100313-zirmih0uzce19v2i
2014-04-09 12:03: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) f77034af5a [IMP] Model fortification
bzr revid: rim@openerp.com-20140409091009-rocy50615a4yg03d
2014-04-09 11:10:09 +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) beeb188ae8 [REM] Vieux code tout pourri
bzr revid: rim@openerp.com-20140408152526-czfgswl0tf5gqqxe
2014-04-08 17:25:26 +02:00
Richard Mathot (OpenERP) b177624219 [FIX] Demo data
bzr revid: rim@openerp.com-20140408152022-n9ol6aaypxgkb5mn
2014-04-08 17:20:22 +02:00
Richard Mathot (OpenERP) 625e8f5fce [REM] Outdated code + typo
bzr revid: rim@openerp.com-20140408151959-csz5gomaswzf4sq8
2014-04-08 17:19:59 +02:00
Richard Mathot (OpenERP) 531f6b7e26 [REF] Moving code
bzr revid: rim@openerp.com-20140408150936-38bfieofd98lkam1
2014-04-08 17:09:36 +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) 42aee473b4 [FIX] Adapting demo data to the new model
bzr revid: rim@openerp.com-20140408145835-036xh7znapwdxcsz
2014-04-08 16:58:35 +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) 356f35f9b5 [DESTRUCTION] The commit that breaks everything...
(removing fields that won't be used anymore -- fixed code will follow)

bzr revid: rim@openerp.com-20140408145118-h55ntgml2frp0lt9
2014-04-08 16:51:18 +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