- Oct 15, 2019
-
-
David Beguin authored
This commit prepares the next one. It creates generic main and sub templates for slide share modal. In order to be usable for all cases, header and body sub template have been added. Also and in the same purpose, as the website url can be another url than the record to share (or if the record doesn't have website_url), this website_url can be specified separately from the record. Otherwise, the standard behaviour is to use the record.website_url. Task ID: 1950396 PR #31776
-
- Oct 11, 2019
-
-
fw-bot authored
closes odoo/odoo#38447 X-original-commit: ef34fc7b Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Oct 08, 2019
-
-
Yenthe666 authored
"There is no <plural>" is not correct cf https://english.stackexchange.com/a/26634 closes odoo/odoo#38205 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 07, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#38028 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Odoo Translation Bot authored
-
- Oct 03, 2019
-
-
fw-bot authored
This makes you actually able to install the module with demo data and unplugged from network. Otherwise, it's impossible. closes odoo/odoo#37903 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Oct 02, 2019
-
-
Romain Derie authored
*base, website_blog, website_event, website_forum, website_slides With this commit: 1. It is now possible to add the 'Edit in backend' entry in the frontend navbar for any desired model, not only the ones which have the published mixin. It will simply redirect to the main_object form view. This commit add it to Forum and Blog. 2. When clicking on 'Edit in backend', it is now possible to land on another module than Website. That's especially useful for events and slides which are not directly related to the website module as they have their own module. 3. Remove the custom Edit in backend from the forum homepage (fa-cog). Opportunity was also taken to remove the 'edit welcome message'. It will now be editable through the editor (welcome message will appear in edit mode). Thus we got rid of the custom edit welcome message controller and views. Closes #36325
-
Stéphane Bidoul authored
Since there are message_post overrides using the form `def message_post(self, **kwargs)` in some modules, this method is intended to be invoked with keyword arguments only. This commit enforces this behavior. Calls such as `message_post("body")` will fail regardless of which addon is installed, forcing users to use `message_post(body="body")`. It also fixes a message_post override in hr, and applies the same mechanism to message_notify, and _message_log. closes odoo/odoo#33306 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Oct 01, 2019
-
-
Odoo Translation Bot authored
-
- Sep 29, 2019
-
-
Odoo Translation Bot authored
-
- Sep 27, 2019
-
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#37502 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 25, 2019
-
-
laa authored
From Website (Frontend) --> From the Courses --> From a course (with settings course : Course type = "Documentation" & Forum mentioned): The tab for the forum isn't there From Website (Frontend) --> From the Courses --> From a course (with settings course : Course type = "Documentation" & "Allow rating on Course" disabled): The tab for the review is always there From Website (Frontend) --> From the Forum --> From a course (with settings course : Course type = "Documentation" & "Allow rating on Course" activivated): Click the tab for the review, the returned view is the course tab and not the review tab From Website (Frontend) --> From the Forum --> From a course (with settings course : "Allow rating on Course" disabled): The tab for the review is always there closes odoo/odoo#37436 Task-id: 2074030 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Victor Feyens authored
closes odoo/odoo#35754 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
- Sep 24, 2019
-
-
Florent Lejoly authored
Currently there is a traceback when trying to leave a course (unsubscribe) from the frontend on the homepage of a specific course. (when clicking on "You're enrolled") This fixes the traceback. closes odoo/odoo#37384 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#37274 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 22, 2019
-
-
Odoo Translation Bot authored
-
- Sep 24, 2019
-
-
Debauche Stéphane authored
SPECIFICATIONS * Remove the /home from the breadcrumb in user profile * Rename the Home (on a specific course) into "Courses" Task 2062640 closes odoo/odoo#36900 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Sep 23, 2019
-
-
Juhil Somaiya authored
*: - account - barcodes - calenndar - hr_timesheet - mail - mass_mailing - partner_autocomplete - web - website_slides This commit removes description of fields that should not be shown in non-debug mode Studio. Only field widgets whose own description is set are displayed in non-debug mode Studio in "Widget" of sidebar. In other words, even if any ancestor has a description but not the current widget, it won't be displayed in the sidebar in non-debug mode. Task-Id 2056992 closes odoo/odoo#35902 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
- Sep 15, 2019
-
-
Odoo Translation Bot authored
-
- Sep 22, 2019
-
-
Odoo Translation Bot authored
-
- Sep 20, 2019
-
-
Thibault Delavallée authored
As compute sudo is now the default values let us ensure fields controlling actions and access are done using the current user, not admin.
-
- Sep 19, 2019
-
-
Florent Lejoly authored
Currently in the slide.question view it is possible to open a form to create new questions for quizzes, but it is impossible to fill the form with the required information to create a new question. So the create button has no purpose. This as "slide_id" is required but can't be set in the form. Now the option to add question from the reporting tab 'Quizzes' is removed as the questions (with the answers) are added in the form from slide.slide. closes odoo/odoo#37117 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Sep 18, 2019
-
-
Krunal Trivedi authored
After submitting the quiz, buttons and validation content was rendering on top of the quiz instead of under it. This display bug is fixed in this commit. Task-2072564 closes odoo/odoo#37040 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Sep 19, 2019
-
-
Sébastien Theys authored
There are too many image sizes. Since they are stored resized this takes time to generate when saving a new image, it's more rows on the attachment table, more files on the disk, ... 64px is close enough to 128px that it can be removed without a big impact on download size. It will even reduce download and number of requests when both images are displayed because now only one has to be downloaded and then benefit from cache. The difference between the two is typically around 1.5kB which is negligible these days, especially when the request overhead is around 0.5kB already, not even taking into account other factors such as latency. If a 64px image must absolutely be returned, it is still possible to pass the size parameters to the image route. But the current guideline is to handle resizing in the views when necessary. Views ===== - remove width and height attributes when existing CSS rules are overriding them (eg. `.oe_kanban_avatar` in the right context) - add CSS rules instead of width and height attributes when possible - use `object-fit: cover;` where width and height are forced to avoid distortion of non-square images - for products, use `object-fit: contain;` instead, keep ratio but without crop - add new CSS rules where the expected size was max 64px*64px before due to the image size itself - remove `img-fluid` where using size classes to avoid conflicting rules task-2060865 closes odoo/odoo#36147 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Sep 13, 2019
-
-
laa authored
Add an option to add the latest achievements in the right sidebar. closes odoo/odoo#36870 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Sep 15, 2019
-
-
Odoo Translation Bot authored
-
- Sep 13, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#36853 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 12, 2019
-
-
fja-odoo authored
* = stock, test_website, web, website_forum, website_slides, base Replace KarmaError with AccessError and remove the related override made on crash_manager and ir_http. task-2069890 closes odoo/odoo#36655 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Sep 13, 2019
-
-
Lucas Lefevre authored
This commit fixes 2 issues coming from the recent ORM changes: records are new records in onchange and compute methods must assign a value for all records. In an onchange method, self.ids is a list of integer (real records) whereas self.id is a NewId (virtual record) Here a result dict was built using the reals ids as keys but later NewIds are used as keys. Solution is to use record._origin to access the real record. Moreover, the two dicts `result` and `type_stats` are the same. Assigning one into the other is useless. Task 2067872 (eLearning internal testing) PR #36756
-
Thibault Delavallée authored
Since admin is responsible of all created demo channels and then re-added manually as member in demo data of slide.channel.partner he is actually twice member of some channels. This commit fixes that by resetting its membership status before adding membership demo data. PR #36756
-
Thibault Delavallée authored
When having not square images for user avatar several issues appear * website_slides: heroes of the week banner is broken as circles are not circles anymore. They look more like UFOs or funny snowmen; * website_slides: my user status / leaderboard / achievements card display is broken as image may take much more width than planned; * website_slides: channel page view displays user avatar when having joined it, and it is broken; * website_profile: user avatars in top 3 of users karma ranking is broken. In this commit we apply strict rules on width / height combined to an object fit in order to always have a bioutifoul displayed circled image. Task 2065425 (avatar ratio badly displayed) PR #36756
-
Thibault Delavallée authored
Course content counters count only published content while content stat button redirects to all contents. Solution to this mismatch is to apply a search filter on button action to display published ontent by default. Also remove unnecessary action. Using a type="edit" seems sufficient, no need to define a python method just for that purpose. Task 2067324 (counters / action on content mismatch) PR #36756
-
- Sep 11, 2019
-
-
Thibault Delavallée authored
Contacting youtube API sometimes fails making falsy red runbot. In this commit we remove video from member tour so that it tests the interface. Some demo slides with youtube video are added in another course and new test is added that crawls that channel. Task 2066565 closes odoo/odoo#36697 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
mcm-odoo authored
This commit improves a bit the existing backend views of the elearning app (notably propagating content and course labeling instead of slide and channel) and adds a pivot view for model slide.slide. FP feedback Task 2066646
-
- Sep 10, 2019
-
-
jbm-odoo authored
id=2069603 closes odoo/odoo#36603 Signed-off-by:
Romain Libert (rli) <rli@odoo.com>
-
- Sep 03, 2019
-
-
Jorge Pinna Puissant authored
Slovenian language, as many others languages, is not present in the beta/master projects in Transifex. For some reason, Transiflex removed all current translations, this was already fixed in 12, but as there are not automatic forward-port for translations, this is a manual forward-port. opw-2060055 closes odoo/odoo#36374 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Sep 01, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Sep 10, 2019
-
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#36559 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 08, 2019
-
-
Odoo Translation Bot authored
-