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

please help

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

Using mapped function

self.env[].search([]).mapped('field_name')

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

Hello, Othmane Lafjer

I hope you are doing well.

- You can use the .mapped() function to get many fields's value (here, site_id) in list.

Example,
You can use .mapped() like this:

sites = self.env[model].search([]).mapped(field)

FYI:
model = Model that field is present in.
field = Which field's value you want to get in list.

I hope this will help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

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

why dont you use the search_read instead?

อวตาร
ละทิ้ง