Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2321 มุมมอง

I have a new model in openerp V7 with funtional fields, however some depends of another function field, can I decide the execution order of function fileds?

Thanks

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

No you cannot decide the sequence of the execution of functional fields.

Best way is have one single method, in which you can evaluate the values for multiple fields, that way you can have the depended values before you begin the evaluation of the other target field.

อวตาร
ละทิ้ง
ผู้เขียน

Thanks for help me. now translate all functions to one and use multi parameter.