Tags: acsone/wms
Tags
[FIX] shopfloor: add unique parameter to product image URL The change adds a unique parameter to the product image URL, which is generated using a SHA-512 hash of the product's last update timestamp. This ensures that when a product image is updated, the URL will change, preventing caching issues and ensuring that users always see the most recent image.
[FIX] shopfloor: add unique parameter to product image URL The change adds a unique parameter to the product image URL, which is generated using a SHA-512 hash of the product's last update timestamp. This ensures that when a product image is updated, the URL will change, preventing caching issues and ensuring that users always see the most recent image.
[FIX] shopfloor: add unique parameter to product image URL The change adds a unique parameter to the product image URL, which is generated using a SHA-512 hash of the product's last update timestamp. This ensures that when a product image is updated, the URL will change, preventing caching issues and ensuring that users always see the most recent image.
[FIX] shopfloor: cluster_picking set_destination_all: skip batch sani… …ty check When set_destination_all splits the remaining lines into a new picking and re-attaches it to the batch, the batch may already contain a done picking (the one processed first). Assigning batch_id then triggers stock_picking_batch's sanity check, which raises because the batch mixes a done picking with a draft/assigned one. Skip the sanity check for this specific assignment via a context key, since the new picking is a legitimate split of a batch already in progress, not an inconsistent manual assignment.
[FIX] shopfloor: cluster_picking set_destination_all: skip batch sani… …ty check When unloading a batch with picking partially processed, the remaining quantities are put into split order and the new picking is added to the batch. This process could occur after a first picking has been marked as done, which would cause the batch sanity check to fail. To avoid this, we skip the batch sanity check when unloading a batch.
[IMP] shopfloor_reception_mobile: prevent UI layout shift on product … …image load
Merge commit 'refs/pull/1233/head' of github.com:oca/wms into 16.0-al… …c-shopfloor
Merge commit 'refs/pull/1234/head' of github.com:oca/wms into 16.0-al… …c-shopfloor-single-product-transfer
Merge commit 'refs/pull/1231/head' of github.com:oca/wms into 16.0-al… …c-shopfloor-reception
Merge commit 'refs/pull/1230/head' of github.com:oca/wms into 16.0-al… …c-shopfloor-mobile-base
PreviousNext