diff --git a/odoo_chatgpt_connector/__manifest__.py b/odoo_chatgpt_connector/__manifest__.py index 264bbd9b9..2f265082f 100644 --- a/odoo_chatgpt_connector/__manifest__.py +++ b/odoo_chatgpt_connector/__manifest__.py @@ -41,6 +41,9 @@ 'odoo_chatgpt_connector/static/src/js/submit_request.js', 'odoo_chatgpt_connector/static/src/css/container.css' ], + 'web.assets_backend': [ + 'odoo_chatgpt_connector/static/src/discuss/ChatGPT/common/**/*' + ], }, 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', diff --git a/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot10.png b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot10.png new file mode 100644 index 000000000..25953f3dd Binary files /dev/null and b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot10.png differ diff --git a/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot11.png b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot11.png new file mode 100644 index 000000000..9c0718d07 Binary files /dev/null and b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot11.png differ diff --git a/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot8.png b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot8.png new file mode 100644 index 000000000..27448d711 Binary files /dev/null and b/odoo_chatgpt_connector/static/description/assets/screenshots/screenshot8.png differ diff --git a/odoo_chatgpt_connector/static/description/index.html b/odoo_chatgpt_connector/static/description/index.html index ae576829e..e451cf470 100644 --- a/odoo_chatgpt_connector/static/description/index.html +++ b/odoo_chatgpt_connector/static/description/index.html @@ -261,7 +261,6 @@
-
@@ -286,6 +285,25 @@ ++
++ Click GPT button to open chatGPT modal. +
++ Search for the content and click on insert to add it in chatter. +
++ Content is inserted into the input field when the "Insert" button is clicked. +
++ You can add contents from chatGPT to odoo chatter
+