fixup! [10.0] Migration of account_invoice_update_wizard

This commit is contained in:
Yannick Vaucher
2018-06-27 10:35:34 +02:00
committed by Iryna Vushnevska
parent 2d755be1d7
commit 59b0a5ac10

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