Skip to Content
मेन्यू
This question has been flagged

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.

Avatar
Discard
Related Posts Replies Views Activity
1
दिस॰ 16
5041
4
सित॰ 24
21282
4
दिस॰ 24
30794
5
जून 21
23546
3
मार्च 20
42849