Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
2276 Представления

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.

Аватар
Отменить
Лучший ответ

self.'one2manyfield'[-1]

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор

it's work! thanks for your repely:)

Related Posts Ответы Просмотры Активность
2
июл. 22
2355
0
июн. 22
2461
2
окт. 21
6603
3
мая 23
3536
1
мая 23
4329