Is there a way to access the pseudo-record in python code without using api.onchange()
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
            
                1
                
                    Antworten
                
            
        
        
            
                5120
                
                    Ansichten
                
            
        
    You are probably interested in the new() method similar to create().
Method new(values) return a new record instance attached to the current environment and 
initialized with the provided ``value``. The record is *not* created in database, it only exists in memory.
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|  | 0 März 22  | 2734 | ||
|  | 0 Apr. 20  | 3473 | ||
|  | 2 Dez. 19  | 3856 | ||
|  | 2 Dez. 19  | 8714 | ||
|  | 3 Juni 19  | 10599 | 
