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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
2110
ビュー
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.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
3月 15
|
4089 | ||
|
3
5月 25
|
868 | ||
|
3
3月 25
|
1287 | ||
|
3
4月 25
|
38204 | ||
|
0
3月 25
|
823 |
Yes, product categories are grouped by parent.
Parent / Sub-category / sub sub category.