Features | Requirements | Installation | Settings | Release Notes | Credits
This extension allow create Odoo modules from explorer windown in easy way.
Right click on Explorer Window and click in New Odoo Module
.
Confirme the selected path (press Enter
) and type the new module name and press Enter
.
Press ctrl+shift+p
to open command panel and type Python: New Odoo Module
.
Type the path of where new module will be create:
Type the name of new module:
Work with Odoo 10.0+ and need of Python Path
configured.
This extension use Odoo scaffold command to generate Odoo modules. To use it, you need to set odoo-bin executable path in settings of vscode.
Launch Quick Open
Paste the following command and press Enter
:
ext install mstuttgart.odoo-scaffold
By default the extension uses the configuration from Python extension for Visual Studio Code.
To configure Python for your project see Getting Started with Python in VS Code.
You need to set odoo-bin
path of you workspace settings
to made this extension works.
{
"odooScaffold.odooBinPath": "absolute/path/to/odoo-bin",
}
See changelog.
Copyright (C) 2018 by Michell Stuttgart