Commit Graph

938 Commits

Author SHA1 Message Date
Stéphane Bidoul (ACSONE)
bf72d6560c remove obsolete .pot files [ci skip] 2022-10-27 08:28:19 +02:00
Andrius Preimantas
e936ebcea1 stock_reserve: migration to 10.0 2022-10-27 08:28:19 +02:00
Pedro M. Baeza
c153bd6e69 [MIG] Rename manifest files 2022-10-27 08:28:19 +02:00
Stéphane Bidoul (ACSONE)
bf4fb18453 [FIX] remove en.po that was erroneously created by transbot 2022-10-27 08:28:19 +02:00
Pedro M. Baeza
25bbd60d09 [MIG] Make modules uninstallable 2022-10-27 08:28:19 +02:00
Stéphane Bidoul
17be489937 [UPD] prefix versions with 8.0 2022-10-27 08:28:19 +02:00
OCA Transbot
ffefec7f40 OCA Transbot updated translations from Transifex 2022-10-27 08:28:19 +02:00
Alexandre Fayolle
90fffd076b force recomputation of stock.location hierachy
before running the tests. This fixes the failure experienced when running the
test in --init mode rather than --update mode.
2022-10-27 08:28:19 +02:00
Alexandre Fayolle
df92841603 update travis config, setup transifex 2022-10-27 08:28:19 +02:00
Ismael Calvo
a71ec3729f Change translation stock/existencias 2022-10-27 08:28:19 +02:00
Ismael Calvo
80209a20db Add Spanish translation of stock reserve modules 2022-10-27 08:28:19 +02:00
Miku Laitinen
ad87aa90dc Replaced for loop in release() with mapped() 2022-10-27 08:28:19 +02:00
Miku Laitinen
c566f8a18b Multiple reservations can now be released at once. This fixes issue #50. 2022-10-27 08:28:19 +02:00
Alexandre MOREAU
5a67544edc Add README.rst and remove description from __openerp__.py 2022-10-27 08:28:19 +02:00
Leonardo Pistone
8b438d533b show reservation location in tree and groupby 2022-10-27 08:28:19 +02:00
Miku Laitinen
98810462dd Added the translation template file and Finnish translations to stock_reserve and stock_reserve_sale. 2022-10-27 08:28:19 +02:00
Leonardo Pistone
909773ec6e fix #42: reserve location should be outside WH
This has always been wrong on v8, but because of the very obscure
odoo/odoo#5797, this seemed to work every time we had single-step
reception.

Please note that this block of XML is noupdate, so for existing
installations you need to change the parent of the reservation location
to something outside your warehouses manually.

Incidentally, this makes the branch green independently of odoo/odoo#5797.
2022-10-27 08:28:19 +02:00
Alexandre Fayolle
70592f1579 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2022-10-27 08:28:19 +02:00
Giovanni Capalbo (Therp)
c6314190b3 Update product.xml 2022-10-27 08:28:19 +02:00
gfcapalbo
6e44ada821 [FIX] Stock_reserve change revert 2022-10-27 08:28:19 +02:00
gfcapalbo
518674721c [ADD] removed view 2022-10-27 08:28:19 +02:00
gfcapalbo
372413bb02 [UPD] move out from unported to 8 for update
[UPG] Upgraded to version 8, fixed references to new 8.0  views and  moved fields that were in  product.product to product.template

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPG] stock available immediately, corrected the calculation method of
immediately_usable_qty to take in accountthe sign change in outgoing_qty
(from negative to positive) in version 8.

[FLAKE8]

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.
2022-10-27 08:28:18 +02:00
Leonardo Pistone
5f6089ccf5 the reservation should reserve a quant
For weird reasons, force-assigning a move does not associate quants.
action_assign'ing the picking does, and is the same procedure that you
can do via the interface.
2022-10-27 08:28:18 +02:00
Yannick Vaucher
e08c0a1361 fix button to open related move 2022-10-27 08:28:18 +02:00
Alexandre Fayolle
3371709180 update test
don't use half the quantity so that the reserved qty is different from
available qty
2022-10-27 08:28:18 +02:00
Alexandre Fayolle
eb3d8611c0 fix flake8 warnings 2022-10-27 08:28:18 +02:00
Yannick Vaucher
8411366d65 reactivate module stock_reserve 2022-10-27 08:28:18 +02:00
Alexandre Fayolle
20bae06f99 mark unported module as uninstallable 2022-10-27 08:28:18 +02:00
Guewen Baconnier
cdace1f70b [ADD] started a generic stock reservation module (stock_reserve), it will serve as a basis for the sale pre-book 2022-10-27 08:28:18 +02: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