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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
4232
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
mar 22
|
2126 | ||
|
0
abr 20
|
2723 | ||
|
2
dic 19
|
3156 | ||
|
2
dic 19
|
8043 | ||
|
3
jun 19
|
9773 |