How do I create a new module in Odoo? | Scribe

    How do I create a new module in Odoo?

    • Grace Everwood |
    • 20 steps |
    • 40 seconds
    1
    Go to [https://odoo.com](https://odoo.com)
    2
    Click the "Create a Module" button.
    3
    Enter the name of the module in the "Module Name" field.
    4
    Click the "Create Module" button.
    5
    Click the "Edit Manifest" button.
    6
    Enter the module's information in the manifest file.
    7
    Click the "Save" button.
    8
    Click the "Create Directory Structure" button.
    9
    Click the "Create Views" button.
    10
    Enter the view's information in the view file.
    11
    Click the "Save" button.
    12
    Click the "Create Menus" button.
    13
    Enter the menu's information in the menu file.
    14
    Click the "Save" button.
    15
    Click the "Create Models" button.
    16
    Enter the model's information in the model file.
    17
    Click the "Save" button.
    18
    Click the "Create Controllers" button.
    19
    Enter the controller's information in the controller file.
    20
    Click the "Save