Once we have models for our data structure needs, we want a user interface so that our users can interact with them. This recipe builds on the Library Book model from the previous recipe and adds a menu item to display a user interface featuring list and form views.
Adding menu items and views
Getting ready
The add-on module for implementing the library.book model, which was provided in the previous recipe, is needed. The paths that will be used are relative to our add-on module location (for example, ~/odoo-dev/local-addons/my_library/).
How to do it...
To add a view...