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
jabelchi
7e7bb69a55
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_available_mrp
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_available_mrp/ca/
2022-08-17 12:07:09 +00:00
jabelchi
0d5d21d0ac
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-procurement_auto_create_group
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-procurement_auto_create_group/ca/
2022-08-17 12:07:09 +00:00
jabelchi
34be70f423
Translated using Weblate (Catalan)
...
Currently translated at 30.7% (4 of 13 strings)
Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_available_unreserved
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_available_unreserved/ca/
2022-08-17 12:07:09 +00:00
jabelchi
3fe04c4fff
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (21 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/ca/
2022-08-17 12:07:09 +00:00
jabelchi
a1a2a44cab
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-account_move_line_stock_info
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-account_move_line_stock_info/ca/
2022-08-17 12:07:08 +00:00
jabelchi
dbaf728017
Added translation using Weblate (Catalan)
2022-08-17 10:15:41 +00:00
jabelchi
c689868671
Added translation using Weblate (Catalan)
2022-08-17 10:13:36 +00:00
jabelchi
962c6e071c
Added translation using Weblate (Catalan)
2022-08-17 09:58:08 +00:00
OCA-git-bot
e689f3e6fa
[UPD] addons table in README.md
2022-07-27 07:49:00 +00:00
OCA-git-bot
6fb6c2baad
account_move_line_product 15.0.1.0.1
2022-07-27 07:48:49 +00:00
OCA-git-bot
91f418b3f9
[ADD] setup.py
2022-07-27 07:48:49 +00:00
OCA-git-bot
66fa6b031a
[UPD] README.rst
2022-07-27 07:48:48 +00:00
OCA-git-bot
e4e97422cc
[UPD] addons table in README.md
2022-07-27 07:48:45 +00:00
oca-ci
07479ec993
[UPD] Update account_move_line_product.pot
2022-07-27 07:44:51 +00:00