mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Initial adjustments for 8.0 repository
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[](https://travis-ci.org/OCA/banking)
|
||||
[](https://coveralls.io/r/OCA/banking?branch=7.0)
|
||||
[](https://travis-ci.org/OCA/banking)
|
||||
[](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.
|
||||
|
||||
@@ -39,5 +39,5 @@ move line.
|
||||
|
||||
This module is co-funded by BAS Solutions.
|
||||
''',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
@@ -29,5 +29,5 @@
|
||||
Module to import SEPA CAMT.053 Format bank statement files. Based
|
||||
on the Banking addons framework.
|
||||
''',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -39,5 +39,5 @@
|
||||
This modules contains no logic, just an import filter for account_banking.
|
||||
''',
|
||||
'active': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
@@ -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': [],
|
||||
@@ -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
Reference in New Issue
Block a user