oca-technical/odoo-bringout-oca-server-ux-misc_settings/misc_settings/__manifest__.py
2025-08-29 15:43:03 +02:00

19 lines
537 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Miscellaneous Settings",
"version": "16.0.1.0.0",
"category": "Tools",
"license": "AGPL-3",
"summary": "Miscellaneous settings to be an anchor for your custom settings",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-ux",
"maintainers": ["bealdav"],
"depends": [
"base",
],
"data": [
"views/res_config_settings.xml",
],
"installable": True,
}