Commit Graph

912 Commits

Author SHA1 Message Date
OCA-git-bot
07d3a00bea stock_request 15.0.1.0.3 2022-10-27 15:37:02 +00:00
OCA-git-bot
46b174c274 Merge PR #1524 into 15.0
Signed-off-by pedrobaeza
2022-10-27 15:33:11 +00:00
nicolas
d13a3a50e2 [FIX] stock_request: fix access on act_window 2022-10-27 11:33:50 -03:00
Weblate
cf1c3ffc27 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_archive_constraint
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_archive_constraint/
2022-10-26 15:15:24 +00:00
OCA-git-bot
c1d1c0185e [ADD] setup.py 2022-10-26 13:52:08 +00:00
OCA-git-bot
b9c2f3cff3 [UPD] addons table in README.md 2022-10-26 13:52:04 +00:00
oca-ci
14cd0033bf [UPD] Update stock_archive_constraint.pot 2022-10-26 13:47:12 +00:00
OCA-git-bot
8e5b416942 Merge PR #1453 into 15.0
Signed-off-by pedrobaeza
2022-10-26 13:43:13 +00:00
Cesar Andres Sanchez
61c4c161ec [MIG] stock_archive_constraint: Migration to 15.0 2022-10-26 14:51:16 +02:00
Weblate
e3d9dedf24 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request/
2022-10-26 07:14:25 +00:00
OCA-git-bot
2340cb6d81 [UPD] addons table in README.md 2022-10-26 07:14:16 +00:00
OCA-git-bot
4cdb5cd514 stock_request 15.0.1.0.2 2022-10-26 07:14:11 +00:00
oca-ci
6ffe3891b8 [UPD] Update stock_request.pot 2022-10-26 07:10:10 +00:00
OCA-git-bot
d091cc4a19 Merge PR #1518 into 15.0
Signed-off-by pedrobaeza
2022-10-26 07:06:22 +00:00
Víctor Martínez
efafc7f88c [IMP] stock_request + stock_request_submit: Show error in stock.request.order in the "Confirm" or "Submit" buttons if there are no items.
TT39761
2022-10-26 08:55:22 +02:00
OCA-git-bot
8245e14376 [UPD] addons table in README.md 2022-10-24 10:32:12 +00:00
OCA-git-bot
435560ac1c stock_move_location 15.0.1.0.2 2022-10-24 10:32:07 +00:00
OCA-git-bot
e1fef5a90b Merge PR #1475 into 15.0
Signed-off-by rousseldenis
2022-10-24 10:27:38 +00:00
OCA-git-bot
53097926d3 [UPD] addons table in README.md 2022-10-22 07:02:20 +00:00
OCA-git-bot
c69521b669 stock_request 15.0.1.0.1 2022-10-22 07:02:15 +00:00
OCA-git-bot
d781daebaa Merge PR #1513 into 15.0
Signed-off-by pedrobaeza
2022-10-22 06:58:10 +00:00
nicolas
6b5749a7d2 [FIX] stock_request: fix access on act_window 2022-10-21 16:32:49 -03:00
OCA-git-bot
9ffd49baa6 [UPD] addons table in README.md 2022-10-20 13:27:06 +00:00
OCA-git-bot
d2cf384943 stock_move_location 15.0.1.0.1 2022-10-20 13:26:57 +00:00
OCA-git-bot
5dae58c7b2 [UPD] README.rst 2022-10-20 13:26:57 +00:00
OCA-git-bot
ea7409f71d Merge PR #1488 into 15.0
Signed-off-by rousseldenis
2022-10-20 13:23:14 +00:00
Alexei Rivera
1804bb1b71 [FIX] stock_move_location: Bug on onchange origin location 2022-10-11 14:52:41 -04:00
Akim Juillerat
bed8fdbfcd stock_move_location: Remove update of assigned moves location
The update of the source location of a move is not a good idea, as
shown in the test case that is modified by this commit and explained
below.

In general, a stock.move will be linked to a stock.picking whose
location_id and location_dest_id are defined by the picking type.
As such, the stock.move will inherit these locations and it is the
assignation of the stock.move that will create a stock.move.line
where the location (in case of outgoing picking) or the destination
location (in case of incoming picking through putaway) will be a
sub location of the respective location defined on the move.

So, if we want to empty a stock.location and move all its content
to another stock.location, we do not want to update the location
of the reserved moves, since it can break the reservation mechanism
of Odoo, as the assignation of a move will always look into the
children locations of the move, and it is not supposed to be updated
by any internal transfer, to what could be a children location.

Then, if internal transfers were planned from the location that is
being emptied, but are supposed to be executed after the location
has been emptied, there is probably an issue with the planning and
the sequence in which both transfers are being executed.
Since the internal transfer being updated in the test case was also
moving from a shelf location to its parent (where technically the goods
are already, since they are in a child location), we should prefer not
breaking the standard workflow of Odoo instead of supporting a corner
case with an internal transfer.

I guess we can revisit my assumption if we have a good reason to update
the stock location, but the one that was tested doesn't seem to be
good enough to justify breaking a standard mechanism.
2022-10-09 15:32:31 +02:00
OCA-git-bot
76defcda05 [UPD] addons table in README.md 2022-10-07 07:56:40 +00:00
OCA-git-bot
ea5d3cbf15 stock_quant_manual_assign 15.0.1.2.0 2022-10-07 07:56:36 +00:00
OCA-git-bot
c8fb803626 Merge PR #1481 into 15.0
Signed-off-by rousseldenis
2022-10-07 07:51:38 +00:00
Yoshi Tashiro
a67656851c [IMP] stock_quant_manual_assign: make quant search flexible
This is to make it easier to manipulate with the domain conditions
and search results for available quants.
2022-09-08 03:25:57 -04:00
Hai Lang
7880648cd6 Translated using Weblate (French)
Currently translated at 38.0% (8 of 21 strings)

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_available
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_available/fr/
2022-09-08 05:07:11 +00:00
OCA-git-bot
89cb244703 [ADD] setup.py 2022-08-31 15:07:52 +00:00
OCA-git-bot
b7a4d18118 [UPD] README.rst 2022-08-31 15:07:51 +00:00
OCA-git-bot
62d4198888 [UPD] addons table in README.md 2022-08-31 15:07:48 +00:00
oca-ci
7895ce8c64 [UPD] Update stock_location_route_description.pot 2022-08-31 15:03:42 +00:00
OCA-git-bot
53a4bef7bb Merge PR #1463 into 15.0
Signed-off-by LoisRForgeFlow
2022-08-31 14:59:08 +00:00
Jasmin Solanki
e3a92a8adb [MIG] stock_location_route_description: Migration to 15.0 2022-08-22 09:33:57 +05:30
Jasmin Solanki
88513e3e6f [IMP] stock_location_route_description: black, isort, prettier 2022-08-22 09:32:13 +05:30
Jasmin Solanki
77e6ab679b [MIG] stock_location_route_description: Migration to 14.0 2022-08-22 09:31:53 +05:30
Jasmin Solanki
1a81e6a3ba [IMP] stock_location_route_description: black, isort, prettier 2022-08-22 09:31:53 +05:30
OCA-git-bot
43616bbeda stock_location_route_description 13.0.1.0.1 2022-08-22 09:31:53 +05:30
JordiMForgeFlow
2b47733eda [FIX] stock_location_route_description: fix test 2022-08-22 09:31:53 +05:30
GuillemCForgeFlow
74e44405e7 [FIX]stock_location_route_descriptioin: name_get calculation 2022-08-22 09:31:53 +05:30
OCA-git-bot
d3498f0da6 [ADD] icon.png 2022-08-22 09:31:53 +05:30
OCA-git-bot
1bfde33700 [UPD] README.rst 2022-08-22 09:31:53 +05:30
oca-ci
6c94ea7f80 [UPD] Update stock_location_route_description.pot 2022-08-22 09:31:53 +05:30
Judith
4150183acc [ADD] stock_location_route_description: add a description field 2022-08-22 09:31:53 +05:30
jabelchi
3b76875278 Translated using Weblate (Catalan)
Currently translated at 100.0% (3 of 3 strings)

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_warehouse_calendar
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_warehouse_calendar/ca/
2022-08-17 12:07:09 +00:00