Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto
Tutte le presentazioni
  • Odoo Experience 2022
  • Presentazioni
  • Espositori
  • Programma
  • Tutti gli eventi
  • Odoo Experience 2022
  • Tutte le presentazioni
 
  • Odoo Experience 2022
  • Presentazioni
  • Espositori
  • Programma


  • Presentazioni
  • Opening Keynote - Unveiling Odoo 16
    Fabien Pinckaers
    Completata
  • SmartClass - Introduction to Development
    Stanislas Sobieski
    Completata
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Completata
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Completata
  • SmartClass - Introduction to JS Framework
    Géry Debongnie
    Completata
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Completata
  • SmartClass - Introduction to Website & eCommerce
    Clément Watthez & Thomas Dobbelsteyn
    Completata
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Completata
  • SmartClass - Advanced Accounting
    Eva Lombardo & Benoit Koener
    Completata
  • SmartClass - Advanced Inventory
    Inventory Experts Team
    Completata
SmartClass - Introduction to Development
Training
Luogo: Odoo Development - 11/10/22, 09:00 - 11/10/22, 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.


Biglietti
Da US$ 0,00 a US$ 1.094,40
Listino prezzi: US: North America Listino prezzi
US: North America
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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