diff --git a/pms/README.rst b/pms/README.rst index c06b14932..c7dc5bd70 100644 --- a/pms/README.rst +++ b/pms/README.rst @@ -25,11 +25,11 @@ PMS (Property Management System) |badge1| |badge2| |badge3| |badge4| |badge5| -This module is an all-in-one property management system (PMS) focused on medium-sized hotels +This module is an all-in-one property management system (PMS) focused on medium-sized properties for managing every aspect of your property's daily operations. -You can manage hotel properties with multi-hotel and multi-company support, including your rooms inventory, -reservations, check-in, daily reports, board services, rate and availability plans among other hotel functionalities. +You can manage properties with multi-property and multi-company support, including your rooms inventory, +reservations, check-in, daily reports, board services, rate and availability plans among other property functionalities. .. IMPORTANT:: This is an alpha version, the data model and design can change at any time without warning. @@ -44,20 +44,20 @@ reservations, check-in, daily reports, board services, rate and availability pla Installation ============ -This module depends on modules ``base``, ``sale_stock``, ``account_payment_return``, ``partner_firstname``, -and ``account_cancel``. Ensure yourself to have all them in your addons list. +This module depends on modules ``base``, ``mail``, ``sale`` and ``multi_pms_properties``. +Ensure yourself to have all them in your addons list. Configuration ============= -You will find the hotel settings in Settings > Users & Companies > Hotels > Your Hotel. +You will find the hotel settings in PMS Management > Configuration > Properties > Your Property. This module required additional configuration for company, accounting, invoicing and user privileges. Usage ===== -To use this module, please, read the complete user guide at https://roomdoo.com. +To use this module, please, read the complete user guide at ``_. Bug Tracker =========== @@ -75,18 +75,21 @@ Credits Authors ~~~~~~~ -* Dario Lodeiros -* Alexadre Diaz -* Pablo Quesada -* Jose Luis Algara +* Commit [Sun] Contributors ~~~~~~~~~~~~ -* Dario Lodeiros * Alexandre Díaz * Pablo Quesada * Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Eric Antones + * Sara Lago + * Brais Abeijon + * Miguel Padin Maintainers ~~~~~~~~~~~ diff --git a/pms/__manifest__.py b/pms/__manifest__.py index e7ce9ec6f..859c769f1 100644 --- a/pms/__manifest__.py +++ b/pms/__manifest__.py @@ -8,11 +8,7 @@ "development_status": "Alpha", "category": "Generic Modules/Property Management System", "website": "https://github.com/OCA/pms", - "author": "Dario Lodeiros, " - "Alexadre Diaz, " - "Pablo Quesada, " - "Jose Luis Algara, " - "Odoo Community Association (OCA)", + "author": "Commit [Sun], Odoo Community Association (OCA)", "license": "AGPL-3", "application": True, "installable": True, diff --git a/pms/readme/CONFIGURE.rst b/pms/readme/CONFIGURE.rst index 357e6bf8d..940574e83 100644 --- a/pms/readme/CONFIGURE.rst +++ b/pms/readme/CONFIGURE.rst @@ -1,3 +1,3 @@ -You will find the hotel settings in Settings > Users & Companies > Hotels > Your Hotel. +You will find the hotel settings in PMS Management > Configuration > Properties > Your Property. This module required additional configuration for company, accounting, invoicing and user privileges. diff --git a/pms/readme/CONTRIBUTORS.rst b/pms/readme/CONTRIBUTORS.rst index 5316e1c4f..91f25d79a 100644 --- a/pms/readme/CONTRIBUTORS.rst +++ b/pms/readme/CONTRIBUTORS.rst @@ -1,4 +1,10 @@ -* Dario Lodeiros * Alexandre Díaz * Pablo Quesada * Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Eric Antones + * Sara Lago + * Brais Abeijon + * Miguel Padin diff --git a/pms/readme/DESCRIPTION.rst b/pms/readme/DESCRIPTION.rst index 182da89bd..9001d9117 100644 --- a/pms/readme/DESCRIPTION.rst +++ b/pms/readme/DESCRIPTION.rst @@ -1,5 +1,5 @@ -This module is an all-in-one property management system (PMS) focused on medium-sized hotels +This module is an all-in-one property management system (PMS) focused on medium-sized properties for managing every aspect of your property's daily operations. -You can manage hotel properties with multi-hotel and multi-company support, including your rooms inventory, -reservations, check-in, daily reports, board services, rate and availability plans among other hotel functionalities. +You can manage properties with multi-property and multi-company support, including your rooms inventory, +reservations, check-in, daily reports, board services, rate and availability plans among other property functionalities. diff --git a/pms/readme/INSTALL.rst b/pms/readme/INSTALL.rst index 66a8ca6a8..1661ad5e7 100644 --- a/pms/readme/INSTALL.rst +++ b/pms/readme/INSTALL.rst @@ -1,2 +1,2 @@ -This module depends on modules ``base``, ``sale_stock``, ``account_payment_return``, ``partner_firstname``, -and ``account_cancel``. Ensure yourself to have all them in your addons list. +This module depends on modules ``base``, ``mail``, ``sale`` and ``multi_pms_properties``. +Ensure yourself to have all them in your addons list. diff --git a/pms/readme/USAGE.rst b/pms/readme/USAGE.rst index 864ca126a..e6a897c6a 100644 --- a/pms/readme/USAGE.rst +++ b/pms/readme/USAGE.rst @@ -1 +1 @@ -To use this module, please, read the complete user guide at https://roomdoo.com. +To use this module, please, read the complete user guide at ``_. diff --git a/pms/static/description/index.html b/pms/static/description/index.html index e93131820..67a9f4bec 100644 --- a/pms/static/description/index.html +++ b/pms/static/description/index.html @@ -3,7 +3,7 @@ - + PMS (Property Management System)