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

Usage of subscription module

Subscriure's

Get notified when there's activity on this post

This question has been flagged
subscriptioninvoicingecommerce9.0
4 Respostes
12214 Vistes
Avatar
Torvald Baade Bringsvor

Hi

I'm trying to use the subscription module (or app). I'm on Odoo 9.0

1. If you create a regular sales order that contains a subscription product, shouldn't it then create a new subscription? I'm not able to, but it may be that I'm doing something wrong.

2. If you have several subscription templates (for monthly and yearly subscription for example), is it the tag that is used to group them together in the website (where the user can change plans)?

3. Is it possible to sell subscription products in the ecommerce?


Seems like a cool module, but I can't seem to find much documentation for it.

1
Avatar
Descartar
Avatar
Yoshi Tashiro
Best Answer

1. If you create a regular sales order that contains a subscription product, shouldn't it then create a new subscription? I'm not able to, but it may be that I'm doing something wrong.

Quotation Template field should be added in quotation upon installing `website_contract` (the field comes from `website_quote` which `website_contract` depends on).  To this field, you need to assign a quotation template which is linked to a subscription template in order to generate a subscription upon confirming the quotation.  Odoo proposes "Default Template" to the Quotation Template field of quotation by default.


2. If you have several subscription templates (for monthly and yearly subscription for example), is it the tag that is used to group them together in the website (where the user can change plans)?

Yes, the tag is used for this purpose.


3. Is it possible to sell subscription products in the ecommerce?

Yes, it is possible.  Just publish the subscription product on the website as normal.


3
Avatar
Descartar
Avatar
Mark Meadows
Best Answer

There should be a clarification here, selling the subscription on the website does not work as it should.  The ecommerce module does not set the contract on the sales order which means no contract is created for the subscriptions sold through ecommerce.  This makes publishing the actual subscription product pretty much useless, if you don't have that many subscription products you could create "Start Subscription" products that you could then use automation to hard code proper subscription generation for each one.  I know this post is a year old, but I didn't want others to suffer through the how on something that does not work.

1
Avatar
Descartar
Yoshi Tashiro

You are right. Since "Default Template" quotation template is hardcoded to be proposed as of 10.0, you probably need to modify that part of the logic for handling multiple subscription products in online shop. I wonder why it's been designed this way.

Avatar
Philippe Thuaud
Best Answer

Hello,


Is it possible to have 2 different subscription from 1 quotation generated?

Maybe there is a module to do that

Best regards,

0
Avatar
Descartar
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
Use subscription module without invoicing in Odoo 17/18
subscription invoicing
Avatar
Avatar
1
de nov. 25
3267
Subscription plan for ecommerce
subscription ecommerce
Avatar
Avatar
1
d’ag. 24
1303
Creating a subscription invoice before renewal date Solved
subscription invoicing
Avatar
Avatar
Avatar
3
d’oct. 24
3029
Invoice several subscriptions on a single invoice.
subscription invoicing
Avatar
Avatar
1
de gen. 22
3584
Reccuring subscription
subscription invoicing salesorder
Avatar
Avatar
1
de gen. 25
1775
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