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

Errors when following the Module creation tutorial

Suscribirse

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

Se marcó esta pregunta
modulesdocumentationerrorv7.0
2 Respuestas
6051 Vistas
Avatar
Eddie Emooth

Please NOTE: I have put a space between http: and //blah-blah-blah/ because the system didn't allow me to post links.

Unfortunately, the OpenERP documentation SUCKS cuz it is missing small bits and pieces, some important links are broken and is quite mixed up with version 6.

For example, I was following this tutorial ( Example of module creation, https: //doc.openerp.com/trunk/server/03_module_dev_05/ ). It asked me to follow the 20 minutes tutorial first but there is no link that takes me to the 20 minutes tutorial page. I googled and however found a link but unfortunately the link gives a 404 not found error. Also at the end of this tutorial page, it suggests to download the travel agency module from http: //apps.openerp.com/ but seriously the module doesn't exist.

This is just one example. There are heaps of other similar examples to prove the fact that OpenERP documentation sucks. For example, last time I was trying to register the custom module on my freshly installed OpenERP system. It asked me to copy and paste the module folder into apps directory. Then it asked me to go to Settings->Modules->Update Modules List. But there was no such thing "Update Modules List". I had to go to Settings->Users and Edit the Access Right of the User and Check the Technical Features check box and save to be able to see "Update Modules List". Nowhere in the documentation explains this.

Im still struggling to register a simple hello world module. I followed all the steps in the documentation, changed the chmod of the module folder to 777, Updated the modules list, added a new apps_path on the config file, restarted the server a several times but still the module is not shown up in the list.

I have used Qt framework ( http: //qt-project.org/ ) to create some apps and I gotta tell you OpenERP people Qt Framework Documentation, http: //qt-project.org/doc/ Rocks. This is how the quality of a proper documentation should be.

Somebody, please help me with this tutorial. Example of module creation ( https: //doc.openerp.com/trunk/server/03_module_dev_05/ ), Thanks.

2
Avatar
Descartar
Avatar
Semah Raddaoui
Mejor respuesta

Hi

This topic may help you starting modules development

1
Avatar
Descartar
Avatar
Eddie Emooth
Autor Mejor respuesta

Thanks Andromida for your help. Luckily I have found this link and Im working out.

However, my question is not just all about Module Creation in OpenERP. It is more about the way OpenERP is documented pretty much.

For example,

If you go to this link (OpenERP Installation on Linux, https: //doc.openerp.com/v7.0/install/linux/) and scroll down the page you will find a link to OpenERP GTK Client Installation (https:// doc.openerp.com/v7.0/install/linux/client/) The URL clearly says it is for version 7.0 but if you read the content, it is mixed up with version 6.1

Surprisingly, this forum link (https: //help.openerp.com/question/1047/is-a-gtk-or-desktop-client-70-available-or-planned/) says GTK Client for OpenERP 7 is officially discontinued.

Honestly, the OpenERP documentation makes newbies like me even more confused. I don't want a GTK Client cuz Im pretty happy with the Web Interface. I just mean if something is officially discontinued it should not appear on the official documentation.

I can write an essay about how poor the OpenERP documentation is with heaps of examples, if I want to.

Hopefully, I reckon they will brush up on the documentation.

1
Avatar
Descartar
Fabrice Henrion (fhe)

You are also welcome to contribute to the documentation to improve the parts that you feel are weak: https://launchpad.net/openobject-doc

Eddie Emooth
Autor

No worries, my friend. I have already reported a bug on https:// launchpad.net/openobject-doc about this. Yes, indeed. I will definitely try to contribute and I know a fair bit of python programming, but let me learn the nuts and bolts of OpenERP as well. I basically use Mercurial (Hg) for version controlling and stuffs, so let me learn a bit of bazaar as well first.

¿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
is there any documentation about adding a module to apps.openerp.com specifically adding screenshots and marked up notes
modules documentation
Avatar
Avatar
1
mar 15
4972
No module named pooler Resuelto
modules error
Avatar
Avatar
Avatar
Avatar
Avatar
5
dic 23
20384
invalid module names, ignored: invreport Resuelto
modules error importing
Avatar
Avatar
1
abr 25
2147
Error during import
modules error import
Avatar
1
dic 23
2531
Error: "odoo.tools.convert.ParseError: "Invalid view tree.contacts.documents definition in cx_licenses_module/views/contacts_document_view.xml"
modules error update
Avatar
0
nov 23
2613
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.

Sitio web hecho con

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