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

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • 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

new module?

Suscribirse

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

Se marcó esta pregunta
modulenewpractice
10 Respuestas
5169 Vistas
Avatar
Johnny Solano

odoo 13

Hello, greetings to all, thanks for taking the time to help me.

What is the best practice? 
There are modules that help me for the implementation my client needs but I have to hide and create many fields.
1) Is this advisable?
2) what would happen when updates are given in the module? ,
3) Is it better to start a new module?
4) Is it possible to copy the existing modules to have them as a basis?
4a) is it recommended?

Thank you

1
Avatar
Descartar
Ermin Trevisan

Please use a meaningful title.

Avatar
Muhammad Faizal NS
Mejor respuesta

Hello,

1) Is this advisable? 

Yes, it is. Odoo is flexible and you can customize Odoo according to the client requirements.


2)What would happen when updates are given in the module?​

As I told, Odoo is flexible and the customization through the coding is required a custom module even if we can do it in the base also.

3) Is it better to start a new module? ​

Yes, it is far better to create a new module if you have any kind of customizations.

4) Is it possible to copy the existing modules to have them as a basis? 

Instead of copying, I recommend to create and add a dependency to the newly customized module.

​​4a) is it recommended? 

Nope! It is not recommended.​​

2
Avatar
Descartar
Johnny Solano
Autor

Thanks Muhammad Faizal

Avatar
Dasadiya Chaitanya
Mejor respuesta

As far as I know, the Odoo follow the modularity and that is the reason behind become very very strong into the current market 

My personal advice on this to understand the client's need in a very profound way then try to cover all the requirements with existing Odoo flow. Explain to them why what the currently has in a real case.

So that you should think about the real client business flow and cover all the scenarios with default flow of odoo and add very very fewer fields and its field structure details into your new module.

As per my perspective 

1) Is this advisable?
- As per the client's need and requirement of existing client business flow.

2) what would happen when updates are given in the module? ,
- If the client gives you a new update or want some more additional functionality then you should create a new custom module based on the new business flow and add the dependency with base modules of Odoo.

3) Is it better to start a new module?
New business flow has more and more complex needs a custom module to solve the current problem of the client. The new module helps you to arrange the proper structure and maintain a very long time. 

4) Is it possible to copy the existing modules to have them as a basis?
-Not good practice to copy the existing module but better to add the dependency of all other existing modules as per the client business flow

4a) is it recommended?
- Not recommended for the same

2
Avatar
Descartar
Johnny Solano
Autor

Regards

Avatar
Lars Aam
Mejor respuesta

I always use the Studio App to make changes. Then the changes is automatic protected during upgrade. 

But - if you do many changes you will have to test them all before go in production with upgraded system. 

But I would definitely recommend the Studio. 

0
Avatar
Descartar
Johnny Solano
Autor

Regards

Avatar
Paresh Wagh
Mejor respuesta

Hi Johnny:

As long as you follow the guidelines recommended by Odoo for extension and customization, there are usually no major issues during updates within a release, for example, daily releases within Rel 12.

When you upgrade from one release to another, for example from Rel 12 to 13, you should do exhaustive testing of all your customizations since there are many design changes that get implemented in the core product.

In both cases, regression testing is highly recommended to avoid unwanted surprises. Having said that, I have found the layered design strategy adopted by Odoo to be highly flexible and stable compared to other enterprise level products I have worked with over the last 2 decades.

Hope this helps.

0
Avatar
Descartar
Johnny Solano
Autor

Thanks Paresh Wagh, where can I read about guidelines, do you now?

Regards

Paresh Wagh

Hi Johnny: The following link to the Odoo guidelines provides a good starting point.

https://www.odoo.com/documentation/13.0/reference/guidelines.html

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

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Created module , new moduel Resuelto
module new
Avatar
Avatar
Avatar
5
abr 19
6485
Syntax error
module new
Avatar
Avatar
1
abr 16
4650
ProgrammingError: ERREUR: erreur de syntaxe sur ou près de « analyse » LINE 1: COMMENT ON COLUMN analyse."name" IS 'pat'
module new
Avatar
Avatar
1
mar 15
9275
Problem with inherited module Resuelto
module _inherits new
Avatar
Avatar
Avatar
Avatar
6
jul 18
12528
Gather two modules in one ??
installation module new
Avatar
Avatar
Avatar
Avatar
3
abr 17
10928
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