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.
Basic app of Odoo. It is a basic app architecture with a simple operation.
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