diff --git a/.travis.yml b/.travis.yml index e042ac2..7954df3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ python: - "2.7" env: - - VERSION="8.0" LINT_CHECK="1" - - VERSION="8.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1" LINT_CHECK="0" - - VERSION="8.0" ODOO_REPO="OCA/OCB" UNIT_TEST="1" LINT_CHECK="0" + - VERSION="9.0" LINT_CHECK="1" + - VERSION="9.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1" LINT_CHECK="0" + - VERSION="9.0" ODOO_REPO="OCA/OCB" UNIT_TEST="1" LINT_CHECK="0" virtualenv: system_site_packages: true diff --git a/README.md b/README.md index 71085a7..767a294 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/report-print-send.svg?branch=8.0)](https://travis-ci.org/OCA/report-print-send) -[![Coverage Status](https://coveralls.io/repos/OCA/report-print-send/badge.png?branch=8.0)](https://coveralls.io/r/OCA/report-print-send?branch=8.0) +[![Build Status](https://travis-ci.org/OCA/report-print-send.svg?branch=9.0)](https://travis-ci.org/OCA/report-print-send) +[![Coverage Status](https://coveralls.io/repos/OCA/report-print-send/badge.png?branch=9.0)](https://coveralls.io/r/OCA/report-print-send?branch=9.0) Report - Printing and Sending ============================= @@ -12,18 +12,4 @@ This project aim to deal with modules related to manage document printing and se - ... [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[base_report_to_printer](base_report_to_printer/) | 8.0.0.1.1 | Report to printer -[printer_tray](printer_tray/) | 8.0.1.0.0 | Report to printer - Paper tray selection - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[pingen](pingen/) | 1.0 (unported) | pingen.com integration -[pingen_document](pingen_document/) | 1.0 (unported) | pingen.com integration (document) - [//]: # (end addons)