Files
odoo-usability/purchase_report_date_planned/__manifest__.py
2024-06-12 15:14:51 +02:00

21 lines
621 B
Python

# Copyright 2024 Akretion (https://www.akretion.com).
# @author Mathieu Delva <mathieu.delva@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Purchase Report Date Planned",
"version": "14.0.1.1.0",
"author": "Akretion ,Odoo Community Association (OCA)",
"maintainers": ["mathieudelva"],
"website": "https://github.com/OCA/purchase-workflow",
"category": "Purchase",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"purchase_usability",
],
"data": [
"views/purchase_report.xml",
],
}