Technical requirements
In this chapter, we will create a new library_checkout
add-on module. It depends on the library_app
and library_member
add-on modules, which we created in the previous chapters.
The code for these add-on modules can be found in this book's GitHub repository, at https://github.com/PacktPublishing/Odoo-15-Development-Essentials-Fifth-Edition, in the ch08
directory.
Both of these add-on modules need to be available in the Odoo add-ons path so that they can be installed and used.