Alaguraj0361 b9d5617051 Add SaaS multi-tenant models and views for restaurant management
- 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.
2026-06-19 15:03:51 +05:30

308 B

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2access_saas_plansaas.planmodel_saas_planbase.group_system1111
3access_saas_restaurantsaas.restaurantmodel_saas_restaurantbase.group_system1111
4access_saas_backupsaas.backupmodel_saas_backupbase.group_system1111