# Copyright 2026 Criptomart # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { # noqa: B018 "name": "Stock Picking Batch Collect", "version": "18.0.2.0.0", "category": "Warehouse", "summary": "Collect batch operations: operator view, extra columns and product summary", "author": "Odoo Community Association (OCA), Criptomart", "maintainers": ["Criptomart"], "website": "https://github.com/Criptomart", "license": "AGPL-3", "depends": [ # A quantity typed by the operator is the weighed one: it must not be # re-reserved by the scheduler. "stock_move_manual_quantity", "stock_picking_batch", ], "data": [ "security/ir.model.access.csv", "views/res_config_settings_views.xml", "views/stock_picking_batch_views.xml", ], "assets": { "web.assets_backend": [ "stock_picking_batch_collect/static/src/css/stock_picking_batch.css", ], }, # Adopts the data of the former `stock_picking_batch_custom` when upgrading # a database where that module was installed. See `hooks.py`. "pre_init_hook": "pre_init_hook", }