Skip to content
Snippets Groups Projects
Commit acd26691 authored by Yenthe V.G's avatar Yenthe V.G Committed by Martin Trigaux
Browse files

[IMP] stock: Show title instead of id in breadcrumb

Closes #20801
parent a29ec800
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ from odoo.tools.float_utils import float_round, float_compare, float_is_zero
class StockMoveLine(models.Model):
_name = "stock.move.line"
_description = "Packing Operation"
_rec_name = "product_id"
_order = "result_package_id desc, id"
picking_id = fields.Many2one(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment