From 9e640373587dea1e612b34eca6308cb42458b714 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 24 Oct 2022 12:01:57 +0700 Subject: Update __init__.py, __manifest__.py, and 21 more files... --- ob_chatter_position/__manifest__.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 ob_chatter_position/__manifest__.py (limited to 'ob_chatter_position/__manifest__.py') 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, +} -- cgit v1.2.3