Technical requirements
For this chapter, you will need an Odoo server that you can command from a terminal session.
The code in this chapter depends on the code that we created in Chapter 3, Your First Odoo Application. You should have that code in your add-ons path and have a database with the library_app
module installed.
This chapter adds the library_member
add-on module to our project. The corresponding code can be found in this book's GitHub repository, https://github.com/PacktPublishing/Odoo-15-Development-Essentials, in the ch04
directory.