Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
  2. Sep 16, 2018
    • Jérome Maes's avatar
      [FIX] portal: avoid strange domain when fetch messages · 5937d13c
      Jérome Maes authored
      When fetching messages from the portal controller, we might
      give a domain to restrict the message selection. Typically,
      the ecommerce allows users to submit messages with rating
      of the product. Users are allowed to filter the messages
      with a certain rating.
      Passing a non-normalized domain to this controller could
      give strange result, as the code was using `+=` to concat
      domains; some result domain could have been correct, but
      return some strange results.
      
      This commit normalizes all domains used in the code
      making a non-normalized domain (given as parameter) crashes,
      instead of returning unexpected messages.
      
      Closes #26939
      5937d13c
  3. Sep 11, 2018
  4. Oct 01, 2018
    • Goffin Simon's avatar
      [FIX] sale_mrp: Updating delivered qty · c2dfdc30
      Goffin Simon authored
      Steps to reproduce the bug:
      
      - Create Product P: with BOM type - Kit and BOM components > Set - Invoicing: on delivered quantity
      - Create SO with P and confirm - delivery 1 will be generated
      - Cancel the SO - delivery 1 - will also get canceled
      - Reset the canceled SO to quotation and confirm it - new delivery 2 will be generated
      - Validate the delivery and receive product KIT
      
      Bug:
      
      Check SO - 'Delivered quantity' was not updated
      
      opw:1888449
      
      closes odoo/odoo#27358
      c2dfdc30
    • Goffin Simon's avatar
      [FIX] l10n_be_invoice_bba: Duplicating an existing in_invoice with BBA structured message · 1c6a7a1e
      Goffin Simon authored
      Steps to reproduce the bug:
      
      - Create a partner P with communication type set to BBA
      
      - Create an in_invoice I for P with a BBA structured communication
      
      - Validate I and try to duplicate it
      
      Bug:
      
      A UserError was raised "Empty BBA Structured Communication!"
      
      opw:1883982
      
      closes odoo/odoo#27331
      1c6a7a1e
  5. Sep 28, 2018
  6. Sep 27, 2018
  7. Sep 28, 2018
  8. Sep 26, 2018
  9. Sep 25, 2018
  10. Sep 24, 2018
  11. Sep 23, 2018
  12. Sep 21, 2018
  13. Sep 19, 2018
    • zeroheure's avatar
      [DOC] cmdline: proper default for limit-memory · cda1bec3
      zeroheure authored
      The default values for --limit-memory-(soft|hard) had been changed in
      Odoo v8.0, but this change wasn't reflected in the cmdline --help.
      
      Closes #22315
      Unverified
      cda1bec3
    • SimoRubi's avatar
      [FIX] project: project does not have hierarchical structure anymore · 05f1a788
      SimoRubi authored
      The action is not used anywhere but was not working
      
      Closes #27034
      Unverified
      05f1a788
    • Nicolas Martinelli's avatar
      [FIX] sale_mrp, sale_stock: procurement qty of kits · d3ee7a7a
      Nicolas Martinelli authored
      - Create a BOM kit for product F with:
        2 Unit(s) of A
        1 Unit(s) of B
      - Create a SO for 1 Unit(s) of F, confirm
        => a picking with 2 Unit(s) of A and 1 Unit(s) of B is created
      - Modify the Ordered Qty to 2 Unit(s)
      
      The picking is not updated.
      
      This is because `_get_qty_procurement` wrongly computed the product
      quantity based on the moves' quantities. This is not correct since the
      moves are for products A and B, not product F.
      
      At this point, it is not possible to make sure of the real procurement
      quantity. therefore, we use a very simple approach: we compare the sold
      quantity before and after modification, and return the difference.
      
      opw-1881227
      
      closes odoo/odoo#27064
      d3ee7a7a
  14. Sep 27, 2018
  15. Sep 26, 2018
    • qsm-odoo's avatar
      [FIX] website: add correct ID on demo pages container · 66d37834
      qsm-odoo authored
      closes odoo/odoo#27244
      66d37834
    • len-odoo's avatar
      [FIX] website: fix image carousel · fd122aec
      len-odoo authored
      We fix a number of problems:
          - grayscale filter not being applied except on desktop Firefox
          - incorrect vertical-align on iOS
          - image sliders being displayed below the margin on iOS
          - carousel indicators flickering at initial load
          - very short indicator panel, almost unusable on mobile
          - misaligned indicators because of first margin
      There are two modes on which these fixes apply:
          - image gallery in slideshow
          - slideshow in modal
             (e.g. obtained by clicking on the gallery set on masonry mode)
      Note that due to a refactoring, the gallerySlider was not loaded in the modal,
      completely breaking the indicators.
      
      Coauthored by @nle-odoo
      
      opw 1874274
      
      closes odoo/odoo#27226
      fd122aec
    • len-odoo's avatar
      [FIX] mail: set the thread_id when creating a new thread · 09340bb7
      len-odoo authored
      After a refactoring for v11, the id of a newly created thread is not returned
      anymore.
      Therefore server actions weren't being executed on newly created records.
      
      opw 1886383
      
      closes odoo/odoo#27238
      09340bb7
  16. Sep 25, 2018
  17. Sep 26, 2018
Loading