mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
27 lines
793 B
Python
27 lines
793 B
Python
# Copyright 2023 ACSONE SA/NV
|
|
# Copyright 2023 Michael Tietz (MT Software) <mtietz@mt-software.de>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Picking Volume",
|
|
"summary": """
|
|
Compute volume information on stock moves and pickings""",
|
|
"version": "14.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"maintainers": ["lmignon"],
|
|
"depends": [
|
|
"product_dimension",
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/stock_picking.xml",
|
|
"views/stock_move.xml",
|
|
],
|
|
"demo": [],
|
|
"post_init_hook": "post_init_hook",
|
|
"pre_init_hook": "pre_init_hook",
|
|
"development_status": "Beta",
|
|
}
|