mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] invoicing_voucher_killer README
This commit is contained in:
7
invoicing_voucher_killer/README.md
Normal file
7
invoicing_voucher_killer/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Prevent the usage of voucher from invoices
|
||||
|
||||
This add-on disables the "Register Payment" button on
|
||||
customer invoices and the "Pay" button on supplier invoices.
|
||||
|
||||
More precisely, this module adds a group "Use voucher in Invoices"
|
||||
and only users in that group see these buttons.
|
||||
@@ -22,17 +22,11 @@
|
||||
{'name': 'Invoicing voucher killer',
|
||||
'version': '1.0.0',
|
||||
'category': 'other',
|
||||
'description': """
|
||||
Prevent the usage of voucher from invoices
|
||||
##########################################
|
||||
This add-on will disable "Register Payment" button
|
||||
""",
|
||||
'author': 'Camptocamp',
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'depends': ['account_voucher'],
|
||||
'data': ['invoice_data.xml',
|
||||
'invoice_view.xml'],
|
||||
'demo_xml': [],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'active': False,
|
||||
|
||||
Reference in New Issue
Block a user