Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo configuration. #3

Merged
merged 2 commits into from
Oct 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 6 additions & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -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