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

Am using Odoo V8. I created custom module inside the journal entry form and creating one date field when the user comes to enter the date automatically update the date value to the another model form date field. Any idea about updating values of another model within the current form. 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất


Hi,

you can use related fields. Another method you can write a code in create and write methods to update the value.

another_model_obj = self.pool.get('another.model').search(cr, uid, [(condition)])
if another_model_obj:
another_model_object = self.pool.get('another.model').browse(cr, uid, another_model_obj, context=None)
another_model_object.date = current_model.date


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 25
1430
0
thg 1 25
3532
1
thg 8 23
14889
change password Đã xử lý
1
thg 8 23
13550
1
thg 7 23
10525