oca-purchase/odoo-bringout-oca-purchase-workflow-purchase_merge/purchase_merge/__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

18 lines
634 B
Python

# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Purchase Merge",
"summary": "Wizard to merge purchase with required conditions",
"version": "16.0.1.0.3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
"license": "AGPL-3",
"category": "Purchase",
"depends": ["purchase_order_approved"],
"data": [
"security/ir.model.access.csv",
"wizard/purchase_merge_views.xml",
],
"external_dependencies": {"python": ["openupgradelib"]},
"installable": True,
}