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

Usage of subscription module

Abonnieren

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

Diese Frage wurde gekennzeichnet
subscriptioninvoicingecommerce9.0
4 Antworten
12219 Ansichten
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
Verwerfen
Avatar
Yoshi Tashiro
Beste Antwort

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
Verwerfen
Avatar
Mark Meadows
Beste Antwort

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
Verwerfen
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
Beste Antwort

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
Verwerfen
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
Use subscription module without invoicing in Odoo 17/18
subscription invoicing
Avatar
Avatar
1
Nov. 25
3280
Subscription plan for ecommerce
subscription ecommerce
Avatar
Avatar
1
Aug. 24
1306
Creating a subscription invoice before renewal date Gelöst
subscription invoicing
Avatar
Avatar
Avatar
3
Okt. 24
3034
Invoice several subscriptions on a single invoice.
subscription invoicing
Avatar
Avatar
1
Jan. 22
3588
Reccuring subscription
subscription invoicing salesorder
Avatar
Avatar
1
Jan. 25
1790
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