[MIG] Update metafiles

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:03:14 +02:00
parent 0cd60abbf3
commit d6661ab2f1
2 changed files with 7 additions and 36 deletions

View File

@@ -13,9 +13,9 @@ addons:
- python-lxml # because pip installation is slow
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"
- VERSION="9.0" LINT_CHECK="1"
- VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
virtualenv:
system_site_packages: true

View File

@@ -1,11 +1,11 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/173/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-bank-payment-173)
[![Build Status](https://travis-ci.org/OCA/bank-payment.svg?branch=8.0)](https://travis-ci.org/OCA/bank-payment)
[![Coverage Status](https://coveralls.io/repos/OCA/bank-payment/badge.png?branch=8.0)](https://coveralls.io/r/OCA/bank-payment?branch=8.0)
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/173/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-bank-payment-173)
[![Build Status](https://travis-ci.org/OCA/bank-payment.svg?branch=9.0)](https://travis-ci.org/OCA/bank-payment)
[![Coverage Status](https://coveralls.io/repos/OCA/bank-payment/badge.png?branch=9.0)](https://coveralls.io/r/OCA/bank-payment?branch=9.0)
OCA banking payment addons for Odoo
===================================
On version 8.0, this project focus on payment interface. The indentation below
On version 9.0, this project focus on payment interface. The indentation below
indicates the dependency graph of the main modules.
- account_banking_payment_export - Basic export functionality of payment orders
@@ -22,35 +22,6 @@ Other features can now be found in these repositories:
* https://github.com/OCA/bank-statement-reconcile
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[account_banking_mandate](account_banking_mandate/) | 8.0.0.1.0 | Banking mandates
[account_banking_pain_base](account_banking_pain_base/) | 8.0.0.2.0 | Base module for PAIN file generation
[account_banking_payment_export](account_banking_payment_export/) | 8.0.0.1.165 | Account Banking - Payments Export Infrastructure
[account_banking_payment_transfer](account_banking_payment_transfer/) | 8.0.0.2.0 | Account Banking - Payments Transfer Account
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 8.0.0.3.0 | Create SEPA XML files for Credit Transfers
[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 8.0.0.2.0 | Create SEPA files for Direct Debit
[account_banking_tests](account_banking_tests/) | 8.0.0.1.0 | Banking Addons - Tests
[account_direct_debit](account_direct_debit/) | 8.0.2.0.0 | Direct Debit
[account_import_line_multicurrency_extension](account_import_line_multicurrency_extension/) | 8.0.1.1.0 | Add an improved view for move line import in bank statement
[account_payment_blocking](account_payment_blocking/) | 8.0.0.1.0 | Prevent invoices under litigation to be proposed in payment orders.
[account_payment_include_draft_move](account_payment_include_draft_move/) | 8.0.1.0.0 | Account Payment Draft Move
[account_payment_mode_term](account_payment_mode_term/) | 8.0.0.1.1 | Account Banking - Payments Term Filter
[account_payment_partner](account_payment_partner/) | 8.0.0.1.0 | Adds payment mode on partners and invoices
[account_payment_purchase](account_payment_purchase/) | 8.0.1.0.0 | Adds Bank Account and Payment Mode on Purchase Orders
[account_payment_sale](account_payment_sale/) | 8.0.1.0.0 | Adds payment mode on sale orders
[account_payment_sale_stock](account_payment_sale_stock/) | 8.0.1.0.0 | Manage payment mode when invoicing a sale from picking
[account_voucher_killer](account_voucher_killer/) | 8.0.1.0.0 | Accounting voucher killer
Unported addons
---------------
addon | version | summary
--- | --- | ---
[account_banking](account_banking/) | 0.4 (unported) | Account Banking
[bank_statement_instant_voucher](bank_statement_instant_voucher/) | 1.0r028 (unported) | Bank statement instant voucher
[//]: # (end addons)
----