Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
2298 Visninger

Hello folks,
i have quetion regarding recordset.

i have one2many field with 10 values i need to get last inserted record from the field 
how can we do that in odoo any help will be apreciated and thanks for your time.

Avatar
Kassér
Bedste svar

self.'one2manyfield'[-1]

Avatar
Kassér
Bedste svar

Hi,

Try this code:# Assuming 'order' is an instance of your model and 'order_line_ids' is a One2many or Many2many field
last_inserted_order_line = order.order_line_ids[-1]


Hope it helps

Avatar
Kassér
Forfatter

it's work! thanks for your repely:)

Related Posts Besvarelser Visninger Aktivitet
2
jul. 22
2358
0
jun. 22
2484
2
okt. 21
6629
3
maj 23
3555
1
maj 23
4336