mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[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/
This commit is contained in:
committed by
Yadier A. De Quesada
parent
55671800be
commit
484bac1263
@@ -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 <https://github.com/OCA/stock-logistics-warehouse/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 <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_cost_info%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_cost_info%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
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 <https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_cost_info>`_ project on GitHub.
|
||||
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_cost_info>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
|
||||
@@ -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 "<strong>Adjustment cost</strong>"
|
||||
msgstr "<strong>Coste de ajuste</strong>"
|
||||
|
||||
#. 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 ""
|
||||
|
||||
@@ -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 "<strong>Adjustment cost</strong>"
|
||||
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 ""
|
||||
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_cost_info"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_inventory_cost_info"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_cost_info"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_cost_info"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module extends the functionality of <em>Inventory Adjustments</em> to show a new
|
||||
column <em>Adjustment cost</em> in <em>Inventory Details</em> list and PDF report table. The
|
||||
value of <em>Adjustment cost</em> will be self-calculated according to:
|
||||
@@ -407,7 +407,7 @@ zero in all existing <em>inventory adjustment</em> before installation.</p>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
|
||||
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
|
||||
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_cost_info%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_cost_info%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
@@ -435,7 +435,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
<p>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.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_cost_info">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_cost_info">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user