forked from yessser/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
29 lines (28 loc) · 1.01 KB
/
__manifest__.py
File metadata and controls
29 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2022 Hynsys Technologies
# Copyright 2024 Alitec Pte Ltd
# Copyright 2026 ForgeFlow S.L. (https://www.forgeflow.com)
# 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.1.0",
"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",
(
"after",
"/web/static/src/views/form/form_controller.xml",
"/web_chatter_position/static/src/views/form/form_controller.xml",
),
],
},
}