Files
rma/product_warranty/__manifest__.py
arulbalamurugan ae29fcbaca [MIG] product_warranty: Migration to 16.0
Co-Authored By: Stefan Ungureanu <stefan.ungureanu@tecnativa.com>
2023-07-12 13:57:01 +02:00

24 lines
853 B
Python

# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Product Warranty",
"version": "16.0.1.0.0",
"category": "Generic Modules/Product",
"author": "Akretion, Vauxoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rma",
"license": "AGPL-3",
"depends": ["sale_management"],
"data": [
"security/ir.model.access.csv",
"views/res_company_views.xml",
"views/product_supplierinfo_views.xml",
"views/product_template_views.xml",
"views/return_instructions_views.xml",
],
"demo": ["demo/product_warranty.xml", "demo/res_company.xml"],
"images": ["images/product_warranty.png"],
"development_status": "Production/Stable",
"maintainers": ["osi-scampbell", "max3903"],
}