diff --git a/.travis.yml b/.travis.yml index 3b375739f..e2f448762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,17 +11,19 @@ language: python python: - "2.7" + env: - - VERSION="8.0" LINT_CHECK="1" - - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" -# either use the two lines above or the two below. Don't change the default if -# it's not necessary (it is only necessary if modules in your repository can't -# be installed in the same database. And you get a huge speed penalty in your -# tests) -# - 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" + global: + - VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - TRANSIFEX_USER='transbot@odoo-community.org' + - secure: oGR/dBwtppmz8AWPy/1gChKk3TbMOnzHnVxp1ywimKBt7tOtpA8EEgOEY3Zs9xgCa/DYo/Vf5tVtpFw3T9E8ohkqdwr3514dh5zFAASvlkTq7IY623Yntky0Sj4h1edooPFjzm33TzIMB6Vbwv/aZaeJFspV+OWbPPUq7Rel2qI= + + matrix: + - LINT_CHECK="1" + - TRANSIFEX="1" + - TESTS="1" ODOO_REPO="odoo/odoo" + - TESTS="1" ODOO_REPO="OCA/OCB" virtualenv: system_site_packages: true @@ -30,11 +32,9 @@ install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly -# example: dependency -# - git clone --depth=1 https://github.com/OCA/webkit-tools -b ${VERSION} $HOME/webkit-tools script: - travis_run_tests after_success: - coveralls + - travis_after_tests_success diff --git a/README.md b/README.md index 9b0603882..7126d7ce0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ +[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/177/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-l10n-romania-177) [![Build Status](https://travis-ci.org/OCA/l10n-romania.svg?branch=8.0)](https://travis-ci.org/OCA/l10n-romania) [![Coverage Status](https://coveralls.io/repos/OCA/l10n-romania/badge.png?branch=8.0)](https://coveralls.io/r/OCA/l10n-romania?branch=8.0) Odoo Romania Localisation +========================= -WRITE ME! +This repository hosts official romanian localization provided by OCA. + +It extends ODOO/OpenERP functionalities to be usable in Romania. + + +List of Modules +--------------- [//]: # (addons) [//]: # (end addons) + +Translation Status +------------------ +[![Transifex Status](https://www.transifex.com/projects/p/OCA-l10n-romania-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-l10n-romania-8-0) diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 000000000..230aea552 --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1,6 @@ +# Add account-financial-tools repo dependency to have access to currency_rate_update module. +# Add account-payment repo dependency to have access to account_vat_on_payment and account_voucher_cash_basis modules. +# Add hr repo dependency to have access to some hr modules. +account-financial-tools https://github.com/OCA/account-financial-tools 8.0 +account-payment https://github.com/OCA/account-payment 8.0 +hr https://github.com/OCA/hr 8.0