تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3584 أدوات العرض

When users on Odoo are looking at products in kanban view we have to click a button beneath to show more of the products (around 350 total). When we do this some of the products get displayed double and some are removed from the displayed products. This seems to be a problem with the button, is there a fix for this or way around? It would be great if kanban view showed all products at the same time without having to click the button.

الصورة الرمزية
إهمال
أفضل إجابة

Hello Hendrik,

By default it will display 40 records in kanban view. You can exceed the limit from kanban.js (Path: addons/ web_kanban/ static/ src/ js/ kanban.js) file:

this.limit = options.limit || 40;

Instead of 40 you can set the number of records you want to display. 


الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Thank you very much, this has helped our problem go away. No more duplicate products in Kanban view. 


edit: This should have been a comment to the answer above, not enough karma to change this. 

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أكتوبر 22
14445
2
فبراير 21
2459
0
يوليو 19
2964
1
أغسطس 25
273
2
يونيو 25
1730