Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MERGE] survey, website_slides: implement YAB2B #36557

Closed

Commits on Sep 11, 2019

  1. [IMP] website_slides: improve slides backend views

    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
    mcm-odoo authored and tde-banana-odoo committed Sep 11, 2019
    Copy the full SHA
    4679c50 View commit details
    Browse the repository at this point in the history
  2. [IMP] survey: improve menu items

    This commit removes the configuration menu in survey app. Menu items are
    distributed in the other menus: questions, answers.
    
    FP feedback
    
    Task 2066646
    mcm-odoo authored and tde-banana-odoo committed Sep 11, 2019
    Copy the full SHA
    d17dd23 View commit details
    Browse the repository at this point in the history
  3. [IMP] (website_slides_)survey: add demo data for certifications

    This commit adds a few demo data for the certifications.
    
    FP feedback
    
    Task 2066646
    mcm-odoo authored and tde-banana-odoo committed Sep 11, 2019
    Copy the full SHA
    572e8c8 View commit details
    Browse the repository at this point in the history
  4. [IMP] survey: little optimization for user_input_line creation/update

    Before:
      The method _get_mark called Model.exists() just after calling
      Model.browse
      This process makes 2 calls to database to do almost the same thing
    
    Now:
      Removed the method _get_mark and directly call Model.browse
    
    FP feedback
    
    Task 2066646
    mcm-odoo authored and tde-banana-odoo committed Sep 11, 2019
    Copy the full SHA
    d6dfe2e View commit details
    Browse the repository at this point in the history