Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3985 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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;
}
Avatar
Zrušit
Autor

Works! Thanks for the quick fix, Vijay!

Related Posts Odpovědi Zobrazení Aktivita
1
srp 25
553
1
lis 22
2920
2
dub 19
8018
1
bře 15
6292
1
led 24
15285