__manifest__.py 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "M22 Tech Theme",
  3. "description": """
  4. Theme for M22 Tech Consulting with Futurismo Cálido style.
  5. Features:
  6. - Split Theme: Dark sidebar + Light content with glassmorphism
  7. - Tailwind CSS compatible (preserves portal filters functionality)
  8. - Custom authentication pages (login, signup, reset password)
  9. - Responsive mobile navigation with iOS-style bottom sheet
  10. - Non-invasive architecture (doesn't replace Odoo templates)
  11. """,
  12. "category": "Theme/Corporate",
  13. "summary": "Tech, Consulting, Dark Mode, Glassmorphism, Tailwind Compatible",
  14. "sequence": 120,
  15. "version": "1.0.3",
  16. "depends": ["website", "auth_signup", "helpdesk", "helpdesk_extras"],
  17. "data": [
  18. "data/generate_primary_template.xml",
  19. "data/ir_asset.xml",
  20. "data/menu_data.xml",
  21. "views/website_menu_view.xml",
  22. "views/snippets.xml",
  23. "views/customizations.xml",
  24. "views/frontend_layout.xml",
  25. "views/portal_sidebar.xml",
  26. "views/login_custom.xml",
  27. "views/helpdesk_dashboard.xml",
  28. "views/helpdesk_portal_approval.xml",
  29. ],
  30. "images": [
  31. # Placeholder for screenshot
  32. # 'static/description/screenshot.jpg',
  33. ],
  34. "configurator_snippets": {
  35. "homepage": [
  36. "s_banner",
  37. "s_m22_bento_grid",
  38. "s_text_image",
  39. "s_call_to_action",
  40. ],
  41. },
  42. "license": "LGPL-3",
  43. }