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

How can we change the create_date of a record in odoo11.

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

This is a field controlled by Odoo and there are not many good reasons to change it. Odoo has business rules in place to make this a read-only field to users, and to make this field unavailable during imports.

The easiest way to change it is to use a PostgreSQL update statement.

อวตาร
ละทิ้ง