[FIX] Add read access to invoice

This commit is contained in:
Maxime Chambreuil
2018-06-26 16:10:27 -05:00
committed by ahenriquez
parent b3f75d4348
commit a1e7db197d
6 changed files with 12 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import _, api, fields, models
from odoo import api, fields, models, _
from odoo.exceptions import ValidationError, UserError
from odoo.addons import decimal_precision as dp