mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[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-13.0/stock-logistics-warehouse-13.0-stock_inventory_cost_info Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_inventory_cost_info/
18 lines
673 B
Python
18 lines
673 B
Python
# 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": "13.0.1.0.0",
|
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_inventory_views.xml", "views/report_stockinventory.xml"],
|
|
"pre_init_hook": "pre_init_hook",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
}
|