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.