[MIG]rma account v10

This commit is contained in:
aheficent
2017-12-19 18:15:20 +01:00
committed by Lois Rilo
parent a2005c8f41
commit 5693b675d8
9 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from openerp import api, fields, models
from odoo import api, fields, models
class AccountInvoice(models.Model):

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from openerp import fields, models
from odoo import fields, models
class RmaOperation(models.Model):

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from openerp import api, fields, models
from odoo import api, fields, models
class RmaOrder(models.Model):

View File

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

View File

@@ -2,8 +2,8 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from openerp import api, fields, models
from openerp.exceptions import ValidationError
from odoo import api, fields, models
from odoo.exceptions import ValidationError
class RmaAddInvoice(models.TransientModel):

View File

@@ -2,7 +2,7 @@
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0).
from openerp import api, models
from odoo import api, models
class RmaLineMakeSupplierRma(models.TransientModel):

View File

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

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<odoo>
<data>
<record id="view_rma_refund" model="ir.ui.view">
@@ -82,4 +82,4 @@
</record>
</data>
</openerp>
</odoo>