Files
manufacture/base_repair_config/__manifest__.py
2021-08-05 15:22:30 -03:00

17 lines
546 B
Python

# Copyright 2021 - TODAY, Escodoo
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Base Repair Config",
"summary": """
Provides general settings for the Maintenance App""",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "Escodoo,Odoo Community Association (OCA)",
"maintainers": ["marcelsavegnago"],
"images": ["static/description/banner.png"],
"website": "https://github.com/OCA/manufacture",
"depends": ["repair"],
"data": ["views/res_config_settings.xml"],
}