mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:52:09 +02:00
15 lines
563 B
Python
15 lines
563 B
Python
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
|
# Copyright 2022 CorporateHub (https://corporatehub.eu)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "User Locale Settings",
|
|
"version": "16.0.1.1.1",
|
|
"author": "CorporateHub, Odoo Community Association (OCA)",
|
|
"category": "Usability",
|
|
"license": "AGPL-3",
|
|
"depends": ["base_setup", "calendar"],
|
|
"website": "https://github.com/OCA/server-ux",
|
|
"data": ["views/res_config_settings.xml", "views/res_users.xml"],
|
|
"installable": True,
|
|
}
|