April 2016
Beginner to intermediate
400 pages
9h 16m
English
When creating a new Odoo module, there is some boilerplate that needs to be set up. To help quick starting 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 files directories to use.
We need Odoo installed and a directory for our custom modules.
We will assume that Odoo is installed at ~/odoo-dev/odoo and our custom modules will be at ~/odoo-dev/local-addons.
The scaffold command is used from the command line: