Upport the "mark invoice as sent" wizard from v8 to v10

PEP8 on account_usability
This commit is contained in:
Alexis de Lattre
2017-11-30 23:13:14 +01:00
parent f74dc15d4b
commit 1034cc2347
6 changed files with 74 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'data': [
'account_view.xml',
'partner_view.xml',
'wizard/account_invoice_mark_sent_view.xml',
],
'installable': True,
}