Skip to content

Conversation

@mathieudelva
Copy link

No description provided.

DavidJForgeFlow and others added 15 commits November 5, 2025 10:45
Currently translated at 100.0% (6 of 6 strings)

Translation: stock-logistics-workflow-14.0/stock-logistics-workflow-14.0-stock_move_forced_lot
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-stock_move_forced_lot/it/
Currently translated at 100.0% (6 of 6 strings)

Translation: stock-logistics-workflow-14.0/stock-logistics-workflow-14.0-stock_move_forced_lot
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-stock_move_forced_lot/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-workflow-17.0/stock-logistics-workflow-17.0-stock_move_forced_lot
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_move_forced_lot/
@mathieudelva mathieudelva force-pushed the 18.0-mig-stock_move_forced_lot branch from 1dda8cb to a79d7de Compare November 6, 2025 16:11
@mathieudelva mathieudelva mentioned this pull request Nov 13, 2025
80 tasks
Copy link
Contributor

@eduezerouali-tecnativa eduezerouali-tecnativa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to adjust few thing, everything else looks good to me.

cls.product = cls.env["product.product"].create(
{
"name": "Test Product 1",
"type": "coonsu",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "coonsu",
"type": "consu",
"is_storable": True,

# Copyright 2022 ForgeFlow S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

from odoo.tests.common import TransactionCase
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from odoo.tests.common import TransactionCase
from odoo import Command
from odoo.addons.base.tests.common import BaseCommon

from odoo.tests.common import TransactionCase


class TestStockMoveForcedLot(TransactionCase):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class TestStockMoveForcedLot(TransactionCase):
class TestStockMoveForcedLot(BaseCommon):

"name": "Test Product 1",
"type": "coonsu",
"tracking": "serial",
"route_ids": [(6, 0, [route_auto.id])],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"route_ids": [(6, 0, [route_auto.id])],
"route_ids": [Command.create(route_auto.id)],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants