Is it possible to group one2many filed based on the fields found in the model.
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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is it possible to group one2many filed based on the fields found in the model.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jan 25
|
1606 | ||
|
0
May 24
|
1613 | ||
|
2
Sep 22
|
9373 | ||
|
2
Apr 22
|
4384 | ||
|
0
Jul 21
|
7052 |
yes it is. use domain for field. onchange you can return a new domain do. it is easy but a bit messy
Can you write a small example.