Files
odoo-docs/content/developer/tutorials/master_odoo_web_framework.rst
Géry Debongnie f1d1ca056e wip
2023-05-16 09:39:08 +02:00

45 lines
1.7 KiB
ReStructuredText

:show-content:
=============================
Master the Odoo Web Framework
=============================
.. toctree::
:titlesonly:
:glob:
master_odoo_web_framework/*
This tutorial is designed for those who have completed the :doc:`discover_js_framework` tutorial and
are looking to deepen their knowledge of the Odoo web framework. It is organized in four independant
chapters, each focusing on different features of Odoo.
Each of these chapters can be done independantly, in any order.
For this training, we will step into the shoes of the IT staff at the fictional company Awesome
T-Shirt, which is dedicated to printing custom t-shirts for online customers. The Awesome T-Shirt
company uses Odoo to manage orders and has created a dedicated Odoo module to manage their workflow.
In this tutorial, we will explore various aspects of the Odoo web framework in detail, including
fields and views, notifications, command palette, and much more. This tutorial will provide you with
the knowledge and skills you need to take full advantage of the Odoo web framework. So, let's get
started!
.. _howtos/master_odoo_web_framework/setup:
Setup
=====
#. Clone the `official Odoo tutorials repository <https://github.com/odoo/tutorials>`_ and switch to
the branch `{CURRENT_MAJOR_BRANCH}`.
#. Add the cloned repository to the :option:`--addons-path <odoo-bin --addons-path>`.
#. Start a new Odoo database and install the modules `awesome_tshirt` and `awesome_gallery`.
Content
=======
- :doc:`master_odoo_web_framework/01_build_clicker_game`
- :doc:`master_odoo_web_framework/02_create_customize_fields`
- :doc:`master_odoo_web_framework/03_create_gallery_view`
- :doc:`master_odoo_web_framework/04_customize_kanban_view`