Skip to content
Snippets Groups Projects
Commit 8565348b authored by William Henrotin's avatar William Henrotin
Browse files

[FIX] uom: rename ratio field

The ratio field in the UoM form view has 2 different labels depending
on the type (bigger or smaller). This commit put the same label 'ratio'
for two cases.

Task :1859328
parent e962f2bb
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
attrs="{'invisible':[('uom_type','!=','smaller')],
'readonly':[('uom_type','=','bigger')]}"/>
<field name="factor_inv"
string="Ratio"
digits="[42,5]"
attrs="{'invisible':[('uom_type','!=','bigger')],
'readonly':[('uom_type','!=','bigger')]}"/>
......
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