2025-02-27 18:56:07 +07:00
|
|
|
---
|
|
|
|
|
hide-page-toc: true
|
|
|
|
|
show-content: true
|
|
|
|
|
---
|
2021-06-09 11:10:25 +02:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
# Developer
|
2021-04-30 12:40:29 +02:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{toctree}
|
|
|
|
|
developer/tutorials
|
|
|
|
|
developer/howtos
|
|
|
|
|
developer/reference
|
|
|
|
|
```
|
2021-06-30 11:21:32 +02:00
|
|
|
|
2024-04-09 11:54:08 +02:00
|
|
|
Welcome to the developer documentation of Odoo! Whether you're a seasoned developer or just getting
|
|
|
|
|
started, you'll find here all the technical guidance and resources you need for developing Odoo
|
|
|
|
|
applications. Explore our extensive collection of tutorials, how-to guides, and reference materials
|
|
|
|
|
to achieve your development goals.
|
2021-04-30 12:40:29 +02:00
|
|
|
|
2024-04-09 11:54:08 +02:00
|
|
|
The Odoo development ecosystem is built on a modular and extensible architecture that allows you
|
|
|
|
|
to extend existing applications or create new ones to meet the specific needs of modern businesses.
|
|
|
|
|
You can make use of the tools and frameworks provided by Odoo to focus on getting your web
|
|
|
|
|
application up and running quickly, without needing to reinvent the wheel and worry about the
|
|
|
|
|
underlying infrastructure.
|
|
|
|
|
|
|
|
|
|
If you are new to Odoo or web application development, start with the
|
2025-02-27 18:56:07 +07:00
|
|
|
{doc}`developer/tutorials/server_framework_101` tutorial.
|
2024-04-09 11:54:08 +02:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{eval-rst}
|
2024-04-09 11:54:08 +02:00
|
|
|
.. cards::
|
|
|
|
|
|
|
|
|
|
.. card:: Tutorials
|
|
|
|
|
:target: developer/tutorials
|
|
|
|
|
|
|
|
|
|
Tutorials take you by the hand through hands-on exercises to build skills and familiarity in
|
|
|
|
|
Odoo development.
|
|
|
|
|
|
|
|
|
|
.. card:: How-to guides
|
|
|
|
|
:target: developer/howtos
|
|
|
|
|
|
|
|
|
|
Recipes that provide a step-by-step guide for addressing real-world problems and use-cases.
|
|
|
|
|
|
|
|
|
|
.. card:: Reference
|
|
|
|
|
:target: developer/reference
|
|
|
|
|
|
|
|
|
|
Technical descriptions and factual information on the frameworks and APIs of Odoo.
|
2025-02-27 18:56:07 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
:::{seealso}
|
|
|
|
|
- {doc}`Guide: Contribute to the codebase </contributing/development>`
|
|
|
|
|
- [Community forums](https://www.odoo.com/forum)
|
|
|
|
|
:::
|
2021-04-30 12:40:29 +02:00
|
|
|
|