mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] update README.md, .travis.yml to latest MQT template / add transifex support
This commit is contained in:
36
.travis.yml
36
.travis.yml
@@ -1,6 +1,10 @@
|
|||||||
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@@ -9,24 +13,32 @@ addons:
|
|||||||
- cups
|
- cups
|
||||||
- libcups2-dev
|
- libcups2-dev
|
||||||
|
|
||||||
language: python
|
env:
|
||||||
python:
|
global:
|
||||||
- "2.7"
|
- VERSION="7.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
|
||||||
|
- TRANSIFEX_USER='transbot@odoo-community.org'
|
||||||
|
- secure: PjP88tPSwimBv4tsgn3UcQAD1heK/wcuSaSfhi2xUt/jSrOaTmWzjaW2gH/eKM1ilxPXwlPGyAIShJ2JJdBiA97hQufOeiqxdkWDctnNVVEDx2Tk0BiG3PPYyhXPgUZ+FNOnjZFF3pNWvzXTQaB0Nvz8plqp93Ov/DEyhrCxHDs=
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
- LINT_CHECK="1"
|
||||||
|
- TRANSIFEX="1"
|
||||||
|
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||||
|
- TESTS="1" ODOO_REPO="OCA/OCB"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||||
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
|
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||||
- travis_install_nightly
|
- travis_install_nightly
|
||||||
- pip install pycups==1.9.66
|
- pip install pycups==1.9.66
|
||||||
- pip install PyPDF2==1.18
|
- pip install PyPDF2==1.18
|
||||||
- pip install requests
|
- pip install requests
|
||||||
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine
|
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} ${HOME}/reporting-engine
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_run_tests
|
- travis_run_tests
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
- travis_after_tests_success
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -1,5 +1,8 @@
|
|||||||
|
[](https://runbot.odoo-community.org/runbot/repo/github-com-oca-report-print-send-144)
|
||||||
[](https://travis-ci.org/OCA/report-print-send)
|
[](https://travis-ci.org/OCA/report-print-send)
|
||||||
[](https://coveralls.io/r/OCA/report-print-send?branch=7.0)
|
[](https://coveralls.io/r/OCA/report-print-send?branch=7.0)
|
||||||
|
[](https://codeclimate.com/github/OCA/report-pint-send)
|
||||||
|
|
||||||
|
|
||||||
Report - Printing and Sending
|
Report - Printing and Sending
|
||||||
=============================
|
=============================
|
||||||
@@ -10,3 +13,15 @@ This project aim to deal with modules related to manage document printing and se
|
|||||||
- Add an printing queue
|
- Add an printing queue
|
||||||
- Allow to choose printer
|
- Allow to choose printer
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
Translation Status
|
||||||
|
------------------
|
||||||
|
[](https://www.transifex.com/projects/p/OCA-report-print-send-7-0)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
|
mission is to support the collaborative development of Odoo features and
|
||||||
|
promote its widespread use.
|
||||||
|
|
||||||
|
http://odoo-community.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user