mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 15:32:06 +02:00
19 lines
537 B
Python
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,
|
|
}
|