[MIG] Migrate configuration and cleanup

This commit is contained in:
Maxime Chambreuil
2018-02-09 12:35:23 -06:00
committed by ahenriquez
parent 94135ff5fa
commit 854d9ec537
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import models from . import models

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{ {

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import fields, models from odoo import fields, models

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import fields, models from odoo import fields, models

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # 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

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # 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, _

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # 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, _

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # 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

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import fields, models from odoo import fields, models

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import test_rma from . import test_rma
from . import test_supplier_rma from . import test_supplier_rma

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo.tests import common from odoo.tests import common

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import test_rma from . import test_rma

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import test_rma from . import test_rma

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import rma_add_stock_move from . import rma_add_stock_move

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # 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, _

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
import time import time

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
import odoo.addons.decimal_precision as dp import odoo.addons.decimal_precision as dp

View File

@@ -1,4 +1,4 @@
# © 2017 Eficent Business and IT Consulting Services S.L. # Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import models, fields from odoo import models, fields