uom-digits korrigiert
This commit is contained in:
parent
239a706a83
commit
7990608943
1 changed files with 1 additions and 1 deletions
2
mixin.py
2
mixin.py
|
@ -32,7 +32,7 @@ class SecondUomMixin(object):
|
|||
}, depends=DEPENDSQ+['quantity2nd_digits', 'quantity2nd'])
|
||||
factor_2nd_uom = fields.Function(fields.Numeric(string='Conversion factor',
|
||||
help='Conversion factor between the units of the participating cash books.',
|
||||
digits=(16, uom_conversion_digits),
|
||||
digits=uom_conversion_digits,
|
||||
states={
|
||||
'readonly': Or(
|
||||
STATESQ['readonly'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue