Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc
Wszystkie Rozmowy
  • Odoo Experience 2022
  • Panele dyskusyjne
  • Wystawcy
  • Agenda
  • Wszystkie wydarzenia
  • Odoo Experience 2022
  • Wszystkie Rozmowy
 
  • Odoo Experience 2022
  • Panele dyskusyjne
  • Wystawcy
  • Agenda


  • Rozmowy
  • Opening Keynote - Unveiling Odoo 16
    Fabien Pinckaers
    Wykonano
  • SmartClass - Introduction to Development
    Stanislas Sobieski
    Wykonano
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Wykonano
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Wykonano
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Wykonano
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Wykonano
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Wykonano
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Wykonano
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Wykonano
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Wykonano
SmartClass - Introduction to Development
Training
Lokacja: Odoo Development - 11.10.2022, 09:00 - 11.10.2022, 17:00 (Europe/Brussels) (8 godzin)
SmartClass - Introduction to Development
Stanislas Sobieski
Stanislas Sobieski

The smartclass is taking place on Monday October 10th & Tuesday October 11th from 9am to 5pm


Prerequisites

This is an initiation/starting level course. Basic Python knowledge is needed. https://learnxinyminutes.com/docs/python/


Why should you attend?

Get a better understanding of Odoo Framework, how it works and how the different pieces come together.
​

What will you learn?

Learn basic usage of Odoo Framework, and how to create a new module from scratch and deploy it within minutes in Odoo.sh. With the help of business cases, we'll analyze business needs, develop new models and new fields, and aim to understand the interaction between them.


Table of contents

This training session will be divided into 5 modules and will be developed and deployed on Odoo.sh

1. Models, Fields and Relations 

The goal of this module is to learn how the models/objects in Odoo are defined and how they interact with each other. Attendees will learn how to:

  • Translate a simple situation into models that will fit the Odoo Framework;

  • Define a simple model;

  • Define simple fields on a model;

  • Define relational fields between models.

2. Computed Fields, Onchange and Constraints

The goal of this module is to learn how to have fields interacting with others, and to automatically compute values based on other fields. This includes:

  • Computed fields;

  • Related fields;

  • The depends decorator;

  • Storing computed fields in the database;

  • Constraints.

3. Actions, Menus and Views

The goal of this module is to learn how to display information for the end users, to learn how to design basic views and how to alter field properties. Attendees will learn how to:

  • Activate and use the developer mode;

  • Create a menu item;

  • Link windows action to menu item;

  • Design list, form and search views from scratch;

  • Design embedded views for Many2many and One2many fields;

  • Define field properties, statically and dynamically.

4. Model Inheritance

Odoo provides two inheritance mechanisms to extend an existing model in a modular way. With the Odoo inheritance mechanisms, you can:

  • Add or override fields, methods, constraints on an existing model;

  • Factor out some generic code in model mixins;

  • Associate each record from a model with a parent record from another model;

  • The purpose of this module is to learn these inheritance mechanisms.

5. View Inheritance

Odoo provides an inheritance mechanism to extend a view in a modular way. The view extension describes modifications of the XML of the extended view. It can, for instance, add elements, modify elements or modify element attributes. It usually complements model extensions.

  • The purpose of this module is to learn this inheritance mechanism.


Zgłoszenia
Od US$ 0,00 do US$ 1094,40
Cennik: US: North America Cennik
US: North America
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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