summaryrefslogtreecommitdiff
path: root/ob_chatter_position/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-24 12:01:57 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-24 12:01:57 +0700
commit9e640373587dea1e612b34eca6308cb42458b714 (patch)
tree5222b900daef5a6eafceeed7c572c715891ae620 /ob_chatter_position/__manifest__.py
parent2b3c94874466c3dd0a05f0f81dd4b09bc3f87987 (diff)
Update __init__.py, __manifest__.py, and 21 more files...
Diffstat (limited to 'ob_chatter_position/__manifest__.py')
-rwxr-xr-xob_chatter_position/__manifest__.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/ob_chatter_position/__manifest__.py b/ob_chatter_position/__manifest__.py
new file mode 100755
index 0000000..c337320
--- /dev/null
+++ b/ob_chatter_position/__manifest__.py
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+{
+ "name": "Chatter Position",
+ "summary": "Chatter Position",
+ "version": "14.0.1.0.3",
+ 'author': "Odoo Being, Odoo Community Association (OCA)",
+ 'website': "https://www.odoobeing.com",
+ 'license': "LGPL-3",
+ "category": "Extra Tools",
+ 'images': ['static/description/images/ob_chatter_position.png'],
+ 'support': 'odoobeing@gmail.com',
+ "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,
+}