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

I have those two fields:

class gio_stock_quant(osv.osv):

_inherit = ['stock.quant']


_columns = {

'actualpp': fields.function(_calc_inventory_value_testn, string="Einzel Preis", type='float', readonly=True), 'sumaactualp': fields.function(_calc_inventory_value_test, string="Gesamtpreis", type='float', readonly=True)

}

How can I store that in the database? My problem is , everytime I uninstall the modul, and reinstall. I lose all my values in those fields.

形象
丢弃
相关帖文 回复 查看 活动
1
12月 16
5022
4
9月 24
21273
4
12月 24
30774
5
6月 21
23519
3
3月 20
42835