mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-21 04:12:05 +02:00
17 lines
541 B
Python
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,
|
|
}
|