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

Hi,

Im looking for a way to set a creationdate in model account.invoice

Any sugestions anyone/

Thanks.

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

fields create_date, create_uid, write_date, write_uid are automaticly created by orm...

In v7 you can't reach them (except low level sql querries).. in v8 it is a normal field, (can be shown in views etc)...

If that is not what you were looking for... then you need to override create method in your custom module.. 

 

 

อวตาร
ละทิ้ง