Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3520 Tampilan

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Des 16
5047
4
Sep 24
21295
4
Des 24
30797
5
Jun 21
23560
3
Mar 20
42853