Add button 'delete lines qty = 0' on supplier invoices

Add filter missing attachment on invoices
Add filter on to_send, sent on invoices
This commit is contained in:
Alexis de Lattre
2017-11-30 22:55:45 +01:00
parent c52412295f
commit f74dc15d4b
4 changed files with 81 additions and 1 deletions

View File

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