diff --git a/stock_available_unreserved/README.rst b/stock_available_unreserved/README.rst index ad650e028..cad36577b 100644 --- a/stock_available_unreserved/README.rst +++ b/stock_available_unreserved/README.rst @@ -49,6 +49,7 @@ Contributors * Stefan Rijnhart * Mykhailo Panarin * Atte Isopuro +* Oscar Garza Maintainer diff --git a/stock_available_unreserved/__init__.py b/stock_available_unreserved/__init__.py index a00d71200..cecd8fd14 100644 --- a/stock_available_unreserved/__init__.py +++ b/stock_available_unreserved/__init__.py @@ -1,6 +1,7 @@ # Copyright 2016 ACSONE SA/NV () # Copyright 2016 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import models diff --git a/stock_available_unreserved/__manifest__.py b/stock_available_unreserved/__manifest__.py index c3f819b63..490983ecf 100644 --- a/stock_available_unreserved/__manifest__.py +++ b/stock_available_unreserved/__manifest__.py @@ -2,11 +2,12 @@ # Copyright 2016 ACSONE SA/NV () # Copyright 2016 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Stock Available Unreserved", "summary": "Quantity of stock available for immediate use", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "author": "Eficent Business and IT Consulting Services S.L," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_available_unreserved/models/__init__.py b/stock_available_unreserved/models/__init__.py index e76114f16..b5f273ba9 100644 --- a/stock_available_unreserved/models/__init__.py +++ b/stock_available_unreserved/models/__init__.py @@ -1,6 +1,7 @@ # Copyright 2016 ACSONE SA/NV () # Copyright 2016 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import product diff --git a/stock_available_unreserved/models/product.py b/stock_available_unreserved/models/product.py index 6447e4cea..28c018337 100644 --- a/stock_available_unreserved/models/product.py +++ b/stock_available_unreserved/models/product.py @@ -2,6 +2,7 @@ # Copyright 2016 ACSONE SA/NV () # Copyright 2016 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models, _ diff --git a/stock_available_unreserved/models/quant.py b/stock_available_unreserved/models/quant.py index 625634092..b01868522 100644 --- a/stock_available_unreserved/models/quant.py +++ b/stock_available_unreserved/models/quant.py @@ -1,4 +1,5 @@ # Copyright 2018 Camptocamp SA +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, fields, models diff --git a/stock_available_unreserved/tests/__init__.py b/stock_available_unreserved/tests/__init__.py index a9fb8e294..c9c70c559 100644 --- a/stock_available_unreserved/tests/__init__.py +++ b/stock_available_unreserved/tests/__init__.py @@ -1,5 +1,6 @@ # Copyright 2016 ACSONE SA/NV () # Copyright 2016 Eficent Business and IT Consulting Services S.L. +# Copyright 2019 JARSA Sistemas S.A. de C.V. # (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/stock_available_unreserved/tests/test_stock_available_unreserved.py b/stock_available_unreserved/tests/test_stock_available_unreserved.py index 37638a986..8fb8ff836 100644 --- a/stock_available_unreserved/tests/test_stock_available_unreserved.py +++ b/stock_available_unreserved/tests/test_stock_available_unreserved.py @@ -3,6 +3,7 @@ # Copyright 2016 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) # Copyright 2016 Therp BV +# Copyright 2019 JARSA Sistemas S.A. de C.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo.tests.common import SavepointCase @@ -18,7 +19,7 @@ class TestStockLogisticsWarehouse(SavepointCase): cls.supplier_location = cls.env.ref('stock.stock_location_suppliers') cls.stock_location = cls.env.ref('stock.stock_location_stock') cls.customer_location = cls.env.ref('stock.stock_location_customers') - cls.uom_unit = cls.env.ref('product.product_uom_unit') + cls.uom_unit = cls.env.ref('uom.product_uom_unit') cls.main_company = cls.env.ref('base.main_company') cls.bin_a = cls.env['stock.location'].create({