This question has been flagged
1 Reply
2041 Views

hi guys, i've seen that in v7 the form view is like in a big page, how do i do this if i create a custom module? thanks

Avatar
Discard
Author

no answer?

Best Answer

Hello. It's not really difficult. There is a guide on the openerp doc 7.0

<form version=”7.0”>
<header> ... content of the status bar  ... </header>
<sheet>  ... content of the sheet       ... </sheet>
<div class=”oe_chatter”> ... content of the bottom part ... </div>

</form>

Basically you just need the form version 7.0 and the sheet.

header is the top bar

Avatar
Discard