in studio can you explain how to make parent category like product category, department, contact tag and account types
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
2543
Vistas
Hi,
If you are looking to bring parent category like field in your model, what you can do is that, define a new many2one field in your module, with comodel as same model.
* Enable studio
* add new field of type many2one
* in the prompt choose your current model name
Thanks
can you explain all steps in details, as i will se this concept in many modules
see updated answer
¿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 | |
---|---|---|---|---|
Menu's with different default filter
Resuelto
|
|
1
jul 25
|
1337 | |
|
2
mar 25
|
1581 | ||
|
0
feb 25
|
1231 | ||
|
0
feb 25
|
1432 | ||
|
0
feb 25
|
1372 |
You can add Many2one field to the same model.
can you explain all steps in details, as i will se this concept in many modules