mirror of
https://github.com/Mint-System/Odoo-Apps-Vertical-SaaS.git
synced 2026-04-23 22:23:46 -06:00
Collection of OCA/vertical related modules.
- HTML 58%
- Python 35.2%
- JavaScript 4.1%
- Shell 2.7%
- 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 |
||
|---|---|---|
| .github/workflows | ||
| license | ||
| license_ocad | ||
| license_ocad_mail | ||
| license_partner_commission | ||
| license_sale | ||
| license_subscription | ||
| license_website_sale | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| .ruff.toml | ||
| checklog-odoo.cfg | ||
| eslint.config.cjs | ||
| LICENSE | ||
| prettier.config.cjs | ||
| README.md | ||
| task | ||
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. |