Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

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

Subscriure's

Get notified when there's activity on this post

This question has been flagged
gitlabodoo-apps
8 Respostes
9495 Vistes
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
Descartar
Avatar
Atchuthan - Technical Consultant, Sodexis Inc
Best Answer

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
Descartar
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Best Answer

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
Descartar
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
Best Answer

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

0
Avatar
Descartar
Jorge Cardona

I have the same problem, did you solve it?

Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
How to create repository in odoo app store? Solved
odoo-apps
Avatar
Avatar
1
de maig 18
5819
How to see odoo logs in gitlab pipeline in docke container
logging gitlab
Avatar
Avatar
1
d’ag. 22
4398
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 Solved
developer odoo-apps
Avatar
Avatar
Avatar
2
de maig 19
6981
Gitlab integration with discuss Solved
notification discussion gitlab
Avatar
Avatar
1
de maig 18
6740
External ID not found in the system error
installation odoo8.0 odoo-apps
Avatar
0
de set. 17
8229
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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