From 484bac126343e2200ddfbdfcba12bf99869b895e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 17 Dec 2019 21:53:54 +0100 Subject: [PATCH] [MIG] stock_inventory_cost_info: Migration to 12.0 * Standard procedure * Adjust tests [UPD] Update stock_inventory_cost_info.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_cost_info Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_cost_info/ --- stock_quant_cost_info/README.rst | 10 +++--- stock_quant_cost_info/__manifest__.py | 5 +-- stock_quant_cost_info/i18n/es.po | 12 +++---- .../i18n/stock_inventory_cost_info.pot | 14 ++++---- .../static/description/index.html | 6 ++-- .../tests/test_stock_inventory_cost_info.py | 35 +++---------------- 6 files changed, 29 insertions(+), 53 deletions(-) diff --git a/stock_quant_cost_info/README.rst b/stock_quant_cost_info/README.rst index d9edbb868..3717c45dc 100644 --- a/stock_quant_cost_info/README.rst +++ b/stock_quant_cost_info/README.rst @@ -14,13 +14,13 @@ Stock Inventory Cost Info :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_cost_info + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_cost_info :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_inventory_cost_info + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_cost_info :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -58,7 +58,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -91,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_quant_cost_info/__manifest__.py b/stock_quant_cost_info/__manifest__.py index c5a2ffbbc..9d537bd06 100644 --- a/stock_quant_cost_info/__manifest__.py +++ b/stock_quant_cost_info/__manifest__.py @@ -1,13 +1,14 @@ # Copyright 2019 Tecnativa - Ernesto Tejeda +# Copyright 2019 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Stock Inventory Cost Info", "summary": "Shows the cost of the inventory adjustments", - "version": "11.0.1.1.0", + "version": "12.0.1.0.0", "author": "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", - "category": "Warehouse Management", + "category": "Warehouse", "depends": [ "stock", ], diff --git a/stock_quant_cost_info/i18n/es.po b/stock_quant_cost_info/i18n/es.po index d5a100703..31ad4dfec 100644 --- a/stock_quant_cost_info/i18n/es.po +++ b/stock_quant_cost_info/i18n/es.po @@ -17,17 +17,17 @@ msgstr "" "Plural-Forms: \n" #. module: stock_inventory_cost_info -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.report_inventory_cost_info +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.report_inventory_cost_info msgid "Adjustment cost" msgstr "Coste de ajuste" #. module: stock_inventory_cost_info -#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line_adjustment_cost +#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line__adjustment_cost msgid "Adjustment cost" msgstr "Coste de ajuste" #. module: stock_inventory_cost_info -#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line_currency_id +#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line__currency_id msgid "Currency" msgstr "Moneda" @@ -37,8 +37,8 @@ msgid "Inventory Line" msgstr "LĂ­nea de inventario" #. module: stock_inventory_cost_info -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree2 -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.view_inventory_form +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree2 +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.view_inventory_form msgid "Total" msgstr "" diff --git a/stock_quant_cost_info/i18n/stock_inventory_cost_info.pot b/stock_quant_cost_info/i18n/stock_inventory_cost_info.pot index 4d89f085a..05330c3fb 100644 --- a/stock_quant_cost_info/i18n/stock_inventory_cost_info.pot +++ b/stock_quant_cost_info/i18n/stock_inventory_cost_info.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,17 +14,17 @@ msgstr "" "Plural-Forms: \n" #. module: stock_inventory_cost_info -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.report_inventory_cost_info +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.report_inventory_cost_info msgid "Adjustment cost" msgstr "" #. module: stock_inventory_cost_info -#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line_adjustment_cost +#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line__adjustment_cost msgid "Adjustment cost" msgstr "" #. module: stock_inventory_cost_info -#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line_currency_id +#: model:ir.model.fields,field_description:stock_inventory_cost_info.field_stock_inventory_line__currency_id msgid "Currency" msgstr "" @@ -34,9 +34,9 @@ msgid "Inventory Line" msgstr "" #. module: stock_inventory_cost_info -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree2 -#: model:ir.ui.view,arch_db:stock_inventory_cost_info.view_inventory_form +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.stock_inventory_line_tree2 +#: model_terms:ir.ui.view,arch_db:stock_inventory_cost_info.view_inventory_form msgid "Total" msgstr "" diff --git a/stock_quant_cost_info/static/description/index.html b/stock_quant_cost_info/static/description/index.html index 35fde2842..ad55ff2da 100644 --- a/stock_quant_cost_info/static/description/index.html +++ b/stock_quant_cost_info/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module extends the functionality of Inventory Adjustments to show a new column Adjustment cost in Inventory Details list and PDF report table. The value of Adjustment cost will be self-calculated according to: @@ -407,7 +407,7 @@ zero in all existing inventory adjustment before installation.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -435,7 +435,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/stock_quant_cost_info/tests/test_stock_inventory_cost_info.py b/stock_quant_cost_info/tests/test_stock_inventory_cost_info.py index 72ceb3a28..fac3918c5 100644 --- a/stock_quant_cost_info/tests/test_stock_inventory_cost_info.py +++ b/stock_quant_cost_info/tests/test_stock_inventory_cost_info.py @@ -1,4 +1,5 @@ # Copyright 2019 Tecnativa - Ernesto Tejeda +# Copyright 2019 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo.tests.common import TransactionCase @@ -18,27 +19,9 @@ class TestStockInventoryCostInfo(TransactionCase): 'type': 'product', 'standard_price': 2000, }) - # Initial inventory: set quantities to zero - initial_inventory = self.env['stock.inventory'].create({ - 'name': 'Initial inventory', - 'filter': 'partial', - 'line_ids': [(0, 0, { - 'product_id': self.product_1.id, - 'location_id': self.env.ref('stock.warehouse0').lot_stock_id.id - }), (0, 0, { - 'product_id': self.product_2.id, - 'location_id': self.env.ref('stock.warehouse0').lot_stock_id.id - })] - }) - initial_inventory.action_reset_product_qty() - initial_inventory.action_done() - # Another inventory adjustment self.inventory = self.env['stock.inventory'].create({ 'name': 'Another inventory', 'filter': 'partial', - }) - initial_inventory.action_start() - self.inventory.write({ 'line_ids': [(0, 0, { 'product_id': self.product_1.id, 'product_qty': 10, @@ -53,15 +36,7 @@ class TestStockInventoryCostInfo(TransactionCase): def test_compute_adjustment_cost(self): """Tests if the adjustment_cost is correctly computed.""" lines = self.inventory.line_ids - line = lines.filtered(lambda r: r.product_id == self.product_1) - self.assertEqual(line.adjustment_cost, 10000) - line = lines.filtered(lambda r: r.product_id == self.product_2) - self.assertEqual(line.adjustment_cost, 40000) - # check the adjustment cost after validate the inventory - self.product_1.standard_price = 10000 - self.product_2.standard_price = 20000 - self.inventory.action_done() - line = lines.filtered(lambda r: r.product_id == self.product_1) - self.assertEqual(line.adjustment_cost, 100000) - line = lines.filtered(lambda r: r.product_id == self.product_2) - self.assertEqual(line.adjustment_cost, 400000) + line1 = lines.filtered(lambda r: r.product_id == self.product_1) + self.assertEqual(line1.adjustment_cost, 10000) + line2 = lines.filtered(lambda r: r.product_id == self.product_2) + self.assertEqual(line2.adjustment_cost, 40000)