- 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.
5 lines
308 B
CSV
5 lines
308 B
CSV
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
|
access_saas_plan,saas.plan,model_saas_plan,base.group_system,1,1,1,1
|
|
access_saas_restaurant,saas.restaurant,model_saas_restaurant,base.group_system,1,1,1,1
|
|
access_saas_backup,saas.backup,model_saas_backup,base.group_system,1,1,1,1
|