Technical requirements
We'll continue working with the library_checkout
add-on module. The model layer for it is already complete; now, it needs the view layer for the user interface.
The code in this chapter is based on the code that we created in Chapter 8, Business Logic – Supporting Business Processes. The necessary code can be found in this book's GitHub repository at https://github.com/PacktPublishing/Odoo-15-Development-Essentials, in the ch10
directory.