Is it possible to make a field appear in the form when editing it only after it is created?
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
2037
Vistas
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
6
jul 24
|
45735 | ||
|
1
mar 16
|
5704 | ||
|
2
mar 24
|
17086 | ||
|
2
sept 23
|
9843 | ||
How to create my own view?
Resuelto
|
|
4
dic 23
|
19836 |