mirror of https://github.com/OCA/web.git
19 lines
691 B
Python
19 lines
691 B
Python
# Copyright 2022 Hynsys Technologies
|
|
# 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": "13.0.1.0.0",
|
|
"author": "Hynsys Technologies, Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "LGPL-3",
|
|
"category": "Extra Tools",
|
|
"images": ["static/description/images/web_chatter_position.png"],
|
|
"depends": ["web", "mail"],
|
|
"data": ["views/res_users.xml", "views/web.xml", "views/assets.xml"],
|
|
"qweb": ["static/src/xml/form_buttons.xml"],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|