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

45 lines
1.1 KiB
Python

{
'name': 'Dine360 Shivasakthi Restaurant Suite',
'version': '1.0.0',
'license': 'LGPL-3',
'category': 'Website',
'summary': 'Installs all Dine360 Shivasakthi Restaurant modules',
'author': 'Dine360',
'depends': [
'dine360_restaurant',
'dine360_order_channels',
'dine360_dashboard',
'dine360_theme_shivasakthi',
'dine360_kds',
'dine360_reservation',
'dine360_uber',
'dine360_recipe',
'dine360_self_order',
'dine360_online_orders',
'dine360_pos_navbar',
'mail',
'calendar',
'contacts',
'crm',
'sale_management',
'board',
'point_of_sale',
'account',
'website',
'purchase',
'stock',
'hr',
],
'uninstall_hook': 'uninstall_hook',
'data': [
'views/apps_kanban_menu.xml',
],
'assets': {
'web.assets_backend': [
'dine360_shivasakthi/static/src/css/apps_kanban_fix.css',
],
},
'installable': True,
'application': True,
}