Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

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.