Collection of OCA/vertical related modules.
  • HTML 58%
  • Python 35.2%
  • JavaScript 4.1%
  • Shell 2.7%
Find a file
Janik von Rotz 376033ada5
fix(license_subscription): add null check for start_date in invoice date calculation
- Prevent potential error when start_date is not set by adding null check
- Maintain existing logic for setting next_invoice_date when start_date is valid
- Improve robustness by handling edge cases where start_date might be empty
2026-04-20 14:55:18 +02:00
.github/workflows feat(license): migrate 2025-11-17 16:04:59 +01:00
license feat(license_website_sale): migrate 2025-11-17 20:16:04 +01:00
license_ocad feat(license_ocad): update documentation to use standard Docutils stylesheet 2026-03-31 18:50:53 +02:00
license_ocad_mail feat(license_ocad): update documentation to use standard Docutils stylesheet 2026-03-31 18:50:53 +02:00
license_partner_commission feat(license_partner_commission): init module for integrating license sales with partner commissions 2025-11-17 20:35:59 +01:00
license_sale feat(license_ocad): update documentation to use standard Docutils stylesheet 2026-03-31 18:50:53 +02:00
license_subscription fix(license_subscription): add null check for start_date in invoice date calculation 2026-04-20 14:55:18 +02:00
license_website_sale feat(license_ocad): update documentation to use standard Docutils stylesheet 2026-03-31 18:50:53 +02:00
.editorconfig feat: init 18.0 2025-09-22 11:46:06 +02:00
.gitattributes feat(license): migrate 2025-11-17 16:04:59 +01:00
.gitignore feat(license): migrate 2025-11-17 16:04:59 +01:00
.pre-commit-config.yaml feat(license): migrate 2025-11-17 16:04:59 +01:00
.pylintrc feat(license): migrate 2025-11-17 16:04:59 +01:00
.ruff.toml feat: init 18.0 2025-09-22 11:46:06 +02:00
checklog-odoo.cfg feat(license): migrate 2025-11-17 16:04:59 +01:00
eslint.config.cjs feat(license): migrate 2025-11-17 16:04:59 +01:00
LICENSE feat: init 18.0 2025-09-22 11:46:06 +02:00
prettier.config.cjs feat: init 18.0 2025-09-22 11:46:06 +02:00
README.md feat(license_partner_commission): init module for integrating license sales with partner commissions 2025-11-17 20:35:59 +01:00
task feat(license): migrate 2025-11-17 16:04:59 +01:00

Odoo Apps: Vertical Saas

Odoo modules extending the vertical module.

Usage

Clone this repo into the Odoo addons directory.

git clone git@github.com:Mint-System/Odoo-Apps-Vertical-Saas.git ./addons/vertical_saas

Available modules

Module Summary
license Manage software licensens.
license_ocad_mail Mail templates for OCAD.
license_ocad Sync licenses with the OCAD license activation service.
license_partner_commission Integrate license sale with partner comissions.
license_sale Sell software licenses.
license_subscription Update license based on subscription changes.
license_website_sale Purchase licenses in the Odoo shop.