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

Hi

How can define for example: modifiers="{'readonly': [['state', 'not in, ['draft']]]}" for some fields from interface?

Thanks

อวตาร
ละทิ้ง

Cant get you.?

can you give more details, what exactly you want to do?

คำตอบที่ดีที่สุด

You can define it on field in xml like this:

<field name="your_field" attrs="{'readonly': [['state', 'not in, ['draft']]]}"/>

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

From the interface, you can enter developper mode (upper right corner drop down uder the user name - must be admin, abot odoo, clieck on developper mode) then edit the view - good for testing. The issue with this approach is that when the module is updated your modification will disappear. 

If you want to go further search the documentations for view inheritance.

อวตาร
ละทิ้ง