Skip to content

[19.0][MIG] stock_move_location: Migration to 19.0#2500

Open
dreispt wants to merge 73 commits intoOCA:19.0from
ursais:19.0-mig-stock_move_location
Open

[19.0][MIG] stock_move_location: Migration to 19.0#2500
dreispt wants to merge 73 commits intoOCA:19.0from
ursais:19.0-mig-stock_move_location

Conversation

@dreispt
Copy link
Copy Markdown
Member

@dreispt dreispt commented Jan 11, 2026

No description provided.

mathieuvatel and others added 30 commits January 11, 2026 15:36
A recordset object is not reliable enough to use as a key for the
built-in 'sorted' and 'itertools.groupby' functions (sometimes it works,
sometimes not).
Using the ID of the record (here the product ID) can fix the problem, but the
'group_lines()' has been totally rewritten for a simpler implementation without
any use of 'sorted' or 'itertools.groupby' functions to group the wizard lines
by product: an iteration on lines to fill a dictionary does the job.
Currently translated at 100.0% (32 of 32 strings)

Translation: stock-logistics-warehouse-11.0/stock-logistics-warehouse-11.0-stock_move_location
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_move_location/es/
[FIX] improvement move line generation
- The ability to start the wizard from a picking type in the inventory dasbhoard
- A toggle to edit the origin and destination locations.
done inline because the same margin is defined in  style files
for account dashboard, however I don't want to apply the
account_kanban class here as it would have more effects.
* fix tests as per latest changes
* extend test as per latest changes
* add little help in technical fields
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
…lines. Reassign reserved quantities for quants moved.
Currently translated at 100.0% (43 of 43 strings)

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_move_location
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_move_location/fr/
chienandalu and others added 11 commits January 11, 2026 15:36
If we disable in the wizard the "Apply putaway rules" toggle we wan't to
prevent those to be applied by any automatic logic. Simply injecting the
avoid_putaway_rules context the core does so ignoring them.

TT52561
Ensure that the picking types available for use are for internal transfers.

Not change the picking type if selected before selecting an origin location of the same location default.

Add the exclusion of reserved quantities as optional, to avoid trying to transfer more than really available but also maintaining the option to transfer all even the reserved.

Add new field to show all the quantity of the line to see the difference of the available and reserved.
@dreispt dreispt force-pushed the 19.0-mig-stock_move_location branch 3 times, most recently from f53337f to 3cda5b7 Compare January 11, 2026 16:11
@dreispt dreispt force-pushed the 19.0-mig-stock_move_location branch 6 times, most recently from f9ef9a1 to 6f8f84b Compare January 11, 2026 17:37
@dreispt dreispt force-pushed the 19.0-mig-stock_move_location branch from 6f8f84b to fca679f Compare January 11, 2026 17:47
@eugenios73
Copy link
Copy Markdown

eugenios73 commented Mar 2, 2026

Hi @dreispt, the tests are failing, what are your plans to fix the errors?

Copy link
Copy Markdown
Contributor

@Reyes4711-S73 Reyes4711-S73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown

@eugenios73 eugenios73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGFM

@dreispt
Copy link
Copy Markdown
Member Author

dreispt commented Mar 4, 2026

Thank you, tests need fixing though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.