Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

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

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
v8appssaasdeveloper
3 Răspunsuri
10197 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Fabrice Henrion (fhe)
Cel mai bun răspuns

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
Imagine profil
Abandonează
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.

Imagine profil
Fabien Pinckaers (fp)
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Shimon
Cel mai bun răspuns

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

Thanks!

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Not able to open App Store in developer mode
apps developer
Imagine profil
0
iul. 22
2984
Company logo in website builder Rezolvat
v8 saas website_builder
Imagine profil
Imagine profil
Imagine profil
Imagine profil
4
iul. 16
2191
How can I show the Currency of a Sales Order on the printed PDF? Rezolvat
v8 saas sales_order
Imagine profil
1
iun. 15
7286
If I install an App, does it get downloaded to my server? Where? Rezolvat
v8 apps download
Imagine profil
1
mai 15
3714
How to apply website translation imported through PO file?
v8 saas translation
Imagine profil
0
mar. 15
4869
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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