- Aug 02, 2019
-
-
Sébastien Theys authored
image_original => image_1920 (now resized to 1920) image_big => image_1024 image_large => image_256 image_medium => image_128 image_small => image_64 image replaced by image_1920 (when writing) or by image_1024 (when displaying what was previously the big size) + add new intermediate format: image_512 PR: #34925
-
- Jul 31, 2019
-
-
Patrick Hoste authored
Adds two stats button on res.partner form view : - The first one will show all the courses that the partner is following. - The second one will show all the certifications the partner has passed. When the partner is a company : - All the courses followed by all the partners are shown without duplicate. - All the certifications passed by all the partners are shown. PR : #34908 Task ID : 2034097 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
qmo-odoo authored
This commit adds the number of comments on the comments tab and also improves the design of the pdf sharing options Task: 1978736 PR: #34232 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
qmo-odoo authored
This commit improves the user experience in the slide.slide form view by reorganizing fields, renaming fields and hiding unnecessary fields. This commit also introduces two new fields: - comment_count: computed field that gets the number of comments on the slide - channel_allow_comment: Related field to the channel_id.allow_coment. This field is used to hide/show unnecessary fields TaskID: 1978736 PR: #34232
-
- Jul 30, 2019
-
-
qmo-odoo authored
This commit fixes an issue where only three slides would be displayed instead of four in a category of the course page. This was due to the promoted slide being ignored in its own category. After this commit, the promoted slide will appear in the promoted slot AND in its category TaskID: 1952064 PR: #32229
-
- Jul 26, 2019
-
-
Yenthe666 authored
for easy xpaths closes odoo/odoo#34909 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Yenthe666 authored
For better rendering closes odoo/odoo#30629 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 24, 2019
-
-
qmo-odoo authored
This commit improves the elearning onboarding on the quizzes If the user is not logged in, a log in button will show up under the quiz If he is logged in but not a member of the course and the course is public, a join button will appear under the quiz If the course needs to be bought, a buy button will appear under the quiz. If the course is on invite only, a message under the quiz will inform the user about it TaskID: 2003986 PR: #33861 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Jeremy Kersten authored
And hide if no time set task-fpreq closes odoo/odoo#34346 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Jun 20, 2019
-
-
Jeremy Kersten authored
closes odoo/odoo#34283 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Jun 19, 2019
-
-
Jeremy Kersten authored
-
- Jun 28, 2019
-
-
Thibault Delavallée authored
This fix correctly displayed motivational of next rank to achieve depending on current karma. Indeed description_motivational field is not the motivational to reach next rank but to reach the current rank, taken from previous rank point of view. That way a given rank is configured by modifying only 1 data. When not having any karma points (newly created user) the next rank is computed as being the first available rank. Motivational phrases and badges are updated accordingly. This commit partially reverts 489c8623. Result * new user with no karma: next rank is the first rank; * user with karma and next rank: as currently; * user being at final rank: next rank is just current rank with a 100% circle; Linked to task 2005840 Related to PR #34220
-
Thibault Delavallée authored
Contains some small fixes * correctly order leaderboard by descending karma, not creation date; * top 3 users displayed in footer banner should be published, otherwise displayed images do not match the top 3 displayed in the page displayed when clicking; * correctly say Leaderboard is an overall leaderboard, not only limited to the current week; Linked to task 2005840 Related to PR #34220
-
- Jun 18, 2019
-
-
sri-odoo authored
The '#wrap' id is needed by website themes to correctly handle layout options. closes odoo/odoo#34209 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Patrick Hoste authored
Including * change h4 to h1 on the slide page; * add the rel='canonical' link header on the fullscreen view in order to improve SEO and links; * add space between quiz questions; * remove social share statistics as they are broken and not really useful; * moved tabs before the Quiz on the slide page; * allow to modify slide in backend by removing some readonly attributes; Linked to task ID 2010024 Related to PR #34176 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 17, 2019
-
-
sri-odoo authored
Open the right tab clicking on "Write a review" part of: https://github.com/odoo/odoo/pull/34151 closes odoo/odoo#34151 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
sri-odoo authored
Keep consistency using the same icon (home) when referring to the main course page. Prior to this commit both "back to course" and "exit fullscreen" actions had the same icon. part of: https://github.com/odoo/odoo/pull/34151
-
sri-odoo authored
On mobile, don't show automatically the sidebar in order to avoid covering the lesson's content. The user will have to click on the toggle button to open it. part of: https://github.com/odoo/odoo/pull/34151
-
- Jun 14, 2019
-
-
sri-odoo authored
closes odoo/odoo#34137 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
qmo-odoo authored
Before this commit, clicking on tag located on a slide card in the course page would filter the channels instead of the slides Now, it filters the slides in the course closes odoo/odoo#33635 Signed-off-by:
Jérome Maes (jem) <jem@openerp.com>
-
qmo-odoo authored
This commit adds the name of the currently viewed slide to the breadcrumbs at the top of the page Task ID: 1999672 PR: #33635
-
- Jun 12, 2019
-
-
sri-odoo authored
Slightly increase margins between questions in a test. closes odoo/odoo#34055 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Jun 13, 2019
-
-
Aurélien Warnon authored
When the channel has a linked forum, the "Review" link on the forum should redirect the user to the "Review" tab on the course page. Task #2003222 closes odoo/odoo#33786 Signed-off-by:
Jérome Maes (jem) <jem@openerp.com>
-
Aurélien Warnon authored
This commit improves the karma rank layout displayed on the courses home page and on the user profile. Task #2003222
-
Aurélien Warnon authored
This commit improves the footer image of the slides home page by adding the top 3 users avatars (ordered by karm desc) in the image. We only fetch users that have an image set as avatar. Task #2003222 Co-authored-by:
@stefanorigano <sri@odoo.com>
-
- Jun 11, 2019
-
-
sri-odoo authored
The '#wrap' id is needed by website themes to correctly handle layout options. closes odoo/odoo#34024 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Jul 19, 2019
-
-
Patrick Hoste authored
Purpose of this commit is to help designers seeing lessons state, notably published, and modifying it directly from frontend. The unpublished courses card are now a little bit translucent and there is a 'unpublished' tag to clearly show their state. Task 2033052 closes odoo/odoo#34880 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Patrick Hoste authored
A share button has been added to the fullscreen view to avoid exiting the view to access the share tab on the full description of the slide. Task ID : 1984509 closes odoo/odoo#33418 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Patrick Hoste authored
Purpose of this commit is to ease slides / lessons management in eLearning frontend. The publisher will now be able to see if a slide is in preview mode from the slide list in frontend of eLearning. He'll be able to activate/deactivate the free preview mode with a button. Task 1999705. closes odoo/odoo#34182 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jul 12, 2019
-
-
Yannick Tivisse authored
Purpose ======= In the following views, add a bg-danger ribbon with label 'Archived' only visible when active=False: account.account_tag_view_form (account.account.tag) analytic.view_account_analytic_account_form (account.analytic.account) analytic.account_analytic_tag_form_view (account.analytic.tag) account_asset.view_account_asset_form (account.asset) account.view_account_position_form (account.fiscal.position) account.account_incoterms_form (account.incoterms) account.view_account_journal_form (account.journal) account.view_payment_term_form (account.payment.term) website_blog.view_blog_blog_form (blog.blog) website_blog.view_blog_post_form (blog.post) calendar.view_calendar_event_form (calendar.event) crm.crm_case_form_view_leads (crm.lead) crm.crm_case_form_view_oppor (crm.lead) crm.crm_lost_reason_view_form (crm.lost.reason) sales_team.crm_team_view_form (crm.team) documents.document_view_form (documents.document) event.view_event_form (event.event) website_event_track.view_event_track_form (event.track) fleet.fleet_vehicle_view_form (fleet.vehicle) fleet.fleet_vehicle_log_contract_view_form (fleet.vehicle.log.contract) website_forum.view_forum_forum_form (forum.forum) website_forum.view_forum_post_form (forum.post) gamification.badge_form_view (gamification.badge) helpdesk.helpdesk_sla_view_form (helpdesk.sla) helpdesk.helpdesk_team_view_form (helpdesk.team) helpdesk.helpdesk_ticket_view_form (helpdesk.ticket) hr_recruitment.hr_applicant_view_form (hr.applicant) hr_appraisal.view_hr_appraisal_form (hr.appraisal) hr_contract.hr_contract_view_form (hr.contract) hr.view_department_form (hr.department) hr.view_employee_form (hr.employee) hr.hr_employee_public_view_form (hr.employee.public) hr_holidays.edit_holiday_status_form (hr.leave.type) hr.hr_plan_view_form (hr.plan) hr_payroll.hr_salary_rule_form (hr.salary.rule) hr_work_entry.hr_work_entry_type_view_form (hr.work.entry.type) lunch.lunch_product_view_form (lunch.product) lunch.lunch_supplier_view_form (lunch.supplier) mail.mail_activity_type_view_form (mail.activity.type) mass_mailing.view_mail_mass_mailing_form (mail.mass_mailing) mass_mailing.view_mail_mass_mailing_list_form (mail.mass_mailing.list) maintenance.hr_equipment_view_form (maintenance.equipment) maintenance.maintenance_team_view_form (maintenance.team) marketing_automation.marketing_campaign_view_form (marketing.campaign) mrp.mrp_bom_form_view (mrp.bom) mrp_plm.mrp_eco_view_form (mrp.eco) mrp.mrp_routing_form_view (mrp.routing) mrp.mrp_workcenter_view (mrp.workcenter) point_of_sale.pos_config_view_form (pos.config) product.product_pricelist_view (product.pricelist) hr_expense.product_product_expense_form_view (product.product) product.product_variant_easy_edit_view (product.product) stock_landed_costs.view_stock_landed_cost_type_form (product.product) product.product_template_form_view (product.template) project_forecast.project_forecast_view_form (project.forecast) project.edit_project (project.project) project.view_task_form2 (project.task) industry_fsm_report.project_worksheet_template_view_form (project.worksheet.template) quality.quality_point_view_form (quality.point) base.view_res_bank_form (res.bank) base.view_partner_form (res.partner) base.view_users_form (res.users) sale_coupon.sale_coupon_program_view_form_common (sale.coupon.program) sale_management.sale_order_template_view_form (sale.order.template) sale_subscription.sale_subscription_alert_view_form (sale.subscription.alert) sale_subscription.sale_subscription_template_view_form (sale.subscription.template) sign.sign_request_view_form (sign.request) sign.sign_template_view_form (sign.template) website_slides.view_slide_channel_form (slide.channel) website_slides.view_slide_slide_form (slide.slide) stock.view_location_form (stock.location) stock.stock_location_route_form_view (stock.location.route) stock.view_picking_type_form (stock.picking.type) stock.view_stock_rule_form (stock.rule) stock.view_warehouse (stock.warehouse) stock.view_warehouse_orderpoint_form (stock.warehouse.orderpoint) survey.survey_form (survey.survey) website_crm_score.view_crm_score_form (website.crm.score) website_twitter_wall.website_twitter_wall_view_form (website.twitter.wall)
-
Yannick Tivisse authored
Purpose ======= While cleaning the stat buttons across all modules, we decided to move the (un)archiving from stat button to actions in the 'Action' dropdown. Specification ============= Remove the 'active' stat buttons in all views
-
- Jun 07, 2019
-
-
Sébastien Theys authored
-
- Jun 05, 2019
-
-
Romain Derie authored
Now that the debug mode is stored in session (see parent commit), there is no need anymore to forward the debug query param. This commit clean the occurence of code that were doing that by using mainly `keep_query`. task-1934445 Comes with https://github.com/odoo/enterprise/pull/4281 Closes #33213
-
- May 03, 2019
-
-
qmo-odoo authored
This commit fixes a few issues with quizz * change background-color to white in fullscreen mode; * prevent going up to the top of the page when selecting an answer; * highlight selected answers in fullscreen; * fix the display of already completed quizzes Commit linked to task ID 1978530 (fixes linked to internal testing). closes odoo/odoo#33140 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Aurélien Warnon authored
This commit fixes the courses (slide.channel) completion displayed on the user profile page. It uses the number of completed slides instead of the percentage of completion. This is due to the completion field having been updated recently to store number of completed slides instead of a computed percentage for performances reasons [1] Commit linked to task ID 1978530 (fixes linked to internal testing). [1] See 534822e5
-
qmo-odoo authored
This commit adds back the slide type icons on the sidebar list in fullscreen and not fullscreen mode. Commit linked to task ID 1978530 (fixes linked to internal testing).
-
- Jun 17, 2019
-
-
Hiral Bhavsar authored
The old tree views don't really exist anymore, this odd pseudo-flag to dispatch between "list" and "tree" tree views has no reason to remain. Task 1937686 closes odoo/odoo#31243 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
- May 29, 2019
-
-
Thibault Delavallée authored
Those links do nothing as they link to the main page. Currently just remove them as no real spec has been given.
-
- May 24, 2019
-
-
qmo-odoo authored
This commit allows the user to edit the name of the sections in the front end with the web editor Task ID: 1999661 PR: #33633 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- May 22, 2019
-
-
qmo-odoo authored
This commit removes the uncategorized label from the course view. Note that it only removes the label, not the content. FP request. Linked to task 1978530 Related to PR #33559
-