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

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,
}