- Introduced `saas.plan` model to define subscription plans with limits and pricing. - Created `saas.restaurant` model to manage restaurant tenants, including database provisioning and subscription management. - Implemented views for managing SaaS plans and restaurant tenants, including tree and form views. - Added security access rights for the new models. - Developed a backup management view for database backups. - Updated menu structure to include new SaaS management options. - Added Docker and deployment configurations for PostgreSQL, Redis, and Odoo services. - Included scaling guide and backup scripts for production environments. - Enhanced theme with new images and layout adjustments.
308 B
308 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_saas_plan | saas.plan | model_saas_plan | base.group_system | 1 | 1 | 1 | 1 |
| 3 | access_saas_restaurant | saas.restaurant | model_saas_restaurant | base.group_system | 1 | 1 | 1 | 1 |
| 4 | access_saas_backup | saas.backup | model_saas_backup | base.group_system | 1 | 1 | 1 | 1 |