所以我想把我的代码从Odoo12转换成Odoo13,我被这部分卡住了: #digits_rounding_precision here is 0.0 if float_is_zero(self.residual_amount, precision_rounding=digits_rounding_precisionself.reconciled = True
else:
我正试图通过将表的一列舍入到同一表中的另一列所指定的精度(例如从下表中)获得一个新列:| Data|Rounding||0.577215| 1|我应该能够得到以下结果:| Data|Rounding`Rounding`)' due to data type mismatch: Only foldable Expre
我有一组不同精度的数字。我需要用它们创建一个hashkey。此代码显示数字相等(按照相应的精度)。那么,对于相等的数字,返回相等的值的散列函数是什么? double val=12.3456; MathContext mc = new MathContext(digits+prec); System.out.println("Value A:"+bd.