[9.0] Port of module account_invoice_update_wizard

This commit is contained in:
mdietrichc2c
2017-08-30 11:26:40 +02:00
committed by Yannick Vaucher
parent 8fbac5c221
commit b298039af4
3 changed files with 22 additions and 27 deletions

View File

@@ -30,5 +30,5 @@ This module adds a button *Update Invoice* on Customer and Supplier invoices in
'wizard/account_invoice_update_view.xml',
'views/account_invoice.xml',
],
'installable': False,
'installable': True,
}