I have 248 Product Categories.
From the Quotation -> Order Lines tab -> Catalog view -> Product Category
I get warning message "Too many items to display".
Is there a way to solve this issue? So all categories would be visible. Or maybe some workaround?
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
2
Replies
1707
Views
Solution:
- Go to Settings app -> Technical -> Views
- Search for: product.view.search.catalog
- Line 19
- Add in the end of the line: limit="400"
Have you try to group the categories by the parent?
So it can be expand later and reduce the number of initial categories to be shown on the first load.
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 | |
---|---|---|---|---|
|
2
Mar 15
|
3871 | ||
|
3
May 25
|
594 | ||
|
3
Mar 25
|
1000 | ||
|
3
Apr 25
|
37662 | ||
|
0
Mar 25
|
614 |
Yes, product categories are grouped by parent.
Parent / Sub-category / sub sub category.