mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Travis
This commit is contained in:
@@ -15,7 +15,7 @@ addons:
|
||||
|
||||
env:
|
||||
global:
|
||||
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"
|
||||
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" MAKEPOT="0"
|
||||
# - TRANSIFEX_USER='transbot@odoo-community.org'
|
||||
# - secure: "XLhGdCIh86zcqww9qBpnk8Xqsf1Pcgw9SKr7X0KYBHJofHj4Z6Kq/oVFjpZ1LSjadsaABKbwY7h4hvKEpxZwptCv+fNTOKYy7hXFLGYnDeNeWu4zA4LI7TA5uPvyZjZ+g2xc+9dzR/VbfRHNqjvmgiEidxxqLeOnNFZ5CHdOdCw="
|
||||
matrix:
|
||||
@@ -27,14 +27,14 @@ env:
|
||||
install:
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools --depth=1
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- travis_install_nightly
|
||||
- git clone -b ${VERSION} https://github.com/OCA/web.git ${HOME}/dependencies/web --depth=1
|
||||
- git clone -b ${VERSION} https://github.com/OCA/partner-contact.git ${HOME}/dependencies/partner-contact --depth=1
|
||||
- git clone -b ${VERSION} https://github.com/OCA/account-payment.git ${HOME}/dependencies/account_payment_return --depth=1
|
||||
- git clone -b ${VERSION} https://github.com/OCA/account-payment.git ${HOME}/dependencies/account-payment --depth=1
|
||||
- git clone -b ${VERSION} https://github.com/OCA/connector.git ${HOME}/dependencies/connector --depth=1
|
||||
- git clone -b ${VERSION} https://github.com/OCA/queue.git ${HOME}/dependencies/queue --depth=1
|
||||
- pip install odoorpc
|
||||
- pip install cachetools
|
||||
- pip install cachetools>=2.0.1
|
||||
- travis_install_nightly
|
||||
|
||||
script:
|
||||
- travis_wait travis_run_tests
|
||||
|
||||
27
README.md
27
README.md
@@ -1,27 +1,18 @@
|
||||
# HOOTEL PROJECT MODULES [](https://travis-ci.org/hootel/hootel) [](https://codecov.io/gh/hootel/hootel) 
|
||||
# HOOTEL PROJECT MODULES [](https://travis-ci.org/hootel/hootel) [](https://codecov.io/gh/hootel/hootel) 
|
||||
|
||||
|
||||
**IMPORTANT:**
|
||||
- Set time zone of users that use the calendar
|
||||
|
||||
**MODULES:**
|
||||
- [x] hotel: Base module (Inspired by the work of SerpentCS Hotel Module)
|
||||
- [x] hotel_calendar: Adds calendar for manage hotel reservations and rooms configuration
|
||||
- [x] hotel_calendar_wubook: Unify 'hotel_wubook_prototype' and 'hotel_calendar' modules
|
||||
- [x] hotel_data_bi: Export reservations data for Revenue to MyDataBI
|
||||
- [x] hotel_l10n_es: Procedures for check-in process in Spain
|
||||
- [ ] hotel_wubook: NOTHING... the idea is use Odoo Connector
|
||||
- [x] hotel_wubook_prototype: Current implementation of Wubook Connector... sync data with wubook.net account.
|
||||
- [ ] hotel_node_slave: Configure a node as a slave to serve and get information from a master one
|
||||
- [ ] hotel: Base module (Manage Rooms, Reservations, Services, Customers, Mailing, Invoicing, ...)
|
||||
- [ ] hotel_calendar: Adds calendar for manage hotel reservations and rooms configuration
|
||||
- [ ] hotel_calendar_channel_connector: Unify 'hotel_channel_connector' and 'hotel_calendar' modules
|
||||
- [ ] hotel_channel_connector: Base Channel Connector (Using Odoo Connector)
|
||||
- [ ] hotel_channel_connector_wubook: Wubook API Implementation
|
||||
- [ ] hotel_node_helper: Configure a node as a helper to serve and get information from a master one
|
||||
- [ ] hotel_node_master: Configure a node as a master
|
||||
- [ ] glasof_exporter: Export Odoo data to Glasof xls format
|
||||
- [x] hotel_revenue: Export Odoo data for Revenue in xls format
|
||||
- [x] cash_daily_report: Export Odoo Payments & Payment Returns to xls format
|
||||
- [x] invoice_payments_report: Add payments info in invoices
|
||||
- [x] theme_chatter_right: Puts chatter to the right
|
||||
- [x] report_qweb_pdf_preview: Adds new report_type to generate pdf and launch preview/print process
|
||||
- [x] l10n_es_events_scraper: Gets info about relevant events in Spain
|
||||
|
||||
**HOW WORKS?**
|
||||
- The idea is... the hotel sell 'virtual rooms' and the customer is assigned to one 'normal room'.
|
||||
- The folio have all reservation lines, used services...
|
||||
- The idea is... the hotel sell 'rooms types' and the customer is assigned to one 'real room'.
|
||||
- The folio have all reservation lines, used services, etc..
|
||||
|
||||
Reference in New Issue
Block a user