Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Solution to the Getting Started tutorial from the official Odoo 16 documentation

Odebírat

Get notified when there's activity on this post

This question has been flagged
development
2 Odpovědi
1430 Zobrazení
Avatar
José Manuel Gascueña Noheda
Hello

Does anyone know of a repository where I can find the complete solution for the module proposed for development in the Getting Started tutorial in the official Odoo 16 documentation?

I would prefer a solution compatible with Odoo 16. However, any solution for another version would also be welcome.

Any other type of reference (video, Word document, PDF, etc.) would also be welcome.

Regards,

José M. Gascueña

0
Avatar
Zrušit
José Manuel Gascueña Noheda
Autor

Thanks Ray for your answer.

I navigated to the direction that you have mentioned about the tutorials of version 16.0.


It indicates "This repository hosts the code for the bases and solutions of the official Odoo tutorials.


It has 2 branches for each Odoo version: one for the bases and one for the solutions.

For example, 16.0 and 16.0-solutions. The first contains the code of the modules that serve as base

for the tutorials, and the second contains the code of the same modules with the complete solution."


However, I have searched these branches for version 16 (16.0 and 16.0-solutions) and the branch 16.0-solutions is not uploaded. The branch 16.0 has solutions differents from The getting started tutorial of odoo 16.0 documentation.


Avatar
Cybrosys Techno Solutions Pvt.Ltd
Nejlepší odpověď

Hi José,

There isn’t an official standalone repository containing a completed version of the Getting Started tutorial module, but you can use the following resources, which provide the full Odoo source code, documentation, and structured development guidance for Odoo 16:

Official Odoo Source Code (including saas-16 branch) ->

You can reference the Odoo codebase here, which is very useful for understanding proper module structure and best practices:

 https://github.com/odoo/odoo/tree/saas-16

Odoo 16 Development Guide (Cybrosys) - >

A detailed developer-friendly guide covering module creation, ORM, views, business logic, and more:

https://www.cybrosys.com/odoo/odoo-books/odoo-16-development/about/odoo-documentation/

Official Odoo 16 Documentation ->

This includes the Getting Started tutorial, reference documentation, and technical guides:

https://www.odoo.com/documentation/16.0/


Hope it helps

0
Avatar
Zrušit
Avatar
Ray Carnes (ray)
Nejlepší odpověď

Find them at https://github.com/odoo/tutorials/tree/16.0

Documentation at https://www.odoo.com/documentation/16.0/developer/tutorials/getting_started/02_setup.html


0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Feature Request: Native “Dialog Filters” in Search Panel
development
Avatar
0
lis 25
71
How do I change the name of the module, or rather the name assigned to the module, after I created it in Odoo Studio?
development
Avatar
1
lis 25
331
Guest House Module - Rental Search Bar
development
Avatar
Avatar
1
lis 25
206
How to make all branches for user active automatically after login his account?
development
Avatar
Avatar
Avatar
3
lis 25
392
MrpBom _skip_bom_line skips line of product that has two multi-choice attribute values when both are selected in Apply to variant
development
Avatar
Avatar
1
lis 25
347
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now