コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3556 ビュー

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
10月 22
14427
2
2月 21
2447
0
7月 19
2949
1
8月 25
131
2
6月 25
1677