- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 59字
- 2021-06-25 22:48:44
Using scaffold to create a module
When creating a new Odoo module, there is some boilerplate that needs to be set up. To help quick start new modules, Odoo provides the scaffold command.
The recipe shows how to create a new module using the scaffold command, which will put in place a skeleton of the file directories to use.