Add wizard to mark all invoices as sent and add filter on invoices to send

This commit is contained in:
Alexis de Lattre
2017-07-25 18:12:05 +02:00
parent 31f191aecb
commit 1e062af883
6 changed files with 89 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com',
'depends': ['account'],
'conflicts': ['account_invoice_overdue_filter'],
'data': ['account_view.xml'],
'data': [
'account_view.xml',
'wizard/account_invoice_mark_sent_view.xml',
],
'installable': True,
}