Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

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

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
developmentpythonubuntuhelloworldopenerpodooscaffold
3 Răspunsuri
9437 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Stephen Mack
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Peter Nietz
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Sombat Charnchaleo
Cel mai bun răspuns

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
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Which is the best IDE for developping in Odoo on Ubuntu? Rezolvat
development python ubuntu ide odoo
Imagine profil
Imagine profil
Imagine profil
Imagine profil
Imagine profil
7
feb. 22
25008
Find Customer from shopify with the particular range of date using shopify python api
python openerp odoo
Imagine profil
0
iun. 16
4173
i got this error at odoo
python ubuntu odoo
Imagine profil
Imagine profil
1
iun. 16
3838
how to retrieve data one2many fields from product.suplierinfo
python openerp odoo
Imagine profil
Imagine profil
1
iul. 15
5866
Create OpenERP with Python
python ubuntu openerp
Imagine profil
0
mar. 15
9753
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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