Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Development Environment on Windows OS

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
developmentwindows7
2 Réponses
23985 Vues
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
Ignorer
Avatar
Eric
Meilleure réponse

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
Ignorer
umer farooq
Auteur

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
Auteur

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
Meilleure réponse

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
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to make all branches for user active automatically after login his account?
development
Avatar
Avatar
Avatar
3
nov. 25
289
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
210
How to create a new field have 2 related field by developer mode
development
Avatar
Avatar
2
oct. 25
542
i face one error while edit my website
development
Avatar
0
oct. 25
658
How to add market price of the product to the Odoo 18 Community POS receipt?
development
Avatar
0
oct. 25
580
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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