Skip to content

Tags: acsone/wms

Tags

16.0+alc+692a538a0b3029069d52f4272a9c7c56bda99afc

Toggle 16.0+alc+692a538a0b3029069d52f4272a9c7c56bda99afc's commit message
[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.

16.0+alc+5360910e6b1918093722b300a6e5ae3411eb1e14

Toggle 16.0+alc+5360910e6b1918093722b300a6e5ae3411eb1e14's commit message
[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.

16.0+alc+ea7252f5514b2612b92725da48ab1670c95d1c72

Toggle 16.0+alc+ea7252f5514b2612b92725da48ab1670c95d1c72's commit message
[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.

16.0+alc+784c4ed6fb6931ca771e19a9c94404bc9d5789ea

Toggle 16.0+alc+784c4ed6fb6931ca771e19a9c94404bc9d5789ea's commit message
[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.

16.0+alc+559c4d1cbad8b383bbcbed30857ae70bf560213d

Toggle 16.0+alc+559c4d1cbad8b383bbcbed30857ae70bf560213d's commit message
[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.

16.0+alc+11e8b314740fdf4b556421d85e8757443d74e5f5

Toggle 16.0+alc+11e8b314740fdf4b556421d85e8757443d74e5f5's commit message
[IMP] shopfloor_reception_mobile: prevent UI layout shift on product …

…image load

16.0+alc+781bbddc56ace7d2bfc53966d6918acbe747087a

Toggle 16.0+alc+781bbddc56ace7d2bfc53966d6918acbe747087a's commit message
Merge commit 'refs/pull/1233/head' of github.com:oca/wms into 16.0-al…

…c-shopfloor

16.0+alc+e40645510270e188caf927b16a529ee517fdb607

Toggle 16.0+alc+e40645510270e188caf927b16a529ee517fdb607's commit message
Merge commit 'refs/pull/1234/head' of github.com:oca/wms into 16.0-al…

…c-shopfloor-single-product-transfer

16.0+alc+787ef7a0bd772286d74565438283caa33886bac3

Toggle 16.0+alc+787ef7a0bd772286d74565438283caa33886bac3's commit message
Merge commit 'refs/pull/1231/head' of github.com:oca/wms into 16.0-al…

…c-shopfloor-reception

16.0+alc+ef44ad51fcb8cfbc13960990a907538a4686bb5a

Toggle 16.0+alc+ef44ad51fcb8cfbc13960990a907538a4686bb5a's commit message
Merge commit 'refs/pull/1230/head' of github.com:oca/wms into 16.0-al…

…c-shopfloor-mobile-base