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

Hi everyone, I have a problem on a readonly field in which its value disappears when I am saving a record in odoo 10. Can you help me about this problem? 

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

Hi,

As you are using odoo 10, you have to use an OCA module:  Read Only ByPass


This module changes the behaviour of Odoo by propagating on_change modifications to readonly fields to the backend create and write methods.

To change that behavior you have to set context on ir.actions.act_window:


{'readonly_by_pass': True}

or by telling fields allowed to change:



{'readonly_by_pass': ['readonly_field_1', 'readonly_field_2',]}


On one2many fields, you can also pass the context in the field definition:


From the version 11 and above, we can use force_save="1" along with the field.

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

Thank you very much for this Niyas Raphy. I appreciated it.

Related Posts ตอบกลับ มุมมอง กิจกรรม
3
ส.ค. 19
12861
READONLY PRICE UNIT แก้ไขแล้ว
7
ก.ค. 19
4778
0
มิ.ย. 19
3185
0
มี.ค. 19
5305
2
ก.ย. 18
3246