From 49bc13a1f56ab162ba85bbdb2d6948c47fa48be4 Mon Sep 17 00:00:00 2001
From: nikul-serpentcs
Date: Mon, 30 Sep 2024 16:20:52 +0530
Subject: [PATCH] [FIX] Fixed UT
---
hotel_restaurant/README.rst | 10 +++++-----
hotel_restaurant/static/description/index.html | 7 +++----
hotel_restaurant/tests/test_hotel_restaurant.py | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/hotel_restaurant/README.rst b/hotel_restaurant/README.rst
index fd1a87b7d..b7a13f580 100644
--- a/hotel_restaurant/README.rst
+++ b/hotel_restaurant/README.rst
@@ -17,13 +17,13 @@ Hotel Restaurant Management
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fvertical--hotel-lightgray.png?logo=github
- :target: https://github.com/OCA/vertical-hotel/tree/15.0/hotel_restaurant
+ :target: https://github.com/OCA/vertical-hotel/tree/16.0/hotel_restaurant
:alt: OCA/vertical-hotel
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel_restaurant
+ :target: https://translation.odoo-community.org/projects/vertical-hotel-16-0/vertical-hotel-16-0-hotel_restaurant
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/vertical-hotel&target_branch=15.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/vertical-hotel&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -74,7 +74,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -108,6 +108,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/vertical-hotel `_ project on GitHub.
+This module is part of the `OCA/vertical-hotel `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/hotel_restaurant/static/description/index.html b/hotel_restaurant/static/description/index.html
index 78eec9ef0..4abeb3238 100644
--- a/hotel_restaurant/static/description/index.html
+++ b/hotel_restaurant/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -369,7 +368,7 @@ Hotel Restaurant Management
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:530b662e8a6d6beabfc9a0fd7eda61394be4cc0046313eedc75639328369f9c5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This Module is providing table booking facilities and Managing customers orders
You can manage:
@@ -414,7 +413,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -442,7 +441,7 @@
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/vertical-hotel project on GitHub.
+
This module is part of the OCA/vertical-hotel project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/hotel_restaurant/tests/test_hotel_restaurant.py b/hotel_restaurant/tests/test_hotel_restaurant.py
index 5f8c76427..521e56727 100644
--- a/hotel_restaurant/tests/test_hotel_restaurant.py
+++ b/hotel_restaurant/tests/test_hotel_restaurant.py
@@ -28,7 +28,7 @@ def setUp(self):
cur_date = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
self.menucard_type = self.menucard_type_obj.create(
- {"name": "Punjabi", "menu_id": self.fooditem_type.id}
+ {"name": "Punjabi Food Items Menu", "menu_id": self.fooditem_type.id}
)
self.menucard_type.name_get()