Skip to content
Snippets Groups Projects
  1. Jun 19, 2019
    • Thanh Dodeur's avatar
      [FIX] base, web: set 304 status in binary_content · f3e10f69
      Thanh Dodeur authored
      
      Before this commit, the No Change status wasn't properly set because
      the `filehash` wasn't passed to `_binary_set_headers` and because
      the status was not changed to 304 if it was already set to 200 earlier.
      
      This commit fixes this issue and also prevents images to be processed
      in `content_image` if the status is 304.
      
      opw-2008426
      
      closes odoo/odoo#34032
      
      Signed-off-by: default avatarChristophe Simonis <chs@odoo.com>
      f3e10f69
  2. Jun 20, 2019
  3. Jun 19, 2019
  4. Jun 20, 2019
    • qsm-odoo's avatar
      [FIX] gamification: restore broken images in non-demo data · 8401c6bf
      qsm-odoo authored
      
      For some strange reasons, the e-learning ranks are created in data but
      the demo data override their motivational message fields.
      Unfortunately, the demo data were ok but the normal data had broken
      images in them.
      
      closes odoo/odoo#34282
      
      Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
      8401c6bf
    • qsm-odoo's avatar
      [FIX] web_editor: allow fullscreen editor even when inside modal · 6f653ac6
      qsm-odoo authored
      The new editor of https://github.com/odoo/odoo/pull/29775
      
       came with a
      fullscreen option. When using the toggle when the editor is in inside
      a modal, the editor stretched only to match the size of the modal
      instead of the viewport.
      
      This is because the 'position: fixed' rule which is used to achieve the
      fullscreen layout cannot work if a parent of the element has a CSS
      transform applied on it. Indeed in that case, that element acts like the
      viewport for 'position: fixed' elements.
      
      closes odoo/odoo#34272
      
      Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
      6f653ac6
    • mgh-odoo's avatar
      [FIX] point_of_sale: discount applied twice · 42413faf
      mgh-odoo authored
      
      * Setup an IoTBox connected to a receipt printer
      * In POS Config:
      - IoT Box: check "IoTBox", set the IP of the Box and check "Receipt Printer"
      - Pricing: Select "Tax-Included Price"
      * Start the POS, select any product
      * Click on "Disc" on the virutal keyboard on the bottom left of the POS
      * Enter the amount of the discount
      * Validatate payment (Click "Payment" > "Cash" > Enter Amount > "Validate")
      * A ticket should print on the receipt printer:
      - The price in the rigth column is correct
      
      Current behaviour:
      * In the left column, it shows : Product name, Base price, Discount: X%, 1 x Price --> This price is not correct, it shows the price with the discount applied twice.
      
      Expected behaviour:
      * Discount applied once everywhere on ticket.
      
      task-1978564
      
      closes odoo/odoo#34278
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      42413faf
    • mgh-odoo's avatar
      [FIX] point_of_sale: wrong price on receipt fix · 1f62977d
      mgh-odoo authored
      
      Before this commit, if a user select option 'tax-Included Price' in pricing
      from pos.config and sale product with a discount, it is first displaying
      price without tax instead of the price including tax.
      
      Task-2002464
      Closes #33733
      
      closes odoo/odoo#34259
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      1f62977d
  5. Jun 19, 2019
  6. Jun 18, 2019
  7. Jun 17, 2019
    • Anshuman Sharma's avatar
      [FIX] web: highlight clickable pivot cells on hover · 696e31d3
      Anshuman Sharma authored
      
      After a recent reorganization of the web client's components tree, the
      class 'o_enable_linking' was added on the wrong element. This made the
      css rule responsible of the highlighting of the clickable pivot cells
      impossible to satisfy.
      
      This commit fixes the issue by adding the class directly in the template
      'PivotView'.
      
      Additionally, this commit also makes visually clear when a field
      selection menu-items is disabled (because it is already used) using
      a 'not-allowed' cursor (which was removed in bs4). It is now again
      possible to open a list view by clicking on a cell with zero value
      (like in Odoo 11).
      
      task-1916889
      
      closes odoo/odoo#34165
      
      Signed-off-by: default avatarVincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
      696e31d3
    • mgh-odoo's avatar
      [FIX] website_slides: large image thumbnail · 669b224f
      mgh-odoo authored
      
      When user uploads video and set thumbnail from Promote >
      optimize SEO > social share, it shows a small image that
      changed to a large resolution image
      
      Task-2010019
      
      closes odoo/odoo#34177
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      669b224f
  8. Jun 18, 2019
  9. Jun 17, 2019
  10. Jun 14, 2019
  11. Jun 13, 2019
  12. Jun 12, 2019
Loading