Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Is there any Odoo 13 development tutorial from strach..?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
developmenttutorialOdoo13.0
4 Respuestas
19536 Vistas
Avatar
Lima Saudara

I want to learn Odoo 13 development. After search from the internet many of the results just for Odoo version 12 and below.

So, Is there any Odoo 13 development tutorial that completely from scratch..?

Like, how to start the development server..?,  making a change..?, build a module..?, and other..?

0
Avatar
Descartar
Lima Saudara
Autor

I have also read some from this documentation https://www.odoo.com/documentation/13.0/howtos/backend.html, but I still don't understand enough how to implement that documentation.

Sehrish

Odoo13 Development Tips: https://sites.google.com/view/thinkincode/erp/odoo13

Avatar
Niyas Raphy (Walnut Software Solutions)
Mejor respuesta

Hi,

The development in Odoo12, 13  and 14 are almost same, only there are few changes, as you are exactly looking for v13 tutorials have a look at this playlist in the YouTube channel: Odoo13 Development Tutorials

If you need it particularly for Odoo 12 and Odoo 14, you can access it from the following links.


Odoo 12:  Odoo12 Development Tutorials

Odoo 14: Odoo 14 Development Tutorials


Once you have good basics and understanding of how the things are working, Odoo source code itself is a big text book to learn and develop.  So initially i would like recommend to start like this.


How to Start


Don't directly  try to jump into the development process. Install the odoo in the local machine, either you can do it manually step by step or using the available scripts, if you are using the Ubuntu. In windows the installation is easy, just download the exe file and run.


Once this is done, create a database and what all features are there, how the system is working, understand the working of the basics modules like sale, purchase, inventory and accounting.


For Installation

Ubuntu:

Manual : How to Install Odoo on Ubuntu

Scrypt:  https://github.com/Yenthe666/InstallScript


Windows:

Download and run the exe file from here: https://www.odoo.com/page/download


Also refer the odoo documentation explainingg the same: https://www.odoo.com/documentation/14.0/setup/install.html#editions



Starting Into Development


Once you get a fair idea about the Odoo and its functionalities, try adding some third party modules from the odoo store to your odoo instance and see, it is just to understand the modular functionality of the odoo and to show how customizable the odoo is.


To start development, we need an IDE, for this i will recommend you to configure Odoo with Pycharm, which is commonly used IDE for odoo.


Setting Up Development Environment


Download the pycharm community version for free and run it and configure it with Odoo, you can see the configuration steps here in this video: How to Configure Odoo With Pycharm


Once you are able to run the odoo, you have to understand the concept about the custom addons path, see: How To Add Custom Modules And Custom Addons Path In Odoo


Once the development environment is set and ready, you can start customization by creating custom module, create a simple module which adds the new database table and menus and views.


See:

1. Creating Your First Module

2. Creating New Database Table

3. Creating New Menu and Actions

4. Setting Access Rights


and more you have like Reports, Different View etc.


References:


1.  https://www.odoo.yenthevg.com/

2. https://www.odoo.com/documentation/14.0/index.html

3. https://www.youtube.com/c/OdooMates/videos


What if you get Stuck ?


1. Use Odoo Forum  and create a post, developers around the world will help you.



Thanks

7
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi,

Sure. There is a full-fledged and free-to-access tutorial for Odoo 13 Development prepared by Cybrosys Technologies. This tutorial is sure to help you to learn the basics of Odoo 13 development. Including 30 videos and a detailed description of every aspect of Odoo 13 development, this tutorial can help you to learn the process from its start. Don’t worry about the coding and designing of Odoo 13, our training will help you to become a pro-Odoo developer with complete knowledge in Odoo design, customization, development, and implementation.

Cybrosys's free online course will train you to configure your Odoo. It will also support you to design and create new modules. It can support the users to learn the interrelation between different Odoo modules. You can also understand the inheritance aspect of Odoo using this tutorial.  It will also help you to learn about decoration attributes, which can help to get advanced views of the Odoo platforms.

The course will tell you how to install and configure Odoo 13 on Pycharm Ubuntu 18 and the components and structure of the Odoo 13 module. By going through this course, you will be able to create an empty module structure scaffold command in Odoo 13 and build Odoo 13 module. It also details relations between modules on Odoo and Many2One fields in Odoo 13.

The free online course offered by Cybrosys also helps to learn about security, wizards, and different views of Odoo. Video lessons along with blog tutorials will help the user to get a clear idea of Odoo 13 development.

All your questions will be answered once you click https://www.cybrosys.com/odoo-development-tutorial/

Regards

3
Avatar
Descartar
Avatar
Michael Don
Mejor respuesta

Hi Lima,


Weblearns :- https://www.youtube.com/channel/UCrty6O-6H3QNYpaS4lhsEcQ

Odoo13Development :- https://www.youtube.com/channel/UCrty6O-6H3QNYpaS4lhsEcQ


Regards,


2
Avatar
Descartar
Avatar
Amber Layton
Mejor respuesta

Check out Advanced Development in Odoo 13

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Delivery Carrier Error on Website On Publishing
development Odoo13.0
Avatar
0
may 20
3604
Grouping lines in a M2M or O2M fields like Group filter ?
development views Odoo13.0
Avatar
0
ene 21
3004
SyntaxError: expected expression, got '<'
development import excel Odoo13.0
Avatar
Avatar
2
oct 23
5145
Report only load properly in debug mode with assets ?? Resuelto
development asset report Odoo13.0
Avatar
Avatar
2
ene 21
5410
Overwrite an attribute of a field from another model
development fields technical Odoo13.0
Avatar
Avatar
1
sept 20
5019
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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