跳至内容
菜单
此问题已终结

I declared a new float:

some_weight = fields.Float('Some Weight', digits_compute=dp.get_precision('Stock Weight'), default=0.0,

                           help="The some weight in g.")

Import the dp:

import openerp.addons.decimal_precision as dp


In Odoo Decimal Accuracy menu I have change the digits from 2 -> 4. All standard Odoo Foat Field that use dp of 'Stock Weight' are showing 4 digits of decimal. But not my new declared fields. How to make my new declare fields follow the dp of 'Stock Weight' without forcing the digits value in xml. Thank you.

形象
丢弃
编写者

Anybody know the answer?

相关帖文 回复 查看 活动
1
3月 15
3876
0
11月 24
994
1
7月 21
11658
1
7月 21
3126
0
1月 21
2830