Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3648 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 16
5224
4
thg 9 24
21467
4
thg 12 24
31059
5
thg 6 21
23932
Time field in odoo Đã xử lý
3
thg 3 20
43109