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