Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Development Environment on Windows OS

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
developmentwindows7
2 Antworten
24010 Ansichten
Avatar
umer farooq

Hello,

I want to start development of my custom module that will help me in adding fields and for other purposes I am using :

-->Windows 7 -->Openerp7 Allinone Setup -->Version of (OpenERP 7.0-20131112-002438) -->PostgreSQL version 1.16.1(Installed with OpenERP) Is it Possible to develop Mymodule(Custom Module) in this environment and how please help me in it. I often get better and concise and people seem to be more confident discussion development on Ubuntu and barely can see a good post for Windows OS development. Detailed Answer Would be appreciated . Thanks.

0
Avatar
Verwerfen
Avatar
Eric
Beste Antwort

Hello. You can definitely develop custom modules in Windows. I am currently completing one right now for my job. I know it can be difficult learning how to complete one at first, but once you get the hang of it, then it isnt so bad. Take a look at this developer memento:

https://www.openerp.com/files/memento/OpenERP_Technical_Memento_latest.pdf

This information will cover the requirements you need to complete your custom module in OpenERP. Also, the Eclipse IDE is a good development tool to use when developing custom modules in OpenERP. Here is another link on how you can setup eclipse to develop OpenERP modules:

https://accounts.openerp.com/forum/Help-1/question/22239

0
Avatar
Verwerfen
umer farooq
Autor

Thanks Eric for your concern,Can you give me the source code of your custom module that would be very helpful for me to initiate,I want my custom module to be inherited with other classes and whatever changes I make in my custom module appears on Existing OpenERP class or Form Thank You,I hope my question is clear:)

Eric

Well my module isnt finished yet, and I dont think I can attach it on here for you. But if you look in your addons directory and find the 'note' module, open it up and take a look at the code in there. The module is not very large, and it uses some inheritance on the python files and in the xml view file. I think that would be a good place to start.

umer farooq
Autor

Eric in my Installed version in addons there is no module with the name of note :(

Eric

Sorry about that. Here is a link that will take you to a page where you can download it. Just click download in the bottom right corner of the page. https://www.openerp.com/apps/7.0/note/

Avatar
Pornima Mane
Beste Antwort

yes of course you can develop your own module in windows OS but I personally feel its more convenient and reliable to develop module in ubuntu as compare to Windows OS. after installation of your openerp and postgres create user for openerp in postgres then add that user to config.py file of openerp. then u have to install eclips or aptana studio in u r system that will be helpful to you see the code of various files then import openerp addons to eclips/aptana. if u installing aptana then after importing your openerp addons in it. right click on addons add new pydev package and name it. then u will see your module in addons with init file. then add other required files (__openerp__.py,*.py, *.xml etc) then create new database in openerp and give access rights to user by settings->user>access rights. then click on update modules list and after that click on installed modules u will see installed modules in then remove filter installed in search tab situated at right upper corner (by clicking cross ) then u can see all the available modules in your addons. then search your module in it. then install it. here is how you can develop your custom module in openerp with windows OS.

0
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to make all branches for user active automatically after login his account?
development
Avatar
Avatar
Avatar
3
Nov. 25
355
MrpBom _skip_bom_line skips line of product that has two multi-choice attribute values when both are selected in Apply to variant
development
Avatar
Avatar
1
Nov. 25
306
How to create a new field have 2 related field by developer mode
development
Avatar
Avatar
2
Okt. 25
648
i face one error while edit my website
development
Avatar
0
Okt. 25
685
How to add market price of the product to the Odoo 18 Community POS receipt?
development
Avatar
0
Okt. 25
616
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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