跳至內容
選單
此問題已被標幟
1 回覆
4041 瀏覽次數

Tested on runbot: http://7-0-16044.runbot.openerp.com/?db=7-0-16044-all

Is it a bug?

Steps to reproduce

  1. Activate debug mode;
  2. Go to Sale Customer, it's kanban view by default;
  3. Click debug view dropdown menu, click Edit Action; in the popup window, scroll down, click Kanban View, edit sequence to 1, click Tree View, edit seq. to 0.
  4. Go to Sale Customer, now it's tree view by default; Now click the red button Create, the form sheet goes to the bottom of the browser window.

image description

頭像
捨棄
最佳答案

You can try this:

Go to: web > static > src > css > base.css

height: inherit; instead of height: auto;

.openerp .oe_view_manager .oe_view_manager_view_kanban {
  height: auto;
}
頭像
捨棄
作者

Works! Thanks for the quick fix, Vijay!

相關帖文 回覆 瀏覽次數 活動
1
8月 25
667
1
11月 22
2995
2
4月 19
8114
1
3月 15
6399
1
1月 24
15444