Commit Graph

829 Commits

Author SHA1 Message Date
Alexandre Fayolle
d3fc62116d [IMP] mrp_multi_level: reduce some logging
When running the multi level planner, the wizard will delete the records
from the previous run (mrp.inventory, mrp.move, mrp.planned.order).
There can be hundreds of such records, and the call to unlink() will
create a log entry which is not really informative. We disable this log
during the call to the wizard (but keep if for manual unlinking of the
records which we want to trace).
2023-12-13 16:37:23 +01:00
OCA-git-bot
3fc1e910a8 [BOT] post-merge updates 2023-12-13 15:21:20 +00:00
OCA-git-bot
8b9f589adf Merge PR #1157 into 16.0
Signed-off-by LoisRForgeFlow
2023-12-13 15:18:00 +00:00
Alexandre Fayolle
22370b4b95 [REF] mrp_multi_level: location management
Small refactoring adding a _get_locations method on product.mrp.area
which by defaults delegates the computation to the related mrp.area.

This enables extending a few things related to locations at the
product.mrp.area level.

Change the way `_get_locations()` work: don't return the list of child
locations, only the top-most locations, and then use the `child_of`
operator in the code that looks for locations.
2023-12-13 16:14:35 +01:00
mymage
cecfff9144 Added translation using Weblate (Italian) 2023-12-04 07:22:37 +00:00
mymage
f64829f9be Translated using Weblate (Italian)
Currently translated at 100.0% (162 of 162 strings)

Translation: manufacture-16.0/manufacture-16.0-quality_control_oca
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-quality_control_oca/it/
2023-11-30 22:33:56 +00:00
OCA-git-bot
fa023a25a7 [BOT] post-merge updates 2023-11-30 13:59:50 +00:00
OCA-git-bot
4edc272181 Merge PR #1144 into 16.0
Signed-off-by gurneyalex
2023-11-30 13:56:24 +00:00
OCA-git-bot
c704c2ae6d [BOT] post-merge updates 2023-11-30 09:16:30 +00:00
oca-ci
71a844e19f [UPD] Update mrp_workorder_sequence.pot 2023-11-30 09:13:07 +00:00
OCA-git-bot
d7ea4fa7c0 Merge PR #1142 into 16.0
Signed-off-by LoisRForgeFlow
2023-11-30 09:10:02 +00:00
OCA-git-bot
f6c8dd40a9 [BOT] post-merge updates 2023-11-30 08:45:25 +00:00
OCA-git-bot
a5a01c1bed Merge PR #1147 into 16.0
Signed-off-by LoisRForgeFlow
2023-11-30 08:42:17 +00:00
BernatPForgeFlow
d0a71eb4ba [FIX] mrp_multi_level: Correct main supplier when changing sequence in Vendor Pricelist
When we change the sequence order of the Vendor Pricelist for a product, we firstly fetch the vendors and then we change the sequence. Then, when changing a sequence we try to get the first supplier but we do not get the desired result.
Reordering the suppliers allows to always get the first supplier in the list.
2023-11-30 09:32:54 +01:00
OCA-git-bot
fb3e02acd9 [BOT] post-merge updates 2023-11-30 08:15:59 +00:00
oca-ci
61a13ac526 [UPD] Update mrp_workorder_lot_display.pot 2023-11-30 08:12:46 +00:00
OCA-git-bot
d1e3b01089 Merge PR #1141 into 16.0
Signed-off-by gurneyalex
2023-11-30 08:09:39 +00:00
Christopher Ormaza
c69f22ffba [16.0][FIX] mrp_unbuild_move_link, field definition 2023-11-28 11:40:34 -05:00
Akim Juillerat
73cd4e0c24 fixup! Add module mrp_workorder_lot_display 2023-11-27 17:23:42 +01:00
Ivy Liu
40c36805b5 Translated using Weblate (Japanese)
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/ja/
2023-11-24 13:35:17 +00:00
Ivy Liu
e6af617b41 Added translation using Weblate (Japanese) 2023-11-24 10:36:53 +00:00
mymage
2ddbcd98cd Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_lot_production_date
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_lot_production_date/it/
2023-11-24 10:35:03 +00:00
DavidJForgeFlow
7be2705f0e [MIG] mrp_workorder_sequence: Migration to 16.0 2023-11-24 10:39:00 +01:00
DavidJForgeFlow
6a9c4c57a0 [IMP] mrp_workorder_sequence: pre-commit stuff 2023-11-24 10:30:11 +01:00
OCA-git-bot
1c216e90b5 [UPD] README.rst 2023-11-24 10:22:47 +01:00
Francesco Foresti
2ab19d54f5 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: manufacture-15.0/manufacture-15.0-mrp_workorder_sequence
Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_workorder_sequence/it/
2023-11-24 10:22:47 +01:00
OCA-git-bot
46f8d3f49d mrp_workorder_sequence 15.0.1.2.0 2023-11-24 10:22:47 +01:00
OCA-git-bot
69b52d8cff [UPD] README.rst 2023-11-24 10:22:47 +01:00
Akim Juillerat
bf55da9b60 Use SQL in post_init_hook to avoid potential Memory error
Co-authored-by: Iván Todorovich <ivan.todorovich@gmail.com>
2023-11-24 10:22:47 +01:00
Akim Juillerat
16e40e4c16 Ensure workorder sequence is applied on new workorders
Test sequence is applied for multiple operations
Rewrite _reset_work_order_sequence in a more pythonic way
Change _order of mrp.workorder to use sequence
Set sequence on existing workorders after module install
2023-11-24 10:22:47 +01:00
mymage
02a502c8c4 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: manufacture-15.0/manufacture-15.0-mrp_workorder_sequence
Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_workorder_sequence/it/
2023-11-24 10:22:47 +01:00
mymage
a8cc65814b Added translation using Weblate (Italian) 2023-11-24 10:22:47 +01:00
OCA-git-bot
417a53e259 mrp_workorder_sequence 15.0.1.1.0 2023-11-24 10:22:47 +01:00
Christopher Ormaza
40bcdbfde3 [FIX] mrp_workorder_sequence: use common test, don't repeat bom tests 2023-11-24 10:22:47 +01:00
OCA-git-bot
cd83cbef14 [UPD] README.rst 2023-11-24 10:22:47 +01:00
oca-ci
9a52c6e4cc [UPD] Update mrp_workorder_sequence.pot 2023-11-24 10:22:47 +01:00
Christopher Ormaza
25a9a761f3 [ADD] test scripts 2023-11-24 10:22:47 +01:00
Christopher Ormaza
25afaa4929 [15.0][MIG] mrp_workorder_sequence 2023-11-24 10:22:47 +01:00
OCA-git-bot
3f6e9ae12a mrp_workorder_sequence 14.0.1.0.1 2023-11-24 10:22:47 +01:00
Christopher Ormaza
684752df1c [FIX] mrp_workorder_sequence: Call method changed on v14 2023-11-24 10:22:47 +01:00
OCA-git-bot
0949326a3a [UPD] README.rst 2023-11-24 10:22:47 +01:00
oca-travis
a903a0d276 [UPD] Update mrp_workorder_sequence.pot 2023-11-24 10:22:47 +01:00
Christopher Ormaza
17f12f6867 [14.0][MIG] mrp_workorder_sequence 2023-11-24 10:22:47 +01:00
OCA-git-bot
9afd86667c [UPD] README.rst 2023-11-24 10:22:47 +01:00
OCA-git-bot
f01ce88705 [UPD] README.rst 2023-11-24 10:22:47 +01:00
OCA-git-bot
bb237539fc [UPD] README.rst 2023-11-24 10:22:47 +01:00
mreficent
323d1484f4 [UPD] Eficent -> ForgeFlow 2023-11-24 10:22:47 +01:00
OCA-git-bot
d81cb99a4b [UPD] README.rst 2023-11-24 10:22:47 +01:00
oca-travis
3b1a06a5fe [UPD] Update mrp_workorder_sequence.pot 2023-11-24 10:22:47 +01:00
ps-tubtim
46e0669602 [MIG] mrp_workorder_sequence: Migration to 13.0 2023-11-24 10:22:47 +01:00