[IMP] invoicing_voucher_killer README

This commit is contained in:
Stéphane Bidoul
2014-11-21 16:28:14 +01:00
parent af3667221f
commit 6d60492609
2 changed files with 7 additions and 6 deletions

View 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.

View File

@@ -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,