Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
  2. Oct 31, 2021
  3. Oct 29, 2021
  4. Oct 28, 2021
  5. Oct 27, 2021
    • JF Aubert's avatar
      [FIX] mrp_subcontracting: Allow to create backorder for tracked products · 0ef9583b
      JF Aubert authored
      
      This commit fixes the 'You need to supply a Lot/Serial Number...' message
      when validating a receipt with backorder for subcontracted tracked products.
      
      closes odoo/odoo#78062
      
      Task: 2604664
      Signed-off-by: default avatarTiffany Chang <tic@odoo.com>
      0ef9583b
    • Adrien Widart's avatar
      [FIX] mrp_account, sale_mrp: check if BoM line is correct · acd35564
      Adrien Widart authored
      
      Suppose an automated AVCO product category. When confirming an invoice,
      if the associated product was a kit and if its BoM has changed during
      the process, a traceback can occur.
      
      To reproduce the issue:
      (Need sale_management)
      1. Create a product category PC:
          - Costing Method: AVCO
          - Inventory Valuation: Automated
      2. Create 3 products P1, P2, P3:
          - Product Type: Storable
          - Category: PC
      3. Update P3's quantity > 0
      4. Create two bills of materials:
          - BOM01:
              - Product: P1
              - BoM Type: Kit
              - Components: 1 x P2
          - BOM02:
              - Product: P2
              - BoM Type: Kit
              - Components: 1 x P3
      5. Create a sale order SO with 1 x P1
      6. Confirm SO and process the delivery
      7. Edit BOM02:
          - BoM Type: Manufacture
      8. On SO, create the invoice INV
      9. Confirm INV
      
      Error: an Odoo Server Error is displayed with a traceback: "[...] in
      _compute_average_price, bom_line_data = bom_lines[bom_line] [...]
      KeyError: mrp.bom.line(19,)"
      
      On step 7, when changing the BoM type, a new BoM line is created.
      Therefore, in `_compute_average_price`, the BoM associated to the move
      (i.e., `bom_line`) is not one of the lines in `bom_lines` (i.e., the new
      BoM lines). There is already a check in case the line has been deleted,
      but not if it has been changed.
      
      OPW-2610685
      
      closes odoo/odoo#78917
      
      Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
      acd35564
    • Bruno Zanotti's avatar
      [FIX] l10n_ar: doc types active field no updatable · 0f900ba5
      Bruno Zanotti authored
      
      We create the document types data with a csv file, but the active field
      should be not updatable so the users could active or inactive records.
      
      closes odoo/odoo#78576
      
      X-original-commit: a7ea6f21
      Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
      0f900ba5
    • Tiffany Chang (tic)'s avatar
      [FIX] stock: always show draft outs in forecasted report · c7647097
      Tiffany Chang (tic) authored
      
      Fix a small logic bug which made it so draft outs would only show only
      if there were also draft ins.
      
      closes odoo/odoo#79037
      
      Fixes: odoo/odoo#78872
      Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
      c7647097
  6. Oct 26, 2021
  7. Oct 25, 2021
    • Victor Feyens's avatar
      [FIX] purchase_product_matrix: multiple fixes · 591e424f
      Victor Feyens authored
      
      Same fixes for the purchase scope
      
      1) Do not overwrite lines description if the line was not modified
      
      2) Correctly recompute prices/sellers on quantity change.
      
      When no new line was added to the PO through the matrix, the
      prices/sellers were not recomputed, even if the qty was modified for
      some products.
      
      closes odoo/odoo#78902
      
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      591e424f
    • Victor Feyens's avatar
      [FIX] sale_product_matrix: multiple fixes · 4f819438
      Victor Feyens authored
      1) Do not overwrite lines description if the line was not modified
      
      Fixes #78833
      
      2) Correctly recompute prices on quantity change.
      
      When no new line was added to the SO through the matrix, the prices were 
      not recomputed, even if the qty was modified for some products.
      
      The prices have to be recomputed in this case since pricelist provide 
      rules based on minimum qty.
      
      Part-of: odoo/odoo#78902
      4f819438
    • Roy Le's avatar
      [FW][FIX] sale: conflicting context content · 07677d5f
      Roy Le authored
      
      Most uses (correct ones) of the `partner` context key content expect a `res.partner` recordset as `partner` context value.
      This value is extracted during the pricelist price computation (but not used anyway...).
      
      But in one case, fixed by the current commit, a `res.partner` id is placed in the context, as `partner` value.  In some cases, this may trigger "Comparing Apple and Oranges" errors, since `with_context` calls returns a new or existing environment, verifying whether an environment with the same values (user, context, ...) exists.
      During this comparison, the new context, with an id (int) as `partner` value, is compared with existing contexts, potentially including some with a recordset on the same key.  Such a comparison fails on the lowest `__eq__` level, raising "Comparing apples with oranges" error.
      
      This commit fixes this case, by making sure the value put in the `partner` context value is always a recordset, and not an id.
      
      closes odoo/odoo#78936
      
      Note: In the future, this context key should be dropped because it's still a bad practice to put recordsets in the context.
      Forward-port-of: odoo/odoo#78276
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      07677d5f
    • roen-odoo's avatar
      [FIX] stock : Missleading help message · 3244944d
      roen-odoo authored
      
      WO are released in confirmed state, but the help message says that they are released in draft.
      
      opw-2609040
      
      closes odoo/odoo#78890
      
      Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
      3244944d
    • Touati Djamel (otd)'s avatar
      [FIX] mrp_workorder: calculate correctly the WO scheduled end date · b02cdbbe
      Touati Djamel (otd) authored
      
      Steps to reproduce the bug:
      - install mrp_workorder
      - Create a new work center which will work every day from 8:00-9:00
      - Create a BOM with component and operation, which takes 24 minutes in your work center
      - Create 4 MO for this bom
      - Set manually scheduled date > 1 MO should have a different date than others, e.g:
          - 3 MO → 01/dec/2021 08:00
          - 1 MO → 02/dec/2021 08:00
      - Plan the MO which has different date than others
      
      The ```planned_end_date``` is not calculated correctly
      
      Current behavior before PR:
      MO_1 : 01/dec/2021 08:00 → 01/dec/2021 08:24
      MO_2 : 01/dec/2021 08:24 → 01/dec/2021 08:48
      MO_3 : 02/dec/2021 08:00 → 02/dec/2021 08:24
      MO_4 : 02/dec/2021 08:24 → 02/dec/2021 08:24
      
      Problem
      The MO_4 should only last 20 minutes, while it lasts 23 hours and 48 minutes.
      
      opw-2648065
      
      closes odoo/odoo#78377
      
      Related: odoo/enterprise#21701
      Signed-off-by: default avatarRémy Voet <ryv@odoo.com>
      b02cdbbe
    • jev-odoo's avatar
      [FIX] point_of_sale: close sessions via xml-rpc · 6abe353e
      jev-odoo authored
      
      Some of the support scripts use xml-rpc calls to work
      on pos.session on Saas or SH databases
      (especially when needed to upload lot of offline orders
      in smaller batches)
      These scripts should be allowed to close any rescue session
      created during this process programmatically via xml-rpc.
      
      Our xml-rpc protocol does not allow to call function that
      return nothing
      
      closes odoo/odoo#78909
      
      X-original-commit: 834bed30
      Signed-off-by: default avatarMasereel Pierre <pim@odoo.com>
      6abe353e
    • Nathan Marotte (nama)'s avatar
      [FIX] sale_mrp : wrong delivered quantities on kit return · 206c9c8d
      Nathan Marotte (nama) authored
      
      Issue: When returning a product sold that is only made of kits and
      validating the return, the delivered quantities of the sales order was
      set back to the full amount delivered
      
      Steps to reproduce :
        1) Install MRP and Sales
        2) Create a BoM Kit for a new product [Nested Kit] that has one or
          more consumable or storable product as component
        3) Create a BoM Kit for a new product [Main Kit] that has
          [Nested Kit] as component
        4) Create a SO for [Main Kit], confirm, validate delivery
        5) Check SO, 1 product is delivered (correct)
        6) Go back to the Delivery, create a return for the delivery
          (don't validate)
        7) Check SO, 0 product is delivered (correct)
        8) Now validate the return for the delivery
        -> Check SO, 1 product is delivered (bug)
      
      Why is that a bug:
       Since the Main Kit was returned, the delivered should be 0 and not
       the full amount initially delivered. It was set back to 1 because we
       didn't look at the type of picking, when computing the quantity
       delivered, the fall back considered that if all the moves were done,
       everything was delivered, but it is the opposite when returning
      
      opw-2542337
      
      closes odoo/odoo#78838
      
      X-original-commit: e90452bf
      Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
      Signed-off-by: default avatarRémy Voet <ryv@odoo.com>
      206c9c8d
    • Fabio Barbero's avatar
      [FIX] event: stop sending confirmation email as public user · 0b0a359e
      Fabio Barbero authored
      
      Purpose
      =======
      Fix guest users receiving confirmation emails for events by "Public User".
      
      Specifications
      ==============
      Confirmation emails for events are sent by:
      
      - Organizer (if set)
      - Company email (if set)
      - The users's email
      - Odoo bot otherwise
      
      Task-2657588
      
      closes odoo/odoo#78849
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      0b0a359e
    • thcl-odoo's avatar
      [FIX] stock: display float with correct decimal · ef0320b8
      thcl-odoo authored
      
      (Backport : fbf76c1f)
      
      Expected behavior : Quantities are displayed in the same way on the delivery note regardless the stock picking stage.
      
      Current behavior : Quantities aren't displayed in the same way on the delivery note depending on the stock picking stage. (e.g. `2.00 Units` units when picking is in `Waiting` stage but `2.0 Units` when picking is in `Done` stage)
      
      Steps to reproduce the error :
      - Create a RFQ with few units of a Storable Product (e.g. 2 units)
      - Go to the Receipt and print the Delivery Slip and look at the quantities printed (e.g. 2.00)
      - Validate the Receipt and print the Delivery Slip again, quantities printed have changed (e.g. 2.0)
      
      opw-2578120
      
      closes odoo/odoo#78815
      
      Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
      ef0320b8
Loading