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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
2581
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jul 25
|
1419 | ||
|
2
Mar 25
|
1662 | ||
|
0
Feb 25
|
1301 | ||
|
0
Feb 25
|
1520 | ||
|
0
Feb 25
|
1431 |
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