Files
rma/rma/tests
Pedro M. Baeza 0d0df215db [FIX] rma: Use Form to avoid UoM change invalid check
Since odoo/odoo#75823, the wizard lines have the field uom_id related to
move.product_uom and readonly=False, so if you call directly to
wiz.onchage_picking_id a write in stock move is executed and the warning raises,
although we don't really do any UoM change.

We avoid it using the `Form` to perform the wizard update.
2021-09-27 11:25:43 +02:00
..
2021-06-06 19:14:17 +02:00