Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Install 3rd Party App

Odebírat

Get notified when there's activity on this post

This question has been flagged
appsfacebookpixel3rdparty
2 Odpovědi
47071 Zobrazení
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
Zrušit
Avatar
Niyas Raphy (Walnut Software Solutions)
Nejlepší odpověď

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
Zrušit
Avatar
aelaw326@gmail.com
Nejlepší odpověď

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

https://youtu.be/T19bmJ6p3pY

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Download and install 3rd party app Vyřešeno
apps 3rdparty
Avatar
Avatar
2
lis 23
31105
Where to put the Facebook pixel ? Vyřešeno
facebook pixel
Avatar
Avatar
Avatar
2
čvn 24
13149
Install Facebook and Adroll Pixel
facebook pixel
Avatar
Avatar
1
čvn 23
3385
Facebook Pixel Events
facebook pixel
Avatar
Avatar
1
zář 20
6210
How does Odoo 16 Community Edition install 3rd party apps?
apps 3rdparty odoo16features
Avatar
Avatar
Avatar
Avatar
4
kvě 24
9642
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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