Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Create and add a new module using windows 7

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
moduleaddons
4 Risposte
19024 Visualizzazioni
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
Abbandona
Avatar
Sehrish
Risposta migliore

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
Abbandona
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
Autore Risposta migliore

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
Abbandona
Waleed Ali Mohsen

Nice to know you got it.

Avatar
Ermin Trevisan
Risposta migliore

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
Abbandona
Avatar
Waleed Ali Mohsen
Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
New scaffolded module not installable in Odoo 17 Risolto
module addons v17
Avatar
Avatar
Avatar
Avatar
4
mar 24
4271
Why community modules don't try to install in /opt/openerp/addons
module install addons
Avatar
1
mar 15
8936
Odoo isn't seeing an add-on that I downloaded and placed in the addons folder Risolto
addons
Avatar
Avatar
Avatar
Avatar
Avatar
5
ott 25
2368
ADD ON FINANCIAL MODULE/FISCALE ACCOUNTING FOR ODOO 18 COMMUNITY
addons
Avatar
Avatar
Avatar
2
ago 25
1732
Error when importing module Product Bidding In ECommerce in odoo 17
module
Avatar
Avatar
1
lug 24
2571
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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