Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

How to Submit Custom App to Odoo for Inclusion in Odoo SaaS Apps

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
v8appssaasdeveloper
3 Respostas
10179 Visualizações
Avatar
David Birchmier

We are developing an app that will integrate Odoo with Stripe. (Credit Card Payment Processor) 

We are running Odoo v8 SaaS. We are developing on a local instance of Odoo but intend to use it on our SaaS instance.

What is the process to submit an App to Odoo for inclusion in the SaaS product? 

I found this: https://apps.openerp.com/apps/upload/

Is there anything else I need to know? Is there any risk that we could develop this Stripe Integration and then Odoo could reject it and we won't be able to use it on the SaaS version?

0
Avatar
Cancelar
Avatar
Fabrice Henrion (fhe)
Melhor resposta

There is no process to "submit" an app for inclusion in Odoo SaaS. The apps on the SaaS are certified modules covered by the Odoo Enterprise contract. Certifying a module is a big deal as it extends the responsibility of Odoo towards all its customers in terms of maintenance. This is why a module goes through an extensive certification process at Odoo R&D before being certified. You cannot ask that Odoo "looks into" your module to see if it's good enough to be included because everybody creating a module would ask that and this is just not feasible from a resources standpoint (think of the 4000 modules). Additionally, the modules that the community develop are project-driven while the Odoo product roadmap is mass-adoption/innovation/usability driven. Example: a customer is never going to ask a partner (or its IT department) to make the framework API more efficient; they will ask for more features. If only project-driven modules were added to the certified modules, we would end up with a frankenstein Odoo with modules whose rationales come from different projects in different industries with different requirements; it's a threat to genericity.

In regards with your Stripe integration, your best bet is to develop it as similarly as the Ogone one as possible. You have a higher chance with a module like this than with a module that introduces a brand new feature because you can copy another certified module that does the same (except with a different payment processor). Then, make a pull request into Odoo master: https://github.com/odoo/odoo/pulls

2
Avatar
Cancelar
David Birchmier
Autor

Hi Fabrice, Thanks for the excellent detail. Am I understanding correctly that it is not possible for us to build a module for our own use in our SaaS instance? For example, a model like Zendesk allows us to build all the private apps we want and use them immediately, but also has an option to include in their official App Store. We've released both flavors on Zendesk and other SaaS platforms and it's straightforward. The publicly available apps put the responsibility of maintenance on the developer, NOT the SaaS provider (Odoo) I'm not looking to add a module to the official "Odoo Apps" - Just build out our own 3rd party functionality necessary for our business operations. Is that only doable if we go with a self hosted version of Odoo?

Fabrice Henrion (fhe)

I'm not familiar with what Zendesk allows to do on their SaaS, but if they allow anyone to apply any custom code (as deeply as what a custom module on Odoo would), then it means that it's possible to break (ie. crash) their SaaS instance. Now I understand that they would say "You applied custom code so we are not responsible if your business is stopped because you crashed your instance; clean up your own mess". But we don't want to put users and ourselves in this situation. We want to ensure that "if you are on Odoo SaaS, it won't break". Your alternative is to build your custom development outside Odoo and communicate with Odoo Online through its API. As an example, this is a Magento connector that works with Odoo SaaS because it's exclusively a webservice: www.aio-commerce.com

David Birchmier
Autor

Thanks for the additional details. Very helpful. The API option sounds workable. Would it be possible to accomplish what we desire through the API? I.e. Having a "STRIPE" button in the POS and when clicked a credit card form pops up, the card is swiped, charged, and then reports that payment back to Odoo. Thanks again for the help.

Avatar
Fabien Pinckaers (fp)
Melhor resposta

There is no way to include new modules in the SaaS platform. We limit the number of features so that we can guarantee smooth upgrades and bug fix guarantee at very low costs. Odoo prefers to focus its efforts on making existing features become perfect rather than adding more features.

At the current price, we can't afford loosing a few days\hours per monthly upgrade due to a third party module. We would loose all our margins. Usually, the maintenance cost of a module is twice its development costs over the span of 3 years, that's why we can't maintain third party modules at our charge.

0
Avatar
Cancelar
Avatar
Shimon
Melhor resposta

Could you make this module publically available? I'd like to make use of it.

Thanks!

0
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Not able to open App Store in developer mode
apps developer
Avatar
0
jul. 22
2975
Company logo in website builder Resolvido
v8 saas website_builder
Avatar
Avatar
Avatar
Avatar
4
jul. 16
2191
How can I show the Currency of a Sales Order on the printed PDF? Resolvido
v8 saas sales_order
Avatar
1
jun. 15
7275
If I install an App, does it get downloaded to my server? Where? Resolvido
v8 apps download
Avatar
1
mai. 15
3708
How to apply website translation imported through PO file?
v8 saas translation
Avatar
0
mar. 15
4846
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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