Skip to content

Commit

Permalink
Merge PR OCA#50 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Nov 18, 2019
2 parents 4cb8bd2 + 2cac272 commit b8cf953
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 13 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- '3.5'
sudo: false
cache: pip

python:
- '3.5'

addons:
postgresql: "9.6"
apt:
Expand All @@ -14,19 +15,20 @@ addons:
- python-serial
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='[email protected]'
- secure: weh4Fxzz928ACs7CG/0GJBcUpdw7smzEtZpg8VYz2XvENMKzD7kQRz6sO7REme5dEVN12eCb3MALEiZQFlbnhHcAGr+396OMrePUFm9Zi1qX92007/FTDGDkSN/l3UGYAwy7HgzAcmkKiEtKnenB+THzDvvF4+qC/ql0ujkt7Rcd9O17uZesyd5J0vf7HZEJIANRMSCcjdWa9hAm6oyGWrl+up8dyuTyzqNzb+LtrOI9R+s4OUZR+CJLYeJ4BP5A5g4waZ1NEopOi5KTxtqNgn0biWOUaZ4vGeqYqoZ9EJuV6btYyokOvGpiu6s8Ud1UPcvs9+tcLtd39QQjw4EpAWZRXwuopTcggFBUQnMiXuFb0lKQesgyCrkpyaKFoNM92VDo7G/550kST/iomWdXmwn+lITnVZFccUl44OvAt3YOweUfZJ5GAJeWcB9GU516zBnuUtrzW7lz4PdosK07+mkQEnCzVsXBtOrXFWkD2i9X0CzoXt+F+mLD9e+1R5W/KgewWHbYtS9uA6Tm9wL8d4nIA2bV8EYLMdvi/1UbeYyZRC2Kc/rj/+rXTHs85G9mXf1pvFM52jjB+0aQbFLlsZ5aW6Jp1aOI+u4RMTLE3TSD1/TUWY6m0VHAIbervyOnU4Q/HyPbwqzu1132nCZOyg06UOQIjDh4HMV5N0lFZ/s=
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"

matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo"
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- TESTS="1" ODOO_REPO="OCA/OCB"

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

script:
- travis_run_tests

after_success:
- travis_after_tests_success
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,29 @@
[![Coverage Status](https://coveralls.io/repos/OCA/l10n-usa/badge.svg?branch=12.0)](https://coveralls.io/r/OCA/l10n-usa?branch=12.0)
[![Code Climate](https://codeclimate.com/github/OCA/l10n-usa/badges/gpa.svg)](https://codeclimate.com/github/OCA/l10n-usa)

# USA Localisation Modules
# USA Localization Modules

[//]: # (addons)

Available addons
----------------
addon | version | summary
--- | --- | ---
[account_banking_ach_base](account_banking_ach_base/) | 12.0.1.0.0 | Add fields required for North American Banking & Financials
[account_banking_ach_credit_transfer](account_banking_ach_credit_transfer/) | 12.0.1.0.0 | Create ACH files for Credit Transfers
[account_banking_ach_direct_debit](account_banking_ach_direct_debit/) | 12.0.1.0.0 | Create ACH files for Direct Debit
[l10n_us_account_profile](l10n_us_account_profile/) | 12.0.1.0.0 | Additional features to manage US accounting in Odoo
[l10n_us_form_1099](l10n_us_form_1099/) | 12.0.1.2.0 | Manage 1099 Types and Suppliers
[l10n_us_gaap](l10n_us_gaap/) | 12.0.1.0.0 | United States Sample GAAP Chart of Accounts

Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-l10n-usa-12-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-l10n-usa-12-0)
[//]: # (end addons)

## Translation Status

[![Translation status](https://translation.odoo-community.org/widgets/l10n-usa-12-0/-/multi-auto.svg)](https://translation.odoo-community.org/engage/l10n-usa-12-0/?utm_source=widget)

----

OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

0 comments on commit b8cf953

Please sign in to comment.