- Dec 01, 2022
-
-
Touati Djamel (otd) authored
Steps to reproduce the bug: - Enable “package” option in the settings - Create a storable product “P1” - update the stock to 100 - Create a picking: - product : P1 - Qty: 1 - operation type: delivery - go to additional info > add a carrier - Mark as todo - update the qty done to 1 - Create a second picking with the same steps - Create a batch picking: - Add the picking 1 and 2 - Confirm - Go to “Detailed operation” tab - Click on “Put in pack” - add a “Delivery packaging” - Save - Click a second time on “Put in pack” - Select the same “Delivery packaging” - Save Problem: Traceback is triggered: “tuple index out of range” When the “Put in pack” button is clicked, the “action_put_in_pack” function is called, the move_line_ids which has no package or with a 0 quantity done are filtered, in this case the 2nd move_line with the product “P2” will be used, but the `_pre_put_in_pack_hook` function is not called with its picking: https://github.com/odoo/odoo/blob/14.0/addons/stock_picking_batch/models/stock_picking_batch.py#L229 But rather with the first picking, it will have no move_line because the first move_line already has a quantity done at 1 and a package. So we try to get a record in an empty array: https://github.com/odoo/odoo/blob/14.0/addons/stock/models/stock_picking.py#L1312 opw-3067921 closes odoo/odoo#106864 X-original-commit: 1b6208a2 Signed-off-by:
William Henrotin (whe) <whe@odoo.com> Signed-off-by:
Djamel Touati (otd) <otd@odoo.com>
-
- Nov 27, 2022
-
-
Odoo Translation Bot authored
-
- Nov 25, 2022
-
-
Walid HANNICHE (waha) authored
Bug: - enable wave transfers - Kanban view should not have a create button Fix: removed the button opw-2978078 closes odoo/odoo#99970 Signed-off-by:
Adrien Widart <awt@odoo.com>
-
- Nov 20, 2022
-
-
Odoo Translation Bot authored
-
- Nov 13, 2022
-
-
Odoo Translation Bot authored
-
- Nov 06, 2022
-
-
Odoo Translation Bot authored
-
- Oct 30, 2022
-
-
Odoo Translation Bot authored
-
- Oct 23, 2022
-
-
Odoo Translation Bot authored
-
- Oct 16, 2022
-
-
Odoo Translation Bot authored
-
- Oct 10, 2022
-
-
Adrien Widart authored
OPW-2976150 closes odoo/odoo#102684 X-original-commit: 5277075a Related: odoo/enterprise#32523 Signed-off-by:
William Henrotin (whe) <whe@odoo.com> Signed-off-by:
Adrien Widart <awt@odoo.com>
-
- Oct 09, 2022
-
-
Odoo Translation Bot authored
-
- Oct 02, 2022
-
-
Odoo Translation Bot authored
-
- Sep 25, 2022
-
-
Odoo Translation Bot authored
-
- Sep 18, 2022
-
-
Odoo Translation Bot authored
-
- Sep 11, 2022
-
-
Odoo Translation Bot authored
-
- Aug 28, 2022
-
-
Odoo Translation Bot authored
-
- Aug 14, 2022
-
-
Odoo Translation Bot authored
-
- Aug 11, 2022
-
-
Ahmed Khalaf (ahkh) authored
When adding list of transfers to batch from transfer tree view, if transfers belong to two or more batches an error traceback pops. To reproduce: 1-Create Transfer 1, go to Transfer list view and add it to batch under Action, choose add to a new batch transfer and confirm. 2-Create Transfer 2 and do the same. 3-Now that we have two transfer belonging to two different batches, Under Inventory->Operations->Transfers, select the two transfers in the tree view and choose add to batch under Action, choose add to new batch and confirm, error popsup Bug originated from: #89815 Discovered while working on TaskId:2871679 closes odoo/odoo#97401 Signed-off-by:
William Henrotin (whe) <whe@odoo.com>
-
Ahmed Khalaf (ahkh) authored
This commit removes a needless `ensure_one` in batch `action_cancel` Part-of: odoo/odoo#97401
-
- Aug 07, 2022
-
-
Odoo Translation Bot authored
-
- Jul 31, 2022
-
-
Odoo Translation Bot authored
-
- Jul 24, 2022
-
-
Odoo Translation Bot authored
-
- Jul 17, 2022
-
-
Odoo Translation Bot authored
-
- Jul 03, 2022
-
-
Odoo Translation Bot authored
-
- Jun 26, 2022
-
-
Odoo Translation Bot authored
-
- Jun 24, 2022
-
-
Iryna Vyshnevska authored
closes odoo/odoo#94033 X-original-commit: c008e8e8 Signed-off-by:
Arnold Moyaux (arm) <arm@odoo.com>
-
- Jun 19, 2022
-
-
Odoo Translation Bot authored
-
- Jun 12, 2022
-
-
Odoo Translation Bot authored
-
- Jun 01, 2022
-
-
Odoo Translation Bot authored
-
- May 29, 2022
-
-
Odoo Translation Bot authored
-
- May 22, 2022
-
-
Odoo Translation Bot authored
-
- May 17, 2022
-
-
Odoo Translation Bot authored
-
- May 01, 2022
-
-
Odoo Translation Bot authored
-
- Apr 28, 2022
-
-
Touati Djamel (otd) authored
Steps to reproduce the bug: - Create a batch transfer with several pickings - Confirm it - Delete all the pickings > save Problem: The batch does not cancel as it should’ve been A batch without transfers cannot be confirmed, so it makes no sense to leave a confirmed batch without transfers opw-2792471 closes odoo/odoo#89815 Signed-off-by:
Steve Van Essche <svs@odoo.com>
-
- Apr 24, 2022
-
-
Odoo Translation Bot authored
-
- Apr 17, 2022
-
-
Odoo Translation Bot authored
-
- Apr 10, 2022
-
-
Odoo Translation Bot authored
-
- Apr 03, 2022
-
-
Odoo Translation Bot authored
-
- Mar 27, 2022
-
-
Odoo Translation Bot authored
-
- Mar 20, 2022
-
-
Odoo Translation Bot authored
-