Skip to content
Snippets Groups Projects
  1. Mar 25, 2019
  2. Mar 24, 2019
  3. Mar 22, 2019
  4. Mar 21, 2019
  5. Mar 20, 2019
    • Nicolas Martinelli's avatar
      [FIX] stock: late pickings · 3e6b4844
      Nicolas Martinelli authored
      
      With the demo data:
      - Go to Inventory
      - On the 'Delivery Order' Kanban card of YourCompany, click on 'Late'
      
      More pickings are displayed than the expected count.
      
      This is because the domain of the filter is not in line with the domain
      of `_compute_picking_count`.
      
      Closes #29777
      opw-1951090
      
      closes odoo/odoo#31994
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      3e6b4844
  6. Mar 21, 2019
  7. Mar 20, 2019
  8. Mar 19, 2019
    • Nicolas Lempereur's avatar
      [FIX] payment_stripe: open>exit>open opened 1 time · 98fe5054
      Nicolas Lempereur authored
      
      If using Stripe we did "Pay Now" -> close modal -> "Pay Now" we would
      get 2 modals and possibly be blocked by infinite loading.
      
      With this changeset, we only execute one time our strip.js file so we do
      not declare multiple MutationObserver.
      
      We also only open one checkout at a time from stripe when closing and
      opening it or multiclicking click (the later one that could block the
      interface with several stripe iframe opened and one with a infinite
      loading wheel).
      
      opw-1939323
      closes #31928
      
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      98fe5054
    • XavierDo's avatar
      [IMP] core: avoid to process work when worker is 'killed' during sleep. · a4049296
      XavierDo authored
      
      If a signal is received during the worker _runloop sleep,
      the worker will be marked as alive=False but process_work
      will still be called once.
      
      This commit prevents that by checking the worker state before
      calling process_work.
      
      closes odoo/odoo#31885
      
      Signed-off-by: default avatarOlivier Dony (odo) <odo@openerp.com>
      a4049296
  9. Mar 18, 2019
  10. Mar 15, 2019
  11. Mar 14, 2019
  12. Mar 18, 2019
  13. Mar 15, 2019
    • Nicolas Martinelli's avatar
      [FIX] point_of_sale: picking on move line · a03bd36e
      Nicolas Martinelli authored
      
      - Activate Lots and S/N
      - Track a product A by unique S/N
      - Receive one unit of A
      - Sell the unit of A through the POS
      - Go to Invnetory > Products > Lots/Serial Numbers, and open the
        Upstream Traceability report
      
      The line corresponding to the outgoing move line is not linked to the
      corresponding picking.
      
      The field `picking_id` is empty on the `stock.move.line`, so the link is
      not directly retrieved.
      
      Related to #31879 which fixes the issue for existing `stock.move.line`.
      opw-1939413
      
      closes odoo/odoo#31880
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      a03bd36e
    • Nicolas Martinelli's avatar
      [FIX] stock: picking of move line · e7c92352
      Nicolas Martinelli authored
      
      - Activate Lots and S/N
      - Track a product A by unique S/N
      - Receive one unit of A
      - Sell the unit of A through the POS
      - Go to Inventory > Products > Lots/Serial Numbers, and open the
        Upstream Traceability report
      
      The line corresponding to the outgoing move line is not linked to the
      corresponding picking.
      
      The field `picking_id` is empty on the `stock.move.line`, so the link is
      not directly retrieved.
      
      Even if the POS should set the `picking_id` field, the traceability
      report should fallback on the picking of the move.
      
      opw-1939413
      
      closes odoo/odoo#31879
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      e7c92352
  14. Mar 17, 2019
  15. Mar 15, 2019
  16. Mar 14, 2019
  17. Mar 13, 2019
Loading