Initial adjustments for 8.0 repository

This commit is contained in:
Pedro M. Baeza
2014-09-10 12:19:20 +02:00
parent 54523f3bb0
commit a2e807668e
343 changed files with 37 additions and 34 deletions

View File

@@ -4,8 +4,8 @@ python:
- "2.7"
env:
- VERSION="7.0" ODOO_REPO="odoo/odoo"
- VERSION="7.0" ODOO_REPO="OCA/OCB"
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"
virtualenv:
system_site_packages: true
@@ -17,7 +17,6 @@ install:
- sudo pip install unidecode BeautifulSoup
script:
- travis_run_flake8
- travis_run_tests
after_success:

View File

@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/OCA/banking.svg?branch=7.0)](https://travis-ci.org/OCA/banking)
[![Coverage Status](https://coveralls.io/repos/OCA/banking/badge.png?branch=7.0)](https://coveralls.io/r/OCA/banking?branch=7.0)
[![Build Status](https://travis-ci.org/OCA/banking.svg?branch=8.0)](https://travis-ci.org/OCA/banking)
[![Coverage Status](https://coveralls.io/repos/OCA/banking/badge.png?branch=8.0)](https://coveralls.io/r/OCA/banking?branch=8.0)
Banking addons for OpenERP
==========================
Banking addons for Odoo
=======================
This project focuses on in- and export of banking communication. The indentation below indicates
the dependency graph of the main modules.

View File

@@ -39,5 +39,5 @@ move line.
This module is co-funded by BAS Solutions.
''',
'installable': True,
'installable': False,
}

View File

@@ -100,6 +100,6 @@
+ No special configuration needed for the parsers, new parsers are
recognized and made available at server (re)start.
''',
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -29,5 +29,5 @@
Module to import SEPA CAMT.053 Format bank statement files. Based
on the Banking addons framework.
''',
'installable': True,
'installable': False,
}

View File

@@ -39,5 +39,5 @@
This modules contains no logic, just an import filter for account_banking.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -58,4 +58,5 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
''',
'active': False,
'installable': False,
}

View File

@@ -48,5 +48,5 @@ the autocompletion will come up with outdated IBANs and BICs.
This module is deprecated and will be dropped in OpenERP 8.0.
''',
'auto_install': False,
'installable': True,
'installable': False,
}

View File

@@ -45,7 +45,7 @@ See account_banking_nl_ing_mt940 for an example on how to use it.
"qweb": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],

View File

@@ -38,5 +38,5 @@ https://launchpad.net/account-banking.
Imported bank transfers are organized in statements covering periods of one
week, even if the imported files cover a different period.
''',
'installable': True,
'installable': False,
}

Some files were not shown because too many files have changed in this diff Show More