Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
    • qmo-odoo's avatar
      [REF] website_slides: replace slide.category by slide with is_category flag · b180c66a
      qmo-odoo authored
      PURPOSE
      
      Like already done for sale order, invoice of survey, purpose of this commit
      is to remove category model and replace by a flagged line (slide). It allows
      to easily reorder slides in an embedded list view.
      
      SPECIFICATIONS
      
      Instead of having a fully fledged slide.category model, slide.slide will serve
      that purpose with a is_category flag. This will allow to drag and drop slides
      and sections in the channel form view.
      
      This change had an impact on the way slides were added/sorted on the front-end.
      In fact, whenever a slide is added from the front-end, a resequencing of all
      the slides in the course has to be triggered.
      
      Category of a slide is now a computed field based on the sequence. Order
      of slides is based on sequence, with categories splitting the slide list based
      on is_category flag.
      
      In this commit tests are added. Some cleaning in tests is also performed to
      speedup a bit tests (savepointcase) and some cleaning / renaming to ease
      their understanding.
      
      Future commit will add JS necessary to manage slides in the section list view.
      
      LINKS
      
      TaskID: 1978731
      PR: #33255
      b180c66a
    • qmo-odoo's avatar
      [FIX] website_slides_survey: fix certified correctly replacing members in kanban view · 5f4c7c5a
      qmo-odoo authored
      SPECIFICATIONS
      
      Before this commit, installing survey would replace the number of done members
      by its label. Now the number of members who completed the course will be
      displayed correctly.
      
      LINKS
      
      Task 1978731
      PR #33255
      5f4c7c5a
    • qmo-odoo's avatar
      [FIX] website_slides: fix crashes on channel creation/edit · b37243b8
      qmo-odoo authored
      SPECIFICATIONS
      
      Before this commit, creating a channel would crash because of NewID key
      not existing in a dictionary for compute fields. A crash would also happen
      when deleting a slide from the channel form view.
      
      LINKS
      
      Task 1978731
      PR #33255
      b37243b8
    • qmo-odoo's avatar
      [FIX] website_forum: rename compute method for forum statistics · f5ddd6f1
      qmo-odoo authored
      SPECIFICATIONS
      
      This commit renames the compute method _compute_slides_statistics to
      _compute_forum_statistics. Purpose is to make read easier to understand
      by having meaningful names .
      
      LINKS
      
      Task 1978731
      PR #33255
      f5ddd6f1
    • Victor Feyens's avatar
      [IMP] sale_product_matrix : product UI · a461e5ea
      Victor Feyens authored
      
      closes odoo/odoo#35562
      
      Signed-off-by: default avatarDamien Bouvy (dbo) <dbo@odoo.com>
      a461e5ea
  2. Aug 07, 2019
  3. Aug 08, 2019
    • Parth Choksi's avatar
      [IMP] delivery, sale: improvements in recomputing of shipping cost · 6173dd21
      Parth Choksi authored
      The "Recompute shipping cost" button will now reopen the wizard
      to be able to change carrier.
      
      When adding to the order, it will replace the current shipping cost.
      
      Relabelled the "Recompute shipping cost" to “Update Shipping Cost”
      and moved it to the right.
      
      Shipping method field will have radio widget and cost will be editable
      in the wizard.
      
      Also, it was not allowed to delete a delivery line when the order was
      confirmed ('sale' state). So here, as we want to allow user to change the
      carrier even after the order is confirmed, we have allowed delivery line
      to be deleted so that new line is added in place of that.
      
      task-2033229
      6173dd21
    • Parth Choksi's avatar
      [IMP] sale: changed default sequence prefix of order · 9f32b937
      Parth Choksi authored
      There is a confusion with SO when it comes to payment ref. 'SO001' is too
      visually to close to 'S0001'.
      
      And wrong payment ref don't help the user reconciling the payments.
      So, changed the prefix in default sequence of sales orders from 'SO' to 'S'.
      
      task-2033229
      9f32b937
    • Parth Choksi's avatar
      [IMP] sale: added currency field for fixed amount in invoice · 9dde9ff2
      Parth Choksi authored
      While creating the invoice order, if you choose the radio button of
      Down Payment(Fixed amount) then the field with currency will be shown
      and if you choose the Down Payment(Percentage) then the field with
      percentage symbol will be shown and evaluated respectively.
      
      task-2033229
      9dde9ff2
    • Parth Choksi's avatar
      [IMP] *_sale, sale, sale_*: improvements in form view · 5d7c0267
      Parth Choksi authored
      Sending a quotation by mail is really rare and the option is still
      available in dropdown menu. It is also confusing to see the document status
      changed while you just want to print as a draft sometimes. So the PRINT button
      is removed here.
      
      Only displayed UNLOCK/LOCK for 'sales managers' if the
      option “Lock confirmed orders” is activated in the settings.
      
      Removed the ability to open the payment terms via external button
      in edit mode
      
      Removed the left,right and top borders in the field of terms and condition.
      Kept only bottom border.
      
      Event and Event ticket will come after Product regardless of it being a
      template or the product.
      
      In the sale order's form view, made certain changes like shifting
      the positions, removing the field, adding title, keeping the field
      in debug mode.
      
      task-2033229
      5d7c0267
    • Parth Choksi's avatar
      [IMP] delivery, sale_coupon: layout changes · 3ee0d3b6
      Parth Choksi authored
      Changed positions of some buttons.
      Changed wordings.
      Some minor wording and layout improvements in wizard for coupon.
      
      task-2033229
      3ee0d3b6
  4. Aug 07, 2019
    • Mitali Patel's avatar
      [IMP] *: add visual indicator for exception activities in list and kanban · e3f327a6
      Mitali Patel authored
      
      The new visual indicator for exception activities has been added on all
      corresponding kanban and list views.
      
      A new filter "Exception Activities" has also been added in the
      corresponding search views.
      
      Task 1889379
      
      closes odoo/odoo#31839
      
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      e3f327a6
    • Mitali Patel's avatar
      [IMP] mail: better exception activity handling in kanban and tree · a54457e0
      Mitali Patel authored
      The purpose of this task is to add a visual indicator on kanban and list
      views when there is an exception activity on a record. To do so, two
      fields have been added on the activity mixin that determine if the record
      has an exception activity and its corresponding icon.
      
      When there's an exception activity, the next activity icon is different
      in the kanban and in the list view, the icon is displayed at the end of
      the column with no label.
      
      Prefetching all activity_type_ids in compute will allow to lessen
      queries (3 query for this compute) and cache may benefit to other
      mail.activity.mixin computed field, like activity_state in kanban view
      
      Task 1889379
      a54457e0
  5. Aug 08, 2019
  6. Aug 06, 2019
  7. Aug 07, 2019
Loading