Skip to content

[18.0][MIG] stock_picking_report_delivery_custom_name#469

Open
Andrii9090-tecnativa wants to merge 5 commits into
OCA:18.0from
moduon:18.0-mig-stock_picking_report_delivery_custom_name
Open

[18.0][MIG] stock_picking_report_delivery_custom_name#469
Andrii9090-tecnativa wants to merge 5 commits into
OCA:18.0from
moduon:18.0-mig-stock_picking_report_delivery_custom_name

Conversation

@Andrii9090-tecnativa

@Andrii9090-tecnativa Andrii9090-tecnativa commented Jan 28, 2026

Copy link
Copy Markdown

Straightforward migration to 18
image
And delivery slip
image

@moduon
MT-13230

@Andrii9090-tecnativa Andrii9090-tecnativa force-pushed the 18.0-mig-stock_picking_report_delivery_custom_name branch 4 times, most recently from 3ecd04a to 153bb48 Compare January 28, 2026 15:12
@Andrii9090-tecnativa Andrii9090-tecnativa force-pushed the 18.0-mig-stock_picking_report_delivery_custom_name branch from b3d2699 to f306c1b Compare January 28, 2026 16:39
@Andrii9090-tecnativa Andrii9090-tecnativa force-pushed the 18.0-mig-stock_picking_report_delivery_custom_name branch from f306c1b to d589033 Compare January 30, 2026 09:23

@BhaveshHeliconia BhaveshHeliconia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just a minor suggestion: could we use BaseCommon here? That way, we wouldn’t need to create a res.partner record.

from odoo.tools import html2plaintext


class TestStockPickingReportCustomName(common.TransactionCase):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
class TestStockPickingReportCustomName(common.TransactionCase):
class TestStockPickingReportCustomName(Basecommon):

@classmethod
def setUpClass(cls):
super().setUpClass()
cls.customer = cls.env["res.partner"].create({"name": "Mr. Odoo"})

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
cls.customer = cls.env["res.partner"].create({"name": "Mr. Odoo"})

Comment thread README.md

<!-- /!\ do not modify above this line -->

<<<<<<< before updating

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is a conflict occurring here.

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.

4 participants