Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor
Toate discuțiile
  • Odoo Experience 2022
  • Talks
  • Expozanți
  • Agenda
  • Toate evenimentele
  • Odoo Experience 2022
  • Toate discuțiile
 
  • Odoo Experience 2022
  • Talks
  • Expozanți
  • Agenda


  • Discuții
  • Opening Keynote - Unveiling Odoo 16
    Fabien Pinckaers
    Efectuat
  • SmartClass - Introduction to Development
    Stanislas Sobieski
    Efectuat
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Efectuat
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Efectuat
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Efectuat
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Efectuat
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Efectuat
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Efectuat
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Efectuat
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Efectuat
SmartClass - Introduction to Development
Training
Locație: Odoo Development - 11.10.2022, 09:00 - 11.10.2022, 17:00 (Europe/Brussels) (8 ore)
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.


Tichete
De la US$ 0,00 la US$ 1.094,40
Listă de prețuri: US: North America Listă de prețuri
US: North America
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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