This question has been flagged
1 Reply
2283 Views

How to get openerp default(first) page as a form view

i have constructed a module in openerp framework and i need default(first) page should be "form view". how can we get form view with all previously saved data. i don't want tree/list view or kanban view. i need as shown in below link

http://stackoverflow.com/questions/28492583/openerp-defaultfirst-page-should-be-form-view

i can get the form view but previously added data will be not visible. so as shown in the fig. can we do it. is there any method for that?

Avatar
Discard
Best Answer

You could create your own Custom Dashboard and view it.

Refer Dashboard available at Reporting/Dashboards/

Avatar
Discard
Author

hey thanks, where to get back end code for reporting/dashboard?

https://github.com/odoo/odoo/blob/7.0/addons/purchase/board_purchase_view.xml

Author

thanks atchuttan