Skip to content

Wms sync#6

Closed
QuatschSalat wants to merge 430 commits into16.0from
wms-sync
Closed

Wms sync#6
QuatschSalat wants to merge 430 commits into16.0from
wms-sync

Conversation

@QuatschSalat
Copy link
Copy Markdown

@QuatschSalat QuatschSalat commented May 5, 2026

Hi zusammen,

ich habe für Shopfloor mal einen Zwischenstand als PR in GitHub aufgemacht. Die meisten Änderungen darin sind keine Braking Changes. Ab da kommen weitere Commits mit Änderungen, die für uns größeren Einfluss haben. Da bin ich aktuell dran.

Hier eine Zusammenfassung der relevanten Module innerhalb von WMS:

  • stock_storage_type

    • Erweiterung von "stock.storage.category.capacity" wurde entfernt und das Feature in "stock.storage.category" überführt
      --> Sollte uns aber nicht betreffen, da nicht genutzt. Habe ich gestern im Business Chat gefragt.
    • Entsprechend sind auch Views geändert worden.
    • Bastis Änderung ist mit drin (Thema vals_list)
  • shopfloor_mobile

    • Kleine Anpassung für Prduktdetailansicht in Shopfloor. Nutzen wir nicht.
  • shopfloor_base

    • pre-commit an zwei Stellen deaktiviert
  • shopfloor

    • Neuen Barcode Parser hinzugefügt, "shopfloor.barcode.parser"
    • Viele kleine textlichen und pre-commit Anpassungen
    • Adaption an den neuen Barcode Parser, betrifft uns nicht

mymage and others added 30 commits June 4, 2025 14:26
Currently translated at 100.0% (1 of 1 strings)

Translation: wms-16.0/wms-16.0-stock_release_channel_warehouse_calendar
Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel_warehouse_calendar/it/
If there are several rules for a storage type (e.g.: in Pallets, you have Pallets/Pallets UK),
don't bypass the next rules after the first condition evaluation.
Signed-off-by jbaudoux
Signed-off-by jbaudoux
…te script

In order to skip unnecessary updates
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: wms-16.0/wms-16.0-shopfloor
Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-shopfloor/
rousseldenis and others added 28 commits March 9, 2026 12:14
Allow no max nbr lines
Allow no max volume

Add test
As specific exceptions inherit from UserError, there is no need
to do such change.
Signed-off-by jbaudoux
When splitting is enabled, an over limit picking can be elected as first
picking. In that case, the last device should be used.

An over limit picking must be excluded only when splitting is disabled.

When a trying to split a picking with a single move, there will be no
split order as there is only one move. In this case, the picking must be
used.
Signed-off-by jbaudoux
Tests broke because of this commit in a dependent module: OCA/delivery-carrier@9c8bd5c

See this PR: OCA/delivery-carrier#1142

An outgoing picking is now considered its own "ship_picking_id" (which was not the case before) leading to more data than previously expected in the tests.
Signed-off-by jbaudoux
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: wms-16.0/wms-16.0-stock_picking_batch_creation
Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_picking_batch_creation/
The "Need Release" counter on the Picking Type Kanban view was
inconsistent with standard Odoo counters. Additionally, the layout
broke when the count reached 1,000 or more, causing the number to
overflow the card boundaries.
The `_get_today_start_end_datetime` function returned naive datetimes
without accounting for the user's local timezone. Since Odoo stores
datetimes in UTC, this caused incorrect filtering on the "Pickings to
Process Today" screen for users in non-UTC timezones.

Now, the function correctly calculates the start and end of the local
day and converts those boundaries to UTC .
Currently translated at 100.0% (76 of 76 strings)

Translation: wms-16.0/wms-16.0-stock_picking_batch_creation
Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_picking_batch_creation/it/
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Signed-off-by jbaudoux
@QuatschSalat QuatschSalat marked this pull request as ready for review May 5, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.