Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
    • David Beguin's avatar
      [IMP] website_slides : allow review, comment and vote only if enough karma · d4db21a9
      David Beguin authored
      To avoid eLearning to be spammed, the comment, review and vote behaviours
      are now allowed only if the user has enough karma to do it.
      
      Here is the new behaviour on courses and slides rating / comment / vote
          -If allow_comment is checked on Course :
              - Review (rating) is allowed on Course only if enough karma
              - Comment is allowed on slides within the course
                  only if enough karma and course type is 'training'
              - Vote is allowed on slides within the course
                  only if enough karma and course type is 'documentation'
          -If allow_comment is not checked on Course :
              - Review (rating) is not allowed on Course
              - Comment is not allowed on slides within the course
              - Vote is not allowed on slides within the course
          - Rating is not allowed on slides within the course anymore
      
      Task ID : 1943788
      PR #31321
      d4db21a9
    • David Beguin's avatar
      [FIX] website_slides : fix and add tests on karma gain · 81cebf34
      David Beguin authored
      Fix karma channel completion computing and karma gain :
          set to complete only if not completed
          and handle eventual multi course completion
      Removes unused karma gain rules.
      Add karma unvote rule to loose the karma gained if user changes his mind.
      Test karma gain on each users.
          Note : technically, public user could be member of a course,
          but functionally speaking, this case should and could never happen
          (it's a non sens anyway)
          -> public user has not been tested for this reason.
      
      Task ID : 1943788
      Closes PR #31321
      81cebf34
    • David Beguin's avatar
      [IMP] website_profile, gamification, : add search bar in all users page · d7cc1520
      David Beguin authored
      This commit adds the search bar in 'All users' page in order to filter on name or company name.
      To be able to keep the position, a non stored computed field has been added on res_users
      to get the position depending on the user's karma.
      
      The podium (top 3 users) is now displayed only if there is no search applied and if the page = 1
      because it has no sens anymore in other cases.
      
      Special thanks to @jem-odoo who helped me finding smart solution for position computing.
      
      Task ID : 1943788
      PR #31321
      d7cc1520
    • David Beguin's avatar
      [IMP] website(_profile,_forum,_slides): move validation email to profile and... · fb40c6bf
      David Beguin authored
      [IMP] website(_profile,_forum,_slides): move validation email to profile and use in forum and elearning
      
      Email validation was necessary on the forum to be able to begin to use the forum
      (ask or answer questions, vote, etc..)
      
      As the new elearning also uses karma since 705376a9,
      the email validation is now also necessary in the eLearning platform.
      
      This is why this commit is moving the email validation process to website_profile
      and extend website_slides (eLearning) and website_forum to use this feature.
      
      In function of where the user asked to send him the validation email,
      the user is redirected on the forum or on the elearning when he clicks on
      'Validate my account' in the received 'email validation' email.
      
      Task ID : 1943788
      PR #31321
      fb40c6bf
  2. Mar 14, 2019
    • Sébastien Theys's avatar
      [FIX] web: fix kanban_image when called for a different record · fec83667
      Sébastien Theys authored
      
      The issue is manifesting for example in the Contact kanban view where the
      company image should be displayed in small. Before this fix, the person image
      was displayed twice instead.
      
      Following PR #30881 and commit: f78b7a76
      
      The fix introduced by the above commit highlighted another issue with the
      method: if the `model` and `id` given in parameter are different than the
      current record, the method returned the url for the current record instead of
      the requested record.
      
      To fix the issue, we return the `raw_value` only if the requested record is the
      current record. Otherwise, we return the manually built url.
      
      PR: #31842
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      fec83667
    • Nans Lefebvre's avatar
      [FIX] mail: set message_main_attachment_id when the attachment is added via widget · a26496b6
      Nans Lefebvre authored
      
      Create a record.
      Add an attachment, using the widget (aptly named 'add an attachment').
      It is not set as message_main_attachment_id.
      If you add the message through 'log note', then it is.
      
      We add a hook to make sure that it is set as message_main_attachment_id
      when added through the widget.
      
      opw 1950403
      
      closes odoo/odoo#31847
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      a26496b6
    • Andrea Ulliana's avatar
      [FIX] website: restore ace editor resize and line numbers · e73ad612
      Andrea Ulliana authored
      Following the new editor's merge at https://github.com/odoo/odoo/pull/29775
      
      ,
      the gutter in ACE Editor was broken. We were not able to resize and view
      the line numbers anymore.
      
      closes odoo/odoo#31838
      
      Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
      e73ad612
    • Nans Lefebvre's avatar
      [FIX] mail: set message_main_attachment_id to copy=False · c68a97a2
      Nans Lefebvre authored
      
      Create a record.
      Add an attachment set as message_main_attachment_id (e.g. through log note).
      Duplicate that record.
      The new record has the message_main_attachment_id of the old record,
      while it has no attachments.
      
      Since attachments security is linked to the record id, we shall not copy them.
      
      opw 1950403
      
      closes odoo/odoo#31846
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      c68a97a2
    • Christophe Simonis's avatar
      ac4ef455
    • Nathan de Pryck's avatar
      [FIX] mrp: display quantities with UoM precision in wizard · 56252579
      Nathan de Pryck authored
      
      Before this commit, the fields qty_reserved and
      qty_done were displayed in the wizard with a
      precision of two digits (for each case).
      
      The problem is that the qty_to consume uses the
      precision accuracy defined in 'Product Unit of Measure'.
      It resulted that a quantity of 0.002 to consume
      was translated to a qty_done of 0.0.
      
      See opw-1949198
      
      closes odoo/odoo#31822
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      56252579
    • Nicolas Martinelli's avatar
      [FIX] sale: exclude all attributes · b5921fbf
      Nicolas Martinelli authored
      
      With the demo data:
      - Go to Sale > Products > Products, search for 'Customizable Desk'
      - Click on 'Configure Variants'
      - For variant 'Legs: Steel', add all attribute values for the
        'Conference Chair'
      - Create a SO, add a line with 'Configure Product'
      - Select the 'Customizable Desk' with 'Legs: Steel', add
      
      Boom boom, traceback at template rendering at
      `first_possible_combination[variant_id_index] == value_id`
      
      This is because the `parent_combination` is not taken into account when
      evaluating `_is_add_to_cart_possible`.
      
      closes odoo/odoo#31496
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      b5921fbf
    • Nicolas Martinelli's avatar
      [FIX] product: exclude without attribute values · 35221a32
      Nicolas Martinelli authored
      With the demo data:
      - Go to Sale > Products > Products, search for 'Customizable Desk'
      - Click on 'Configure Variants'
      - For variant 'Legs: Steel', remove the attribute values for the
        'Conference Chair'
      - Create a SO, add a line with 'Configure Product'
      - Select the 'Customizable Desk' with 'Legs: Steel', add
      
      The 'Conference Chair' is displayed in the 'Available Options', while it
      shouldn't.
      
      The methods `_get_own_attribute_exclusions` and
      `_get_parent_attribute_exclusions` compute the exclusions based on the
      attribute values. Since there is no values in our case, the exclusion is
      not taken into account.
      
      We add a specific case to search for exclusions without values.
      
      opw-1945460
      35221a32
  3. Mar 13, 2019
  4. Mar 12, 2019
  5. Mar 13, 2019
  6. Mar 11, 2019
  7. Mar 12, 2019
  8. Mar 11, 2019
    • Johan Demaret Rivarola's avatar
      [FIX] payment: remove transaction from session · 7612f2c5
      Johan Demaret Rivarola authored
      
      Sequentially previewing and paying two sale orders was causing a
      redirection issue. Instead of being redirect to the SO preview
      (/my/orders/<:order_id>), the user was redirected to /payment/process.
      
      The issue was due to processed transactions not being removed from the
      session.
      
      opw-1948288
      Closes #31741
      
      Signed-off-by: default avatarToufik Benjaa (tbe) <tbe@odoo.com>
      7612f2c5
    • Yoshi Tashiro's avatar
      [FIX] l10n_jp: wrong user type, add accounts · 084246a5
      Yoshi Tashiro authored
      
      - Fixes incorrect user type assignments on some accounts
      - Fixes incorrect account assignments on taxes
      - Adds a few accounts that Japanese companies would typically need
      - Changes some account codes to make the structure more consistent
      - Updates descriptions of some taxes to make them appear more natural
        on PDF reports
      
      closes odoo/odoo#30780
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      084246a5
  9. Mar 08, 2019
  10. Mar 13, 2019
  11. Mar 08, 2019
    • Christophe Simonis's avatar
      [IMP] base,account: unmute logger · e5f93b83
      Christophe Simonis authored
      Since 8da3750c, logger does not need to
      be muted anymore.
      
      This reverts commits c3764265 and
      1693a27f.
      e5f93b83
    • Lucas Perais (lpe)'s avatar
      [FIX] web: record datapoint context without group_by or orderedBy · 6b676f62
      Lucas Perais (lpe) authored
      
      Have a list view, apply a group_by and a filter with a sort parameter
      
      Click on one record to access the form view
      Have a x2m within it
      
      Before this commit, the x2m records were loaded with a context containing
      the keys orderedBy and group_by
      It seems harmless at first, but even conceptually those keys should not be here
      - they apply on a list of records, and not to individual ones
      - they may contain field names not existing in the x2m model
      Hence, when accessing another list view through an action button, the list
      will try to be orderedBy or group_by with the given context
      Which is plain wrong in the first place and may cause crashes
      
      After this commit, the context of a record datapoint (representing a single record)
      is stripped from the keys
      
      Read the opw for a concrete use case
      OPW 1943583
      
      closes odoo/odoo#31706
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      6b676f62
  12. Mar 12, 2019
Loading