Technical requirements
This chapter requires you to have an Odoo server installed and be able to start it from the command line to perform actions such as installing modules or running tests. If you don't have a working Odoo development environment, make sure you review Chapter 2, Preparing the Development Environment.
In this chapter, we will create our first Odoo application from a blank slate, so we won't need any additional code to get started.
The code for this chapter can be found in the book's GitHub repository at https://github.com/PacktPublishing/Odoo-15-Development-Essentials, in the ch03
directory.