Skip to Content
Menu
This question has been flagged
2 Replies
10981 Views

Hello,

I'm new to odoo 12 (CE) and want to use the command scaffold to create a new module, i use this command: 

root@vps608763:/odoo12/odoo12-server/addons# scaffold facture_montant_lettres addons/ but i got this error message:

scaffold: command not found

Would you pls help ?

Thanks



Avatar
Discard
Best Answer

Hi,

To create the module using the scaffold:

1.  Open terminal
2.  Type the below command in the path were odoo-bin exists
3.  ./odoo-bin scaffold new_module_name path_for_new_module

See the video illustration of the same here: Create Custom Module in Odoo12 Easily Using Scaffold

Also if you are new to the Odoo development have a look at this blog:  How to Create a Module in Odoo 12

Also have a look at this tutorials: Odoo Development Tutorials

Thanks

Avatar
Discard
Best Answer

Hello,

Please check this answer.

Link: https://www.odoo.com/forum/help-1/question/how-can-i-scaffold-a-module-in-odoo-129108


Thanks & Regards

Avinash N K

Avatar
Discard