Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
    • Sébastien Theys's avatar
      [IMP] *: rename image fields · 58a2ffa2
      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
      58a2ffa2
  2. Jul 31, 2019
    • Patrick Hoste's avatar
      [IMP] eLearning: adds course and certification stat button on partner · 81c7afb8
      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: default avatarThibault Delavallee (tde) <tde@openerp.com>
      81c7afb8
    • qmo-odoo's avatar
      [IMP] website_slides: lesson template improvements · 2fe6274b
      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: default avatarThibault Delavallee (tde) <tde@openerp.com>
      2fe6274b
    • qmo-odoo's avatar
      [IMP] website_slides: Slide form view revamp · 9c5e4338
      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
      9c5e4338
  3. Jul 30, 2019
    • qmo-odoo's avatar
      [IMP] website_slides: Fix slides displayed by category · 153de28c
      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
      153de28c
  4. Jul 26, 2019
  5. Jun 24, 2019
  6. Jun 20, 2019
  7. Jun 19, 2019
  8. Jun 28, 2019
    • Thibault Delavallée's avatar
      [FIX] gamification, website_{profile, slides}: correctly display next rank · cd039b64
      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
      cd039b64
    • Thibault Delavallée's avatar
      [FIX] website_profile: fix leaderboard / top3 computation · d5f8e399
      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
      d5f8e399
  9. Jun 18, 2019
  10. Jun 17, 2019
  11. Jun 14, 2019
  12. Jun 12, 2019
  13. Jun 13, 2019
  14. Jun 11, 2019
  15. Jul 19, 2019
  16. Jul 12, 2019
    • Yannick Tivisse's avatar
      [IMP] base,mail,...: Add ribbon widget everywhere on archived records · 883c96b7
      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)
      883c96b7
    • Yannick Tivisse's avatar
      [IMP] all: Remove active stat button on all views · ba030892
      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
      ba030892
  17. Jun 07, 2019
  18. Jun 05, 2019
  19. May 03, 2019
    • qmo-odoo's avatar
      [FIX] website_slides: fix various quiz issues · 8d9c0548
      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: default avatarThibault Delavallee (tde) <tde@openerp.com>
      8d9c0548
    • Aurélien Warnon's avatar
      [FIX] website_slides: fix courses completion on user profile page · bf3ed3fc
      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
      bf3ed3fc
    • qmo-odoo's avatar
      [FIX] website_slides: Add back the slide type icons in the lists · 8af1fe54
      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).
      8af1fe54
  20. Jun 17, 2019
  21. May 29, 2019
  22. May 24, 2019
  23. May 22, 2019
Loading