Skip to content

Commit

Permalink
[MIG] Migrated hotel module in v17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajan-SCS committed Apr 23, 2024
1 parent 01bd487 commit 0986d07
Show file tree
Hide file tree
Showing 25 changed files with 981 additions and 898 deletions.
42 changes: 19 additions & 23 deletions hotel/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,27 @@ Hotel Management
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-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
:target: https://github.com/OCA/vertical-hotel/tree/17.0/hotel
: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
:target: https://translation.odoo-community.org/projects/vertical-hotel-17-0/vertical-hotel-17-0-hotel
: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=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|


Module for Complete Hotel management which includes the basic operations at a hotel/apartment.
Module for Complete Hotel management which includes the basic operations
at a hotel/apartment.

You can manage:

* Configure Property

* Hotel Configuration

* Manage history of Check In, Check out

* Manage Folio

* Payment
- Configure Property
- Hotel Configuration
- Manage history of Check In, Check out
- Manage Folio
- Payment

**Table of contents**

Expand All @@ -54,29 +50,29 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/vertical-hotel/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 <https://github.com/OCA/vertical-hotel/issues/new?body=module:%20hotel%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/vertical-hotel/issues/new?body=module:%20hotel%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~
-------

* Serpent Consulting Services Pvt. Ltd.
* OpenERP SA

Contributors
~~~~~~~~~~~~
------------

* Odoo Community Association (OCA)
* Serpent Consulting Services Pvt. Ltd.
* Odoo S.A.
* Rajan Patel <rajan.p[email protected]>
- Odoo Community Association (OCA)
- Serpent Consulting Services Pvt. Ltd.
- Odoo S.A.
- Rajan Soni <rajan.s[email protected]>

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -88,6 +84,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 <https://github.com/OCA/vertical-hotel/tree/15.0/hotel>`_ project on GitHub.
This module is part of the `OCA/vertical-hotel <https://github.com/OCA/vertical-hotel/tree/17.0/hotel>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 2 additions & 2 deletions hotel/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (C) 2023-TODAY Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>).
# Copyright (C) 2024-TODAY Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Hotel Management",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Odoo Community Association (OCA), Serpent Consulting \
Services Pvt. Ltd., OpenERP SA",
"category": "Hotel Management",
Expand Down
Loading

0 comments on commit 0986d07

Please sign in to comment.