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

Create and add a new module using windows 7

S'inscrire

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

Cette question a été signalée
moduleaddons
4 Réponses
19049 Vues
Avatar
Jose Antonio Perez

I have installed Odoo 10 in Windows 7.

Everything is right but I have to create a new module and I don't know how to start with or how to add a new application to odoo since all tutorials I've seen refer to Linux. 

I downloaded a module from the web to test the procedure. I made a new directory in /server/odoo/addons and copied the contents. I logged in Odoo and clicked over development mode in order to update the new applications but it didn't work.

Please, can you help me with this?


0
Avatar
Ignorer
Avatar
Sehrish
Meilleure réponse

Odoo provide a mechanism to set up a new empty module, odoo.py has a sub command scaffold to create an empty module. To create a module we use following command on command line."odoo.py scaffold <module_name> <path where to put it> ". Now here the question raise what is scaffold. Our created module should always be placed in the "addons" folder, and the path of addons folder is (C:\Program Files (x86)\Odoo 8.0-20150811\server\openerp\addons).

Scaffolding:Scaffolding is the automated creation of a skeleton structure to creating a new module in odoo. Scaffolding is available via the odoo.py scaffold sumcommand.

Steps to create new module in odoo:

Open command prompt in windows and write the following command "odoo scaffold test_module openerp/addons" and hit "enter".
Read more about:

http://learnopenerp.blogspot.com/2016/03/how-to-create-and-install-modules-in.html

1
Avatar
Ignorer
Sehrish

Refer these links:

1- https://www.youtube.com/watch?v=ZG_H0t9116E

2- http://learnopenerp.blogspot.com/2016/03/how-to-create-and-install-modules-in.html

Avatar
Jose Antonio Perez
Auteur Meilleure réponse

Thank you very much, Waleed and Ermin, for your help and suggestions.

I wanted to create an empty new module to see how it can be introduced in Odoo.

I opened a command terminal (cmd) in Windows and wrote:
odoo-bin.exe scaffold folder-name route_to_addons-folder

I checked the new folder contents in addons directory and everything was right.

I will follow your recommendation about creating a new directory addons for my modules.

I logged in to Odoo. in developer mode, and updated the applications. I could see the new application. I installed it without any problem.

Now, I have to see how to create a new module with more functionalities.

Best Regards

0
Avatar
Ignorer
Waleed Ali Mohsen

Nice to know you got it.

Avatar
Ermin Trevisan
Meilleure réponse

Make sure you have declared your new addons folder properly in the Odoo configuration file. If the folder /server/odoo/addons is the original Odoo addons folder (I don't know Odoo on Windows), then you should not make a subfolder into this folder, instead make a folder like /server/odoo/custom/addons.

0
Avatar
Ignorer
Avatar
Waleed Ali Mohsen
Meilleure réponse

Hi,

You have to extract the downloaded zip module and then copy the extracted folder (without changing the name of the folder ) to /server/odoo/addons (Make sure that the __init__.py and __manifest__.py files and other folders inside the extracted module folder directly). Then logged into odoo and activate devloper mode and from apps update the app list and then remove apps filter and search for the your module. 

I don't prefer to use Odoo addons folder and i prefer to create custom folder for custom modules and add the path to the odoo.conf file.

Regards,

Waleed

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é
New scaffolded module not installable in Odoo 17 Résolu
module addons v17
Avatar
Avatar
Avatar
Avatar
4
mars 24
4285
Why community modules don't try to install in /opt/openerp/addons
module install addons
Avatar
1
mars 15
8942
Odoo isn't seeing an add-on that I downloaded and placed in the addons folder Résolu
addons
Avatar
Avatar
Avatar
Avatar
Avatar
5
oct. 25
2405
ADD ON FINANCIAL MODULE/FISCALE ACCOUNTING FOR ODOO 18 COMMUNITY
addons
Avatar
Avatar
Avatar
2
août 25
1767
Error when importing module Product Bidding In ECommerce in odoo 17
module
Avatar
Avatar
1
juil. 24
2596
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