oca-purchase/odoo-bringout-oca-purchase-workflow-purchase_lot/purchase_lot/__manifest__.py
Ernad Husremovic 7378b233e9 Add oca-purchase submodule with 96 purchase modules moved from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:00:40 +02:00

17 lines
541 B
Python

# Copyright (C) 2022 Akretion (<http://www.akretion.com>).
# 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,
}