Skip to content
Snippets Groups Projects
Commit 14322fc4 authored by Yoshi Tashiro's avatar Yoshi Tashiro
Browse files

[FIX] stock: allow creating a scrap with more than 2 decimals in qty


scrap_qty field was missing the digits attribute, and therefore the user
could not create a scrap with a quantity with more than two decimal places.
With this commit, scrap_qty will follow the 'Product Unit of Measure'
precision setting, just like any other quantity fields.

closes odoo/odoo#77652

Signed-off-by: default avatarWilliam Henrotin <Whenrow@users.noreply.github.com>
parent 21f68584
No related branches found
No related tags found
No related merge requests found
Loading
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