Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4066 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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;
}
Ảnh đại diện
Huỷ bỏ
Tác giả

Works! Thanks for the quick fix, Vijay!

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 25
702
1
thg 11 22
3019
2
thg 4 19
8145
1
thg 3 15
6430
1
thg 1 24
15509