fixup! [10.0] Migration of account_invoice_update_wizard

This commit is contained in:
Yannick Vaucher
2018-06-27 10:35:34 +02:00
parent b5af2e54b0
commit 90a2e26e79

View File

@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields, api, _
from odoo.exceptions import Warning as UserError
from odoo.exceptions import UserError
import odoo.addons.decimal_precision as dp