- Feb 19, 2019
-
-
qmo-odoo authored
Purpose of this commit is to introduce a new way of displaying and managing slides in eLearning module. Its purpose is to give a better experience to users when going through a course. Notably a fullscreen mode allows to take lessons one by one without going out of the elearning display. Integration of all slide types eases taking the course step by step. Quiz are introduced in this commit. Those are an addition to slides with some question / answers (multiple choice). It allows customer to gain karma and improves gamification. Certifications are still done using the survey application. Quiz targets only small tests at the end of a given slide. A new widget is added to display and control slide display in fullscreen mode. Old display is still available for documentation channels or when going out of fullscreen mode, to see details on comments / review / statistics and have access to share options. This commit is linked to task ID 1902304 and PR #29876. It closes the main work on refactoring website slides into eLearning, with other tasks already merged in current community [1][2][3][4][5]. [1] Task ID 1940360 landed at b2149bc7: certification inclusion [2] Task ID 1936153 landed at 6c6179e5: homepage inclusion [3] Task ID 1937160 landed at 8b7605c9: selling courses [4] Task ID 1922159 and 1940516 landed at 5fa651cb and 6a64c3ce: new user profile and gamification of slides / forum [5] Task ID 1938643 landed at 77b5673a: upload channel/slide
-
Vandan Shah authored
Purpose ======= If the activities are available on a model (i.e. inherits mail.activity.mixin), add a progress bar based on the activities if nothing is defined yet. closes odoo/odoo#24777
-
Vandan Shah authored
1) Remove the total record tooltip from kanban group. 2) Remove progressbar help from kanban view. 3) Improvements in testcase since we have removed total record tooltip.
-
Antoine Guenet authored
The image handle (grey overlay over the image) was not properly repositioning on scroll in the product configurator (a side effect of not having a popover). closes odoo/odoo#31226
-
Antoine Guenet authored
This notably fixes a bug with the accordion snippet (website) where selecting a title and typing seemed to add a newline. closes odoo/odoo#31222
-
David Monjoie authored
closes odoo/odoo#31210
-
David Monjoie authored
Depending on the scale, the number of units to add to today to compute the default period. Examples: An offset of +1 in default_scale week will open the gantt view for next week, and an offset of -2 in default_scale month will open the gantt view of 2 months ago.
-
- Feb 18, 2019
-
-
Antoine Guenet authored
The web editor inserts zero-width characters (unicode 200B) around media when inserting them in the DOM so as to be able to edit before and after said media (contenteditable caveat). It should however not do so in fake not-editable nodes - such as the navbar - given that we do not expect to edit in them but only to replace the media. This ensures that behaviour. closes odoo/odoo#31200
-
- Feb 19, 2019
-
-
Christophe Monniez authored
When evaluating js tests using the browser_js method, they are considered a success when 'ok' is found in the console log and a failure if 'error' is found instead. This is not very robust and recently failed with this commit : 7410de11 It adds a filter named 'Error' in a view, when the 'click_all' test clicks on this filter, a message with the name of the filter is written in the console, wrongly leading to a test failure. With this commit, the browser_js method expects a log message in the browser console with the explicit text "test successful". On the other hand, any error in the console log will lead to a test failure but a test can be forced to fail with the explicit error message in the browser console "test failed". As a bonus, the python logger should now also log browser js trace messages. closes odoo/odoo#31158
-
Robot Odoo authored
Purpose ======= The "publish/unpublish" widget is always shown on slide.channel/slide.slide for a website_publisher user even if he's not allowed to manage the publishing of the channel (see slide.channel.can_publish field). This commit will hide the widget on both the slide.channel and the slide.slide frontend pages if the user doesn't have the right to publish/unpublish. A generic solution implemented directly in the publish mixin has been chosen to ease understanding and allow easy reuse in other applications. Commit linked to task ID 1902304 (main elearning task). closes odoo/odoo#31187
-
Robot Odoo authored
closes odoo/odoo#30835
-
Aurélien Warnon authored
Purpose ======= Handle publishing of the slide.slide/slide.channel accordingly to the new 'can_publish' field in the website published mixin.
-
Aurélien Warnon authored
Purpose ======= The "publish/unpublish" widget is always shown on the frontend as long as the user is a website_publisher and the object has a "website_published" field. In some modules (namely website_slides) we need to handle a more refined level of access. This commit adds a "can_publish" computed field that can be overridden to add some additional access rules to the object and hide the widget if the user doesn't have the rights to publish/unpublish.
-
- Feb 18, 2019
-
-
Yannick Tivisse authored
closes odoo/odoo#30432
-
RomainLibert authored
Task 1913733
-
RomainLibert authored
When creating a pos session we try to link the session to the first cash journal we find. The problem is that we cannot link a journal comming from another company this is strictly forbidden by a constraint. This is why we should make sure that we search only for journals in the same company as the config. Task 1913733
-
Yannick Tivisse authored
They don't show anything that is of interest. Task 1913733
-
qsm-odoo authored
task-1907934 closes odoo/odoo#31114
-
Robot Odoo authored
[MERGE][IMP] website{_profile, _slide,_forum,*} : improve slides integration in user profile and add karma generation Purpose of the merge is to continue the work done from PR #30988. This completes the website profile page, gamifies the under development eLearning [1][2] and continues integration between eLearning and the forum. This merge contains notably: - Complete profile page with course progression detail and eLearning certifications - Apply Karma gains on various action on the eLearning - Allow to set the communication type on eLearning course at creation (frontend) - Redesign website users page See sub commits for more details. Merge linked to task ID 1922159 (elearning gamification / website_profile) and task ID 1940516 (forum comments) PR #31097. [1] see task ID 1902304 (main eLearning task) PR #29876. [2] see task ID 1936153 (new homepage for slides) PR #30770. closes odoo/odoo#31109
-
David Beguin authored
As the eLearning (website_slides) is also using website_profile users, the All Users page is moved from website_forum to website_profile, to be useable in both forum and eLearning. This page displays also the number of karma point, badges and certificates of each user. The users are sorted by their karma points and the first 3 users are promoted on a podium. Use span instead of b tag in profile page Task ID : 1922159 PR #31109
-
David Beguin authored
For users viewing their own profile page on the website, a new section 'Certifications' is added to the about tab. Thoses certifications are the survey that activated certificate. Task ID : 1922159 PR #31109
-
David Beguin authored
Since 556b6454dab07cdf716d404ec0db9aa51a09b165, channel can be linked to a dedicated forum. But the link could only be done in backend, in the slide.channel configuration For now on, website_publishers can create a new dedicated forum when they create a new slide.channel. Link buttons have been added in both forum and slide.channel headers to navigate easily between them. Fix the relation between course and forum in a model point of view. Task ID : 1922159 PR #31109
-
David Beguin authored
To gamify the new elearning, karma can be gained on various actions - rank a slide_channel (course) - vote for a slide - finish a course This commit also fix the 'completed' computation on slide.channel.partner Task ID : 1922159 PR #31109
-
Thibault Delavallée authored
-
David Beguin authored
Two new sections are added in the profile page : Completed courses and Followed courses Thoses sections replace the former 'Courses' section. Use span instead of b tag in profile page Task ID : 1922159 PR #31109
-
Xavier Morel authored
Previously we'd `append` the extensions and odoo parent directories to sys.path, however this means if an `odoo` is already installed in a sys.path (e.g. global installation, or setup.py develop in a venv, ...) *that* will be used as the source of Python code (for autodoc) instead of the Python source being synchronised with the rst, which can lead to very odd behaviour. Prepend the doc's stuff to the PYTHONPATH instead, to ensure they get priority and the code matching the rst gets loaded.
-
Xavier Morel authored
Would yield block quotes instead of code blocks or lists or whatnot.
-
Xavier Morel authored
-
Xavier Morel authored
Make UnknownNS more capable (of giving no fucks) so the documentation builder blows up less on weird-ass code at module toplevels. UnknownNS should probably be split out from NSDoc though, that requires odd workarounds in `__getitem__`.
-
- Feb 15, 2019
-
-
Juhil Somaiya authored
If user has blocked odoo push notifications then there's no way to enable via the OdooBot notification in the systray as it depends on the navigator so display the alert message under users preference section. Related Task ID: 1929547 closes odoo/odoo#30496
-
- Feb 18, 2019
-
-
svs-odoo authored
Active currencies are given in session_info, in the page source. When the user activated a new currency, he had to reload the page to make the browser aware of that new currency (without reloading, there was no currency symbol displayed next to the amounts). This rev. forces a reload of the currencies each time a currency is edited. Task #1838654 closes odoo/odoo#31192
-
Robot Odoo authored
This commit add tests for new mixin product.image and resizing. Purpose is to test feature merged by commit: 413c6355 closes odoo/odoo#31181
-
Sébastien Theys authored
This commit will add tests for the PR #30656 which added the following commit: 7daa85dd The tests in the current commit achieve 100% code coverage for: - the `image.mixin` - the overridden `image.mixin` methods in `product.product` - the `_get_images` methods of ecommerce - the size logic in method `content_image` (route `/web/image`) PR: #31181
-
Sébastien Theys authored
-
- Feb 12, 2019
-
-
Alexandre Kühn authored
Revision on https://github.com/odoo/odoo/commit/975164473ccd51c00eee5917dddbd8be71b5aefc The commit above improves the channel_info, so that there are less DB queries. However, the computation was wrong for partners on dm chat, which resulted in omitting the name and email of the partner. closes odoo/odoo#31033
-
- Feb 18, 2019
-
-
David Monjoie authored
closes odoo/odoo#31159
-
- Feb 15, 2019
-
-
David Monjoie authored
The webclient doesn't handle a non-existing view as the default view. However, it must handle it correctly if it is not the default one since it does it for mrp.production already. closes odoo/odoo#31161
-
Robot Odoo authored
Purpose of this merge is to improve inclusion of gamification and ranking in elearning new main pages [1][2]. Ranking and profile information, links and templates are added. Some fixes are included in this merge, notably statistics computation, better slide image fetch and demo data. See sub commits for more details. Commit linked to task ID 1941250. closes odoo/odoo#31133
-
Thibault Delavallée authored
Slide description is actually a text field, no need to put html tags that are displayed raw. Commit linked to task ID 1941250 and PR #31133.
-
Thibault Delavallée authored
Purpose of this commit is to improve karma and gamification inclusion in elearning [1]. * remove a border, replaced by a standard hr, in rank template. It allows to reuse it easier as we don't necessarily want that border in other templates using it; Commit linked to task ID 1941250 and PR #31133. [1] task ID 1922159 (landed at 5fa651cb)
-