Quick reference
Most of the components are discussed in more detail in other chapters, and quick references are provided there, as follows:
- Chapter 2, Preparing the Development Environment, for the CLI
install
andupgrade
modules - Chapter 5, Importing, Exporting, and Module Data, for creating XML and CSV data files
- Chapter 6, Models – Structuring the Application Data, for the model layer, defining models and fields
- Chapter 7, Recordsets – Working with Model Data, for domain filter syntax and recordset manipulation
- Chapter 8, Business Logic – Supporting Business Processes, for Python method business logic
- Chapter 10, Backend Views – Designing the User Interface, for views, including window actions, menu items, forms, lists, and searches
- Chapter 13, Creating Web and Portal Frontend Features, for web controllers and QWeb syntax
Not explained further elsewhere is access security, and we provide here a quick reference for...