Commit Graph

27 Commits

Author SHA1 Message Date
OCA-git-bot
3682cf8180 [BOT] post-merge updates 2024-07-29 07:04:10 +00:00
OCA-git-bot
ee90fc19c3 Merge PR #2115 into 16.0
Signed-off-by rousseldenis
2024-07-29 06:56:34 +00:00
OCA-git-bot
479a31d613 [BOT] post-merge updates 2024-07-25 14:28:22 +00:00
Laurent Mignon (ACSONE)
4f59bcbcf3 [IMP] stock_move_location: Improve UI and add hooks
The sql query is replaced by the read_group method from the orm. This
allows the use of odoo domain and the definition of a new method that can
be overriden to get the domain to retrieve the quants.  Extract the
initialization logic for the stock_move_location_line_ids field into a
dedicated method to allow to be called wy others addons.

Improve the wizard form:

 * Toggle fields are now properly displayed
 * Add a placeholder group to be used by specialized addon to add additional filters
2024-07-24 16:27:42 +02:00
OCA-git-bot
67357319a6 [BOT] post-merge updates 2024-04-23 11:43:52 +00:00
OCA-git-bot
0acc911ab5 [BOT] post-merge updates 2024-04-17 06:55:21 +00:00
OCA-git-bot
96ccc0c731 [BOT] post-merge updates 2024-03-25 07:53:01 +00:00
OCA-git-bot
e272a87556 [BOT] post-merge updates 2024-03-11 15:14:01 +00:00
Aungkokolin1997
499b333811 [FIX] stock_move_location: reserverd_quantity is always zero when move location from inventory adjustment 2023-12-23 08:36:54 +00:00
OCA-git-bot
156652b14a [BOT] post-merge updates 2023-12-02 02:12:40 +00:00
Jairo Llopis
9c7f0bce11 [DOCS] stock_move_location: improve usage instructions
@moduon MT-3609

Fixes https://github.com/OCA/stock-logistics-warehouse/issues/1882.

Co-authored-by: Gelo Joga <147538094+Gelojr@users.noreply.github.com>
2023-11-22 12:12:40 +00:00
Jairo Llopis
c7f4f8803d [BUILD] stock_move_location: convert readme fragments to markdown 2023-11-22 12:03:00 +00:00
OCA-git-bot
39c834f6ea [UPD] README.rst 2023-09-03 17:22:50 +00:00
OCA-git-bot
fbc8ae23a7 [UPD] README.rst 2023-06-27 20:35:10 +00:00
OCA-git-bot
b26eb94801 [UPD] README.rst 2022-12-10 10:41:24 +00:00
OCA-git-bot
6466329539 [UPD] README.rst 2022-11-13 20:54:45 -05:00
Alexei Rivera
b5085845cd [FIX] stock_move_location: Bug on onchange origin location 2022-11-13 20:54:45 -05:00
OCA-git-bot
cf2e860700 [UPD] README.rst 2022-11-13 20:54:44 -05:00
João Marques
1eb1e30f37 [MIG] stock_move_location: Migration to 14.0
TT26454
2022-11-13 20:54:44 -05:00
hveficent
0c289974e3 [FIX] stock_move_location: Error on onchange origin location 2022-11-13 20:54:44 -05:00
Joan Sisquella
46362aecf9 [MIG] stock_move_location: Migration to 13.0 2022-11-13 20:54:44 -05:00
Joan Sisquella
a5cf4d0b23 [11.0][FIX] stock_move_location:
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
2022-11-13 20:54:44 -05:00
Joan Sisquella
d01031a7b7 [12.0][FIX][stock_move_location] Planned transfer: quantity done 2022-11-13 20:54:44 -05:00
Sergio Teruel
51f4bc6d1f [11.0][FIX] stock_move_location: Not check availability when do immediate transfer. 2022-11-13 20:54:44 -05:00
Sergio Teruel
0eb2c7f18a [11.0][IMP] stock_move_location: Allow move products from one location to another directly from selected quants 2022-11-13 20:54:44 -05:00
sebalix
7126853d88 [FIX] stock_move_location: fix the 'group_lines()' method
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.
2022-11-13 20:54:44 -05:00
sebalix
c2da01f104 [11.0][MIG] stock_move_location: fixing/improving code + add a roadmap
for further improvements
2022-11-13 20:54:44 -05:00