İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

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

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

Create and add a new module using windows 7

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
moduleaddons
4 Cevaplar
19013 Görünümler
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
Vazgeç
Avatar
Sehrish
En İyi Yanıt

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
Vazgeç
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
Üretici En İyi Yanıt

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
Vazgeç
Waleed Ali Mohsen

Nice to know you got it.

Avatar
Ermin Trevisan
En İyi Yanıt

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
Vazgeç
Avatar
Waleed Ali Mohsen
En İyi Yanıt

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
Vazgeç
Enjoying the discussion? Don't just read, join in!

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

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
New scaffolded module not installable in Odoo 17 Çözüldü
module addons v17
Avatar
Avatar
Avatar
Avatar
4
Mar 24
4267
Why community modules don't try to install in /opt/openerp/addons
module install addons
Avatar
1
Mar 15
8935
Odoo isn't seeing an add-on that I downloaded and placed in the addons folder Çözüldü
addons
Avatar
Avatar
Avatar
Avatar
Avatar
5
Eki 25
2363
ADD ON FINANCIAL MODULE/FISCALE ACCOUNTING FOR ODOO 18 COMMUNITY
addons
Avatar
Avatar
Avatar
2
Ağu 25
1718
Error when importing module Product Bidding In ECommerce in odoo 17
module
Avatar
Avatar
1
Tem 24
2570
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة 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, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

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