mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-20 07:02:09 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
760 B
Python
21 lines
760 B
Python
# Copyright 2017 Akretion (http://www.akretion.com)
|
|
# Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Purchase Exception",
|
|
"summary": "Custom exceptions on purchase order",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Generic Modules/Purchase",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/purchase-workflow",
|
|
"depends": ["purchase", "base_exception"],
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/purchase_exception_data.xml",
|
|
"wizard/purchase_exception_confirm_view.xml",
|
|
"views/purchase_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|