mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_payment_blocking: typo, authors and minor cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -21,7 +21,3 @@
|
||||
##############################################################################
|
||||
|
||||
from . import test_account_banking_payment_blocking
|
||||
|
||||
checks = [
|
||||
test_account_banking_payment_blocking,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user