Skip to content
Snippets Groups Projects
Commit 6bdc99f8 authored by Hoang Tran's avatar Hoang Tran Committed by Tiffany Chang (tic)
Browse files

[FIX] stock: avoid write on move when create return line


When creating a wizard `stock.return.picking` and call
`_onchange_picking_id`, the creation of return picking line will perform
a write on move linked with it, due to `uom_id` being set as related with
`readonly=False`. Set `readonly` to `True` to avoid it

closes odoo/odoo#77187

X-original-commit: a0e6bc87
Signed-off-by: default avatarTiffany Chang <tic@odoo.com>
parent 963ccf1b
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment