Skip to content

JeshadKhan/Odoo-Basic-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Odoo

Odoo is a suite of business management software tools including CRM, e-commerce, billing, accounting, manufacturing, warehouse, project management, and inventory management to name a few. The Community version is a libre software, licensed under the GNU LGPLv3. More...

Programming languages: Python, JavaScript, XML.

Odoo Basic App

Basic app of Odoo. It is a basic app architecture with a simple operation.

App Structure

app_name/
β”œβ”€β”€ controllers/
β”‚   β”œβ”€β”€ __init__.py
β”‚   └── ...
β”œβ”€β”€ data/
β”‚   └── ...
β”œβ”€β”€ demo/
β”‚   └── ...
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ __init__.py
β”‚   └── ...
β”œβ”€β”€ reports/
β”‚   └── ...
β”œβ”€β”€ security/
β”‚   └── ...
β”œβ”€β”€ static/
β”‚   β”œβ”€β”€ description
β”‚   |   └── ...
β”‚   └── src
β”‚       β”œβ”€β”€ css
β”‚       β”œβ”€β”€ img
β”‚       β”œβ”€β”€ js
β”‚       β”œβ”€β”€ less
β”‚       β”œβ”€β”€ lib
β”‚       β”œβ”€β”€ scss
β”‚       └── xml
β”œβ”€β”€ views/
β”‚   └── ...
β”œβ”€β”€ wizards/
β”‚   └── ...
β”œβ”€β”€ __init__.py
└── __manifest__.py

Contributor(s) : Jeshad Khan


Note: Version wise branch availabe. You can download and modify the app as you want. It's free.