From 017e6d2343e9beec17ce18165417b4744f845400 Mon Sep 17 00:00:00 2001 From: QS5ELkMu Date: Sun, 25 Nov 2018 18:08:58 +0100 Subject: [PATCH] [IMP] Readme's --- hotel_calendar/README.md | 14 +++++++ hotel_calendar/data/menus.xml | 38 +++++++++---------- hotel_calendar/data/views.xml | 27 ------------- hotel_calendar/readme/DESCRIPTION.rst | 4 +- .../{README.rst => README.md} | 0 .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 7 ++++ .../readme/ROADMAP.rst | 0 .../readme/USAGE.rst | 1 + .../{README.rst => README.md} | 0 .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 6 +++ hotel_channel_connector/readme/ROADMAP.rst | 0 hotel_channel_connector/readme/USAGE.rst | 1 + .../{README.rst => README.md} | 0 .../data/cron_jobs.xml | 38 +++++++++---------- .../data/sequences.xml | 12 +++--- .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 11 ++++++ .../readme/ROADMAP.rst | 0 .../readme/USAGE.rst | 15 ++++++++ 21 files changed, 103 insertions(+), 74 deletions(-) create mode 100644 hotel_calendar/README.md delete mode 100644 hotel_calendar/data/views.xml rename hotel_calendar_channel_connector/{README.rst => README.md} (100%) create mode 100644 hotel_calendar_channel_connector/readme/CONTRIBUTORS.rst create mode 100644 hotel_calendar_channel_connector/readme/DESCRIPTION.rst create mode 100644 hotel_calendar_channel_connector/readme/ROADMAP.rst create mode 100644 hotel_calendar_channel_connector/readme/USAGE.rst rename hotel_channel_connector/{README.rst => README.md} (100%) create mode 100644 hotel_channel_connector/readme/CONTRIBUTORS.rst create mode 100644 hotel_channel_connector/readme/DESCRIPTION.rst create mode 100644 hotel_channel_connector/readme/ROADMAP.rst create mode 100644 hotel_channel_connector/readme/USAGE.rst rename hotel_channel_connector_wubook/{README.rst => README.md} (100%) create mode 100644 hotel_channel_connector_wubook/readme/CONTRIBUTORS.rst create mode 100644 hotel_channel_connector_wubook/readme/DESCRIPTION.rst create mode 100644 hotel_channel_connector_wubook/readme/ROADMAP.rst create mode 100644 hotel_channel_connector_wubook/readme/USAGE.rst diff --git a/hotel_calendar/README.md b/hotel_calendar/README.md new file mode 100644 index 000000000..1e698fa0a --- /dev/null +++ b/hotel_calendar/README.md @@ -0,0 +1,14 @@ +HOTEL CALENDAR +============= +Calendars for manage reservations and revenue + +** UNDER DEVELOPMENT: NOT USE IN PRODUCTION ** + + +Credits +======= + +Creator +------------ + +* Alexandre Díaz diff --git a/hotel_calendar/data/menus.xml b/hotel_calendar/data/menus.xml index 72beee4bd..1c440156d 100644 --- a/hotel_calendar/data/menus.xml +++ b/hotel_calendar/data/menus.xml @@ -1,28 +1,28 @@ - - Hotel Calendar - hotel.reservation - pms - form - + + Hotel Calendar + hotel.reservation + pms + form + - - Hotel Calendar Management - hotel.calendar.management - mpms - + + Hotel Calendar Management + hotel.calendar.management + mpms + - + - + - + diff --git a/hotel_calendar/data/views.xml b/hotel_calendar/data/views.xml deleted file mode 100644 index 165508115..000000000 --- a/hotel_calendar/data/views.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - Hotel Calendar - hotel.reservation - - form - - -
-
-
-
- - - Hotel Calendar Management - hotel.calendar.management - form - -
-
-
- -
diff --git a/hotel_calendar/readme/DESCRIPTION.rst b/hotel_calendar/readme/DESCRIPTION.rst index a7d8b5ff5..0c880ab0e 100644 --- a/hotel_calendar/readme/DESCRIPTION.rst +++ b/hotel_calendar/readme/DESCRIPTION.rst @@ -1,8 +1,8 @@ -This module adds new view type "pms" +This module adds new view type "pms" and "mpms" Features: * Responsive & Interactive PMS + * Booking Management * Revenue Management * Long-Polling Communication - diff --git a/hotel_calendar_channel_connector/README.rst b/hotel_calendar_channel_connector/README.md similarity index 100% rename from hotel_calendar_channel_connector/README.rst rename to hotel_calendar_channel_connector/README.md diff --git a/hotel_calendar_channel_connector/readme/CONTRIBUTORS.rst b/hotel_calendar_channel_connector/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..55873688c --- /dev/null +++ b/hotel_calendar_channel_connector/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alexandre Díaz diff --git a/hotel_calendar_channel_connector/readme/DESCRIPTION.rst b/hotel_calendar_channel_connector/readme/DESCRIPTION.rst new file mode 100644 index 000000000..10d829e13 --- /dev/null +++ b/hotel_calendar_channel_connector/readme/DESCRIPTION.rst @@ -0,0 +1,7 @@ +This module unify 'hotel_calendar' and 'hotel_channel_connector' + +Features: + + * Add 'cloud' button on calendar + * Adds restrictions to reservation management + * Call connector diff --git a/hotel_calendar_channel_connector/readme/ROADMAP.rst b/hotel_calendar_channel_connector/readme/ROADMAP.rst new file mode 100644 index 000000000..e69de29bb diff --git a/hotel_calendar_channel_connector/readme/USAGE.rst b/hotel_calendar_channel_connector/readme/USAGE.rst new file mode 100644 index 000000000..ede695e0e --- /dev/null +++ b/hotel_calendar_channel_connector/readme/USAGE.rst @@ -0,0 +1 @@ +No configuration required diff --git a/hotel_channel_connector/README.rst b/hotel_channel_connector/README.md similarity index 100% rename from hotel_channel_connector/README.rst rename to hotel_channel_connector/README.md diff --git a/hotel_channel_connector/readme/CONTRIBUTORS.rst b/hotel_channel_connector/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..55873688c --- /dev/null +++ b/hotel_channel_connector/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alexandre Díaz diff --git a/hotel_channel_connector/readme/DESCRIPTION.rst b/hotel_channel_connector/readme/DESCRIPTION.rst new file mode 100644 index 000000000..a034faa69 --- /dev/null +++ b/hotel_channel_connector/readme/DESCRIPTION.rst @@ -0,0 +1,6 @@ +Base module for implement channel connectors + +Features: + + * Avaliability Management + * Odoo Connector diff --git a/hotel_channel_connector/readme/ROADMAP.rst b/hotel_channel_connector/readme/ROADMAP.rst new file mode 100644 index 000000000..e69de29bb diff --git a/hotel_channel_connector/readme/USAGE.rst b/hotel_channel_connector/readme/USAGE.rst new file mode 100644 index 000000000..970d18f19 --- /dev/null +++ b/hotel_channel_connector/readme/USAGE.rst @@ -0,0 +1 @@ +No configuration required. This is a 'tool' module, need be used with other modules. diff --git a/hotel_channel_connector_wubook/README.rst b/hotel_channel_connector_wubook/README.md similarity index 100% rename from hotel_channel_connector_wubook/README.rst rename to hotel_channel_connector_wubook/README.md diff --git a/hotel_channel_connector_wubook/data/cron_jobs.xml b/hotel_channel_connector_wubook/data/cron_jobs.xml index c1f5cab4e..cb1cd973f 100644 --- a/hotel_channel_connector_wubook/data/cron_jobs.xml +++ b/hotel_channel_connector_wubook/data/cron_jobs.xml @@ -1,29 +1,27 @@ - - + - Channel Connector Push Changes - 5 - minutes - -1 - code - - - model.with_context({'show_notify': False}).cron_push_changes() + Channel Connector Push Changes + 5 + minutes + -1 + code + + + model.with_context({'show_notify': False}).cron_push_changes() - Channel Connector Fetch New Bookings - - 1 - minutes - -1 - code - - - model.with_context({'show_notify': False}).cron_import_reservations() + Channel Connector Fetch New Bookings + + 1 + minutes + -1 + code + + + model.with_context({'show_notify': False}).cron_import_reservations() - diff --git a/hotel_channel_connector_wubook/data/sequences.xml b/hotel_channel_connector_wubook/data/sequences.xml index 1477fd0c2..eaa726e3b 100644 --- a/hotel_channel_connector_wubook/data/sequences.xml +++ b/hotel_channel_connector_wubook/data/sequences.xml @@ -1,11 +1,11 @@ - - Room Type Short Code - hotel.room.type - - 4 - + + Room Type Short Code + hotel.room.type + + 4 + diff --git a/hotel_channel_connector_wubook/readme/CONTRIBUTORS.rst b/hotel_channel_connector_wubook/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..55873688c --- /dev/null +++ b/hotel_channel_connector_wubook/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alexandre Díaz diff --git a/hotel_channel_connector_wubook/readme/DESCRIPTION.rst b/hotel_channel_connector_wubook/readme/DESCRIPTION.rst new file mode 100644 index 000000000..65ba5cef9 --- /dev/null +++ b/hotel_channel_connector_wubook/readme/DESCRIPTION.rst @@ -0,0 +1,11 @@ +This module implement Wubook API + +Features: + + * Avaliability Management + * Restrictions Management + * Prices Management + * Rooms Management + * Booking Management + * HTTP Push Controllers + * CRON Jobs diff --git a/hotel_channel_connector_wubook/readme/ROADMAP.rst b/hotel_channel_connector_wubook/readme/ROADMAP.rst new file mode 100644 index 000000000..e69de29bb diff --git a/hotel_channel_connector_wubook/readme/USAGE.rst b/hotel_channel_connector_wubook/readme/USAGE.rst new file mode 100644 index 000000000..bae41133c --- /dev/null +++ b/hotel_channel_connector_wubook/readme/USAGE.rst @@ -0,0 +1,15 @@ +Go to connector section and create a new channel backend. Fill form and use buttons to synchronize data: +1. Create Backend +2. Import OTA's Info +3. Import Rooms +4. Import Restrictions & Price Plans +5. Import Availiability, Restrictions & Price Values +6. Synch Push URL +7. Import Reservations + +Avaliability, Restrictions and Pricelist are flagged when change to know when need be uploaded. +All other records modifications are handled to be sent to server as it changes. + +All changes are pushed every 5 minutes... and request new bookings every minute. + +Modifications using calendars are pushed immediately when press "save" button.