How to Build a Module in Odoo 17 Using the Scaffold Method

CelineGeorge1 339 views 7 slides Jun 06, 2024
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Odoo provides an option for creating a module by using a single line command. By using this command the user can make a whole structure of a module. It is very easy for a beginner to make a module. There is no need to make each file manually. This slide will show how to create a module using the sca...


Slide Content

How to Build a Module in Odoo 17 Using the Scaffold Method Enterprise

Introduction Enterpr ise Odoo provides an option for creating a module by using a single line command. By using this command the user can make a whole structure of a module. It is very easy for a beginner to make a module. There is no need to make each file manually. This slide will show how to create a module using the scaffold method.

Enterprise Create module using scaffold: First open odoo 17 project in pycharm. Take the terminal And then use the command: python3 odoo-bin scaffold my_module modules Here my_module is name of the module and modules is the name of the directory inside which we need to create the module.

Enterprise

Enterprise Then it will create a new module ( my_module) under the modules folder.

Enterprise We will get the whole structure of the module. We can remove unwanted files and folders from the module. And then customize the module with our own requirements.

For More Info. Check our company website for related blogs and Odoo book. Check our YouTube channel for functional and technical videos in Odoo. Enterprise www.cybrosys.com