Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda
Todas las pláticas
  • Odoo Experience 2019
  • Pláticas
  • Agenda
  • Todos los eventos
  • Odoo Experience 2019
  • Todas las pláticas
 
  • Odoo Experience 2019
  • Pláticas
  • Agenda


  • Pláticas
  • Introduction to Development with Odoo.sh
    Stanislas Sobieski, Technical Consultant - Odoo
    Listo
  • Introduction to Odoo IoT
    Quentin Lejeune (qle)
    Listo
  • Advanced Odoo Inventory
    Michaël Richard, Functional Consultant - Odoo
    Listo
  • Advanced Odoo Accounting
    Wynand Tastenhoye, Business Analyst - Odoo
    Listo
  • Odoo Implementation Methodology
    Catherine Vieslet, BE Quickstart Manager - Odoo
    Listo
  • Load Testing: How to Stress Your Odoo with Locust
    Michael Vannerom, Developer - Odoo
    Listo
  • How to Profile Live Production
    Moisés Augusto López Calderón
    Listo
  • How to Deal with Custom Code for an Upgrade
    Patricia Daloze, Developer - Odoo
    Listo
  • Top 10 Tips to Develop Responsive Applications
    Pierre Paridans, Developer - Odoo
    Listo
  • Understand Asynchronous Javascript in Odoo
    Vincent Schippefilt, Developer - Odoo
    Listo
Odoo JS Framework
Developer Training
30/9/19, 09:00 - 1/10/19, 01:00 (Europe/Brussels) (16 horas)
Odoo JS Framework
Gery Debongnie, Lead Developer - Odoo
Python & Javascript Developer at Odoo
Gery Debongnie, Lead Developer - Odoo
Python & Javascript Developer at Odoo

Practical Info

Date: Monday Sep 30 - Tuesday Oct 1
Time: 9 am - 5 pm
Location: Aula Magna • Belgium
Lunch and Drinks are included for each day of the training.


Prerequisites

This training assumes that attendees have an intermediate knowledge of both Odoo and Javascript. Attendees should have some experience developing add-ons in Odoo, and be ready to build on that.


Why should you attend?

The Odoo Framework is quite expressive, many add-ons can express a lot of business logic just by defining models (in Python) and template/views (in XML). This is fine for most cases, but there is a limit to what you can do. To overcome this limit, you need to extend the Odoo web client in Javascript. Version 13 will feature a new large refactoring of the web client, and this training is a good opportunity to learn where Odoo is going. 


What will you learn?

This training aims to help you customize the user interface to your needs. In two days, we will create a basic project management add-on, with a dashboard, customized form widgets, and a new map view. This will be an opportunity to understand how the web client is designed and can be extended. Note that this training will be done in Odoo version 13. 


Table of Contents

Day 1 

  • Odoo JS Framework Overview

  • Basic Notions

  • Understanding asynchronous code

  • Customizing form views

Day 2

  • Testing your UI

  • Creating/Extending a view

  • Various small interface tweaks

SPEAKER

Aaron Bohy

Python and Javascript developer • Odoo

After obtaining his PhD in Computer Science in 2014, Aaron joined Odoo as an R&D developer. He worked for a few months on packaging (mainly Debian and RPM packages, and Docker image), before joining the JS framework team. There he got involved in several large tasks including the new design for v9 Enterprise, Odoo Studio, and the v11 revamp of JS views.

Boletos
Desde US$ 0.00 para US$ 1,094.40
Lista de precios: US: North America Lista de precios
US: North America
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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