Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How do I upload an addon to Odoo Apps when it comes from a Private Github repository? I'm getting an access denied error.

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
gitlabodoo-apps
8 Antworten
9481 Ansichten
Avatar
Cyrus Waithaka

Hello.

I am trying to upload an addon to the odoo apps from a private gitlab repository. I am getting an access denied error. Could anyone tell me what I am doing wrong. I suspect I need to allow odoo user to access the repository but I cant find any leads. Any help will be appreciated.

Thank you.

0
Avatar
Verwerfen
Avatar
Atchuthan - Technical Consultant, Sodexis Inc
Beste Antwort

In your gitlab project, you could provide access to Odoo Apps by using ssh

Find the ssh-rsa key from https://github.com/online-odoo.keys

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMtlwtUNiFe7khfHt77/ARrzC+CRnayxVY/YAi4QPX6N8JoluWnoljYYejmYap9zqRJP7YiUs1jyHfHVZMCtUwwxeXuBq4yf3HCbLboem0YBkwxKuyv/Sg02GcoYyDaFbj4pxEGlIm9zvEM66od39u1SlyZZmmtTWTXQDwHtNF3Q==

Hope, it helps others.

1
Avatar
Verwerfen
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Beste Antwort

Hi Cyrus,

When you have a private repository Odoo needs to have read acces on the repository, otherwise it cannot access the code (and show it on the app store).
You can do this from your repository (in Github, but it should be fairly identical) by going to Settings > Collaborators & teams and by adding Odoo as a contributor with read access. 
This is the user you need to give read access: https://github.com/online-odoo


Regards,
Yenthe

1
Avatar
Verwerfen
Cyrus Waithaka
Autor

This makes sense but I cant find the odoo-online user or anything close to it on gitlab.com.

Yenthe Van Ginneken (Mainframe Monkey)

Hmm I'm not sure if this is supported out of the box. I'd suggest you to drop an email to support@odoo.com, they'll be able to help you figure this one out. :)

Cyrus Waithaka
Autor

Thank you for your assistance. I will update the question with their response as soon as I get it.

Atchuthan - Technical Consultant, Sodexis Inc

did you receive any response from odoo support?

Cyrus Waithaka
Autor

Sorry, my question was about gitlab integration and the security keys were not working (at the time) on gitlab. Is that what you are looking for?

Avatar
Doğan ALTUNBAY
Beste Antwort

I am having Fingerprint has already been taken error when adding deploy key

0
Avatar
Verwerfen
Jorge Cardona

I have the same problem, did you solve it?

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to create repository in odoo app store? Gelöst
odoo-apps
Avatar
Avatar
1
Mai 18
5804
How to see odoo logs in gitlab pipeline in docke container
logging gitlab
Avatar
Avatar
1
Aug. 22
4384
automatically retrieve the data from a field which is already stored in the database so that it can be used the autofill another many2one field which is new Gelöst
developer odoo-apps
Avatar
Avatar
Avatar
2
Mai 19
6974
Gitlab integration with discuss Gelöst
notification discussion gitlab
Avatar
Avatar
1
Mai 18
6733
External ID not found in the system error
installation odoo8.0 odoo-apps
Avatar
0
Sept. 17
8223
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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