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.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
            
                2
                
                    Răspunsuri
                
            
        
        
            
                2666
                
                    Vizualizări
                
            
        
    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:)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|  | 2 iul. 22  | 2748 | ||
|  | 0 iun. 22  | 2863 | ||
|  | 2 oct. 21  | 7045 | ||
|  | 3 mai 23  | 4053 | ||
| 
            
                Group by on related field
            
            
                    Rezolvat
            
         |  | 1 mai 23  | 4782 | 
