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

I have a field "Operator"

I need to automatically populate it with the name of the user logged in

How do I do that ?

Thanks

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

Hi  Adriano

Try

operator_id = fields.Many2one('res.users', 'Operator', default=lambda self: self.env.user, readonly=True)


Hope it helps,
Kiran K

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

Hi,

you can find every table contains the following 4 fields:

create_uid,create_date,write_uid,write_date

you can display them just one line code easily in your XML file:





Hope it is useful.

Thanks.

อวตาร
ละทิ้ง

<field name="write_uid" string="UpdatedBy"/>
<field name="write_date" string="UpdatedDate"/>
<field name="create_uid" string="CreatedBy" />
<field name="create_date" string="CreatedDate"/>

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 15
5102
2
ส.ค. 24
1842
1
มี.ค. 15
5610
1
มี.ค. 15
8057
1
มี.ค. 15
4970