[FIX] save wizard before run

we must save 'account.invoice.line.update' to be able match them to real invoice lines,
This commit is contained in:
Iryna Vyshnevska
2019-08-13 12:40:28 +03:00
parent 5b620a6c5f
commit beb0a27ad6
7 changed files with 37 additions and 24 deletions

View File

@@ -12,7 +12,7 @@
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
'depends': [
'account'
'account',
],
'data': [
'wizard/account_invoice_update_view.xml',