|
@ -3,8 +3,7 @@ |
|
|
# Copyright 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com> |
|
|
# Copyright 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com> |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
|
|
|
from odoo import models, fields, api, exceptions |
|
|
|
|
|
from odoo.tools.translate import _ |
|
|
|
|
|
|
|
|
from odoo import _, models, fields, api, exceptions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class IrExportsLine(models.Model): |
|
|
class IrExportsLine(models.Model): |
|
|