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

In odoo every model will be having a write_date column which will store the last edited time and date of the record.I want to take the value of that field to a variable/ field. But when I print this , it is printing False . What to do.?

code

variable = self.write_date

Thanks in Advance..

Ảnh đại diện
Huỷ bỏ

to catch the write_date information, simply add new field name write_date, that's it. the value will be auto filled.

Câu trả lời hay nhất

Hi,

Even though you can see a field named write_date in the table,  First of all, what you have to do is that you have to add a field named write_date into your model and then try the same.

write_date = fields.Datetime(string='Write Date')


Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất
First you need to check database table had 'write_date' field.
If yes, then also check whether you get any record in 'self' or not.
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

If value is False then you need to check self.

check self.name or any other field data is showing...?

if no then your self with no record.


Thank you.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 22
5792
1
thg 8 21
6307
1
thg 12 20
2462
0
thg 7 21
2644
1
thg 2 23
5336