跳至内容
菜单
此问题已终结
1 回复
4014 查看

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
625
1
11月 22
2946
2
4月 19
8060
1
3月 15
6341
1
1月 24
15371