Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Help with development for an absolute beginner - writing the equivalent of 'Hello World'.

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
developmentpythonubuntuhelloworldopenerpodooscaffold
3 Antwoorden
9426 Weergaven
Avatar
Fahad Al Shidhani

Greetings

I'm a newbie in Ubuntu (Using VirtualBox).

I'm struggling for days just to do a hello world program, I have downloaded and installed OpenERP 7,  I have also installed Postgres SQL, Eclipse and Python, I have gone through a storm of lines of codes just to get this far and now I'm stuck at the door of the beginnings.

I have followed documentations by odoo and so far I have reached to this stage:

https://doc.odoo.com/trunk/server/howto/howto_website/

Right now I'm struggling with the addons, the code doesn't seem to work however I located the file and manually edited it to change the addons path using some other guides to point at my so called Academy "module example" however I'm not even sure now if it is working.

So to begin with, how would a hello world page even would look like?

Why am I missing some files when I scaffold/build a new module? (missing controllers and security folders as well academy.py)

When I start localhost:8069 only get the menu's and things to manipulate, I have no understanding on how to start from scratch to develop what I need :(

Thank you for your time

0
Avatar
Annuleer
Avatar
Stephen Mack
Beste antwoord

Hello, I am assuming you are using odoo version 8 for your development.  But you may want to watch some of these videos from the odoo opendays conference.

OpenDay Day 1 Presentations

1:58:20 [slides] Odoo v8: The framework reborn – Antony Lesuisse
3:17:20 [slides] Developing V8 frontend modules – Xavier Morel
5:47:45 [slides] Developing V8 backend modules – Raphael Collet
9:17:30 [slides] Development environments in 5 mins. – Laurent Mignon

OpenDay Day 2 Presentations

3:38:52 [slides] Odoo online platform architecture – Olivier Dony
5:10:11 [slides] From V7 to V8: the new API – Raphael Collet
8:27:20 [slides] The v8 reporting engine (HTML/Qweb) – Simon Lejeune

2
Avatar
Annuleer
Avatar
Peter Nietz
Beste antwoord

do u have any experience as a developer? then go to https://doc.odoo.com/trunk/web/module/

There u will find a simple tutorial to build ur own custom web module.

hope this helps, greetz

0
Avatar
Annuleer
Avatar
Sombat Charnchaleo
Beste antwoord

requirements:

- postgresql installed and running, other python dependency installed

- do these at odoo root folder

- postgresql username 'openerp' existed and have been granted to create database

- in these commands: Postgresql Database name = odoo_sf_db, modules directory = sf_modules, module name = sf_module, model name (will be a table name in Postgresql database) = sf_model, controller name ( it is the code to process some web requests) = sf_model_controller

createdb -U openerp -W odoo_sf_db

./openerp-server scaffold --init sf_module --dest sf_modules --model sf_model --controller sf_model_controller

cd sf_modules/sf_module/data
vi sf_module_demo.xml

then change the line:
<record id="sf_module.sf_model_demo" model="sf_model">

to
<record id="sf_module.sf_model_demo" model="sf_module.sf_model">

cd ../..

./openerp-server --addons-path=addons,sf_modules -i sf_module -d odoo_sf_db -r openerp -w admin1234

after some minutes, open your browser to:

http://localhost:8069

to see your new 'web page'

 

and
http://localhost:8069/sf_module/sf_model_controller

to see your new 'web page' with the result from your model controller.

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Which is the best IDE for developping in Odoo on Ubuntu? Opgelost
development python ubuntu ide odoo
Avatar
Avatar
Avatar
Avatar
Avatar
7
feb. 22
24996
Find Customer from shopify with the particular range of date using shopify python api
python openerp odoo
Avatar
0
jun. 16
4167
i got this error at odoo
python ubuntu odoo
Avatar
Avatar
1
jun. 16
3833
how to retrieve data one2many fields from product.suplierinfo
python openerp odoo
Avatar
Avatar
1
jul. 15
5857
Create OpenERP with Python
python ubuntu openerp
Avatar
0
mrt. 15
9742
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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