19 Commits

Author SHA1 Message Date
Alaguraj0361
632ba92b98 create frontend template for restaurant table reservation form 2026-07-08 11:15:48 +05:30
Alaguraj0361
4a31f0d9f3 implement async restaurant database provisioning model with background worker and automated setup process 2026-07-08 10:51:08 +05:30
Alaguraj0361
b7ba123f03 Refactor Table Reservation Theme settings and update port mapping in docker-compose 2026-07-04 14:09:49 +05:30
Alaguraj0361
dd4e83d2da Add Dine360 Table Reservation Theme Customizer
- Introduced a new module for customizing the Table Reservation theme with primary and secondary branding colors.
- Updated the __manifest__.py to include dependencies and module details.
- Created models for website settings to manage theme colors.
- Added views for configuration settings and menu items for easy access.
- Enhanced reservation templates to apply custom styles dynamically.
- Implemented a verification script to check if the theme is applied correctly.
- Updated docker-compose.yml to change the exposed port for the Odoo service.
2026-07-03 22:52:18 +05:30
a8d7ece3a8 Update docker-compose.yml
Changes by Mohan chnaged the port number to 10006 this is the server port dont change this
2026-06-23 18:13:19 +00:00
0c12d93f67 Update README.md 2026-06-23 18:08:41 +00:00
Alaguraj0361
f3d75aac37 Update color scheme across various pages to enhance visual consistency
- Changed breadcrumb and header colors from #e50000 (red) to #e5b945 (golden yellow) in about, blog, contact, FAQ, and product detail pages.
- Updated button background colors and text colors to match the new color scheme.
- Adjusted opening hours and footer copyright colors to align with the new design.
- Ensured all relevant sections reflect the updated color for a cohesive look throughout the site.
2026-06-23 21:06:54 +05:30
Alaguraj0361
a364d756b8 Merge branch 'main' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/odoo-dine360-restaurants 2026-06-23 20:39:32 +05:30
Alaguraj0361
c82f392e15 Add Dine360 Dashboard Website module with custom controllers and views
- Created __init__.py and __manifest__.py for the new dine360_dashboard_website module.
- Implemented custom controllers to handle website routing and dashboard rendering.
- Added views for website logo and shop template to enhance the user interface.
- Updated dine360_reservation and dine360_restaurant modules to include dine360_table as a dependency.
- Enhanced restaurant table management with new views and actions for floors and tables.
- Updated docker-compose to change the exposed port for the Odoo service.
2026-06-23 20:38:41 +05:30
cdafd954e9 Update README.md 2026-06-23 11:50:10 +00:00
Alaguraj0361
a03985749f Merge branch 'main' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/odoo-dine360-restaurants 2026-06-23 14:57:01 +05:30
Alaguraj0361
3a2cc129c8 Update color scheme across various pages to enhance brand consistency
- Changed breadcrumb and heading colors from #ffb800 (yellow) to #e50000 (red) in about, blog, contact, FAQ, and product detail pages.
- Updated background colors in sections and buttons to match the new color scheme.
- Ensured all instances of the previous color are replaced for a cohesive look throughout the site.
2026-06-23 14:56:17 +05:30
7dc0ee3247 Update README.md 2026-06-22 17:31:18 +00:00
Production
05e44a7cfa Mohan fom server 2026-06-22 17:29:46 +00:00
bb57d931b9 Update README.md 2026-06-22 17:20:57 +00:00
86c9536631 Update README.md 2026-06-22 17:19:42 +00:00
Alaguraj0361
6a2bc89fb6 Refactor database operations in SaaS controller and restaurant model for improved clarity and functionality 2026-06-22 18:04:36 +05:30
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
Alaguraj0361
fc319c1f61 first commit 2026-06-19 10:39:27 +05:30