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

I want to show these two column in a form, but I cannot show it by editing the record. 

Also, I dont want to add a new column to store the value.

what should I do?

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

Hi,

Those columns are magic columns. You just need to define those columns and use it in your views. Default those columns are managed by Odoo it self. Magic columns are "id", "create_uid", "write_uid", "create_date", "write_date".

Just define columns which you want into your model and use those columns into your views. Thats it.

I hope you will get your objective.

อวตาร
ละทิ้ง