# Copyright (C) 2022 Akretion (). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Purchase Lot", "version": "16.0.2.0.0", "category": "Purchase", "license": "AGPL-3", "author": "Akretion, Odoo Community Association (OCA)", "maintainers": ["florian-dacosta"], "website": "https://github.com/OCA/purchase-workflow", "depends": ["purchase_stock", "stock_restrict_lot"], "data": [ "views/purchase_order_view.xml", ], "installable": True, }