mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_chatter_position: create module
This commit is contained in:
27
web_chatter_position/__manifest__.py
Normal file
27
web_chatter_position/__manifest__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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": "15.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"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/web_chatter_position/static/src/scss/chatter_position.scss",
|
||||
"/web_chatter_position/static/src/scss/attachment_viewer.scss",
|
||||
"/web_chatter_position/static/src/js/form_chatter_position.js",
|
||||
],
|
||||
"web.assets_qweb": [
|
||||
"/web_chatter_position/static/src/xml/form_buttons.xml",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
}
|
||||
Reference in New Issue
Block a user