mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:52:01 +02:00
15 lines
420 B
Python
15 lines
420 B
Python
# Copyright 2024 Quartile
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "User Chatter",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Quartile, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-ux",
|
|
"category": "Mail",
|
|
"license": "AGPL-3",
|
|
"depends": ["mail"],
|
|
"data": [
|
|
"views/res_users_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|