mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
574 B
Python
15 lines
574 B
Python
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Stock Packaging Qty",
|
|
"summary": "Add packaging fields in the stock moves",
|
|
"version": "13.0.1.1.1",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_picking_form_view.xml", "views/stock_move_tree_view.xml"],
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
}
|