Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
8001 Tampilan

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. 

Avatar
Buang
Jawaban Terbai


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


Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Mar 25
1440
0
Jan 25
3566
1
Agu 23
14913
change password Diselesaikan
1
Agu 23
13579
1
Jul 23
10541