Files
stock-logistics-warehouse/stock_move_packaging_qty/__manifest__.py
2023-09-11 06:43:54 +00:00

20 lines
668 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": "16.0.1.1.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
"depends": ["stock"],
"data": [
"views/report_stock_picking.xml",
"views/stock_move_tree_view.xml",
"views/stock_picking_form_view.xml",
],
"license": "LGPL-3",
"installable": True,
"maintainers": ["yajo"],
}