-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 768 Bytes
/
Copy path__manifest__.py
File metadata and controls
23 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2022 Hynsys Technologies
# Copyright 2024 Alitec Pte Ltd
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Chatter Position",
"summary": "Add an option to change the chatter position",
"version": "18.0.1.0.1",
"author": "Hynsys Technologies, Camptocamp, Alitec Pte Ltd,"
" Odoo Community Association (OCA)",
"maintainers": ["trisdoan"],
"website": "https://github.com/OCA/web",
"license": "LGPL-3",
"category": "Extra Tools",
"depends": ["web", "mail"],
"data": ["views/res_users.xml", "views/web.xml"],
"assets": {
"web.assets_backend": [
"/web_chatter_position/static/src/**/*.js",
"/web_chatter_position/static/src/**/*.scss",
],
},
}