summaryrefslogtreecommitdiff
path: root/ob_chatter_position/__manifest__.py
diff options
context:
space:
mode:
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,
+}