[IMP] account_payment_blocking: typo, authors and minor cleanup

This commit is contained in:
Stéphane Bidoul
2015-03-26 11:46:46 +01:00
parent cc34f1d20f
commit db78dcc7fd
3 changed files with 2 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ account_payment_blocking
========================
This module was written to extend the functionality of payment orders
to block invoices under litigation to be presented for inclusion un payment orders.
to block invoices under litigation to be presented for inclusion in payment orders.
This module uses the 'blocked' flag that is present on move lines,
to filter out lines proposed in payment orders.

View File

@@ -27,7 +27,7 @@
'summary': """
Prevent invoices under litigation to be proposed in payment orders.
""",
'author': 'ACSONE SA/NV',
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
'website': 'http://acsone.eu',
'depends': [
'base',
@@ -36,16 +36,6 @@
'data': [
'view/account_invoice_view.xml'
],
'test': [
],
'demo': [
],
'js': [
],
'qweb': [
],
'css': [
],
'installable': True,
'application': False,
'auto_install': False,

View File

@@ -21,7 +21,3 @@
##############################################################################
from . import test_account_banking_payment_blocking
checks = [
test_account_banking_payment_blocking,
]