Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Install 3rd Party App

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
appsfacebookpixel3rdparty
2 Replies
47053 Tampilan
Avatar
Noah Case

I need help installing a 3rd party app for a client. This Odoo account is owned by the client I am working for, I am simply the web designer. They asked me to install a 3rd party app to enable facebook pixel tracking on the odoo website.


Specifically, we purchased the Website Facebook Pixel by Garazd Creation. (https://apps.odoo.com/apps/modules/13.0/website_facebook_pixel/)


I tried reaching out to the creator of the plugin and received no response. The video that he has available to walk through the install is not accurate to my experience. In the video he shows simply being able to purchase, click install, then go to the website settings and paste the facebook pixel. 

On my end, after purchasing, all it shows is a "download" button, not an "install" button. This is allowing me to download a zip file of the plugin, but I have no idea what to do with that...


Anyone know how to install 3rd party apps manually?

1
Avatar
Buang
Avatar
Niyas Raphy (Walnut Software Solutions)
Jawaban Terbai

Hi,

For installing third party modules in odoo, first of all what you have to do is that, using the download button, download the purchased module, then you will be able to get a zip file. Just extract the zip file, then you will get a folder like website_facebook_pixel, now we have to move it to the client's odoo instance.


If the clients odoo is hosted in some server, you have to move it to the server and place the module in his addons path. To move the code to server, lot of tools are available, if you are using ubuntu, you can use ssh, putty etc.

Once you are able to move to server, next task is to find the custom addons path, for this, what you can do is that, go to the folder etc, by typing
cd  /etc

Then inside this folder, most probably there will be a file name odoo.conf or odoo-server.conf , this is the doo configuration file, using nano editor you can open it.


sudo nano odoo.conf


Once you open it, inside the content, you will be able to see the addons path, get the custom addons path from it, it will be something like  /opt/custom or /opt/odoo/custom .


So now you get the custom addons path, place the module inside it and now you have to restart the odoo service. Once the service is restarted, go to the odoo user interface, activate the developer mode, click update app list and search the module and install it.


https://www.youtube.com/watch?v=KCGAKbVT92k


Thanks

1
Avatar
Buang
Avatar
aelaw326@gmail.com
Jawaban Terbai

I put together a video for this.  Hope it helps!

https://youtu.be/T19bmJ6p3pY

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Download and install 3rd party app Diselesaikan
apps 3rdparty
Avatar
Avatar
2
Nov 23
31093
Where to put the Facebook pixel ? Diselesaikan
facebook pixel
Avatar
Avatar
Avatar
2
Jun 24
13144
Install Facebook and Adroll Pixel
facebook pixel
Avatar
Avatar
1
Jun 23
3380
Facebook Pixel Events
facebook pixel
Avatar
Avatar
1
Sep 20
6206
How does Odoo 16 Community Edition install 3rd party apps?
apps 3rdparty odoo16features
Avatar
Avatar
Avatar
Avatar
4
Mei 24
9607
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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