mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 00:02:00 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
817 B
Python
22 lines
817 B
Python
# Copyright 2019 Elico Corp, Dominique K. <dominique.k@elico-corp.com.sg>
|
|
# Copyright 2019 Ecosoft Co., Ltd., Kitti U. <kittiu@ecosoft.co.th>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Purchase Deposit",
|
|
"version": "16.0.1.1.0",
|
|
"summary": "Option to create deposit from purchase order",
|
|
"author": "Elico Corp, Ecosoft, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/purchase-workflow",
|
|
"category": "Purchase Management",
|
|
"license": "AGPL-3",
|
|
"depends": ["purchase"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizard/purchase_make_invoice_advance_views.xml",
|
|
"views/res_config_settings_views.xml",
|
|
"views/purchase_view.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|