mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
21 lines
631 B
Python
21 lines
631 B
Python
# Copyright 2023 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Picking Volume From Packaging",
|
|
"summary": """
|
|
Use volume information on potential product packaging to compute the
|
|
volume of a stock.move""",
|
|
"version": "14.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": [
|
|
"stock_picking_volume",
|
|
"stock_packaging_calculator",
|
|
"product_packaging_dimension",
|
|
],
|
|
"data": [],
|
|
"demo": [],
|
|
}
|