diff --git a/addons/event_rental/__pycache__/__init__.cpython-310.pyc b/addons/event_rental/__pycache__/__init__.cpython-310.pyc index 4c4cf70..566e3e8 100644 Binary files a/addons/event_rental/__pycache__/__init__.cpython-310.pyc and b/addons/event_rental/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/event_rental/controllers/__pycache__/__init__.cpython-310.pyc b/addons/event_rental/controllers/__pycache__/__init__.cpython-310.pyc index c5169af..bf961c7 100644 Binary files a/addons/event_rental/controllers/__pycache__/__init__.cpython-310.pyc and b/addons/event_rental/controllers/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/event_rental/controllers/__pycache__/main.cpython-310.pyc b/addons/event_rental/controllers/__pycache__/main.cpython-310.pyc index 2f44c73..080de45 100644 Binary files a/addons/event_rental/controllers/__pycache__/main.cpython-310.pyc and b/addons/event_rental/controllers/__pycache__/main.cpython-310.pyc differ diff --git a/addons/event_rental/models/__pycache__/__init__.cpython-310.pyc b/addons/event_rental/models/__pycache__/__init__.cpython-310.pyc index c70bf91..1f6ba32 100644 Binary files a/addons/event_rental/models/__pycache__/__init__.cpython-310.pyc and b/addons/event_rental/models/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/event_rental/models/__pycache__/event_rental_request.cpython-310.pyc b/addons/event_rental/models/__pycache__/event_rental_request.cpython-310.pyc index 58ca112..2b96553 100644 Binary files a/addons/event_rental/models/__pycache__/event_rental_request.cpython-310.pyc and b/addons/event_rental/models/__pycache__/event_rental_request.cpython-310.pyc differ diff --git a/addons/event_rental/models/__pycache__/product_template.cpython-310.pyc b/addons/event_rental/models/__pycache__/product_template.cpython-310.pyc index 7d5ad87..337b308 100644 Binary files a/addons/event_rental/models/__pycache__/product_template.cpython-310.pyc and b/addons/event_rental/models/__pycache__/product_template.cpython-310.pyc differ diff --git a/addons/event_rental/models/__pycache__/sale_order.cpython-310.pyc b/addons/event_rental/models/__pycache__/sale_order.cpython-310.pyc index 9f8b414..ff922fb 100644 Binary files a/addons/event_rental/models/__pycache__/sale_order.cpython-310.pyc and b/addons/event_rental/models/__pycache__/sale_order.cpython-310.pyc differ diff --git a/addons/event_rental/views/website_templates.xml b/addons/event_rental/views/website_templates.xml index 9dc56a3..15bd837 100644 --- a/addons/event_rental/views/website_templates.xml +++ b/addons/event_rental/views/website_templates.xml @@ -64,27 +64,29 @@ @@ -92,105 +94,109 @@ diff --git a/addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc b/addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc index 7f15e4e..6103430 100644 Binary files a/addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc and b/addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc b/addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc index 18b42f5..45a5d72 100644 Binary files a/addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc and b/addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/controllers/__pycache__/__init__.cpython-310.pyc b/addons/theme_aakriti_v2/controllers/__pycache__/__init__.cpython-310.pyc index 7296be2..5120667 100644 Binary files a/addons/theme_aakriti_v2/controllers/__pycache__/__init__.cpython-310.pyc and b/addons/theme_aakriti_v2/controllers/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/controllers/__pycache__/blog_controller.cpython-310.pyc b/addons/theme_aakriti_v2/controllers/__pycache__/blog_controller.cpython-310.pyc index 6efe458..9ff1f12 100644 Binary files a/addons/theme_aakriti_v2/controllers/__pycache__/blog_controller.cpython-310.pyc and b/addons/theme_aakriti_v2/controllers/__pycache__/blog_controller.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/static/src/css/theme_v2.css b/addons/theme_aakriti_v2/static/src/css/theme_v2.css index cf7a83d..aebc623 100644 --- a/addons/theme_aakriti_v2/static/src/css/theme_v2.css +++ b/addons/theme_aakriti_v2/static/src/css/theme_v2.css @@ -47,6 +47,10 @@ overflow-x: hidden; } +a:hover { + text-decoration: none !important; +} + /* ── Typography ────────────────────────────────────────────── */ .v2-display { font-family: var(--v2-font-display); diff --git a/addons/theme_aakriti_v2/utils/__pycache__/__init__.cpython-310.pyc b/addons/theme_aakriti_v2/utils/__pycache__/__init__.cpython-310.pyc index 7397f1d..080b5af 100644 Binary files a/addons/theme_aakriti_v2/utils/__pycache__/__init__.cpython-310.pyc and b/addons/theme_aakriti_v2/utils/__pycache__/__init__.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/utils/__pycache__/blog_data.cpython-310.pyc b/addons/theme_aakriti_v2/utils/__pycache__/blog_data.cpython-310.pyc index 3729265..a0bd2ce 100644 Binary files a/addons/theme_aakriti_v2/utils/__pycache__/blog_data.cpython-310.pyc and b/addons/theme_aakriti_v2/utils/__pycache__/blog_data.cpython-310.pyc differ diff --git a/addons/theme_aakriti_v2/views/website_v2_templates.xml b/addons/theme_aakriti_v2/views/website_v2_templates.xml index 5c625d4..82b90b5 100644 --- a/addons/theme_aakriti_v2/views/website_v2_templates.xml +++ b/addons/theme_aakriti_v2/views/website_v2_templates.xml @@ -165,7 +165,7 @@ - hello@aakrithievents.com + hello@Aakritievents.com

@@ -259,7 +259,7 @@