Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Errors when following the Module creation tutorial

Subscriure's

Get notified when there's activity on this post

This question has been flagged
modulesdocumentationerrorv7.0
2 Respostes
6061 Vistes
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
Best Answer

Hi

This topic may help you starting modules development

1
Avatar
Descartar
Avatar
Eddie Emooth
Autor Best Answer

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.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
is there any documentation about adding a module to apps.openerp.com specifically adding screenshots and marked up notes
modules documentation
Avatar
Avatar
1
de març 15
4989
No module named pooler Solved
modules error
Avatar
Avatar
Avatar
Avatar
Avatar
5
de des. 23
20388
invalid module names, ignored: invreport Solved
modules error importing
Avatar
Avatar
1
d’abr. 25
2163
Error during import
modules error import
Avatar
1
de des. 23
2539
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
de nov. 23
2616
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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