diff --git a/global_mail_message/README.rst b/global_mail_message/README.rst deleted file mode 100644 index deff351c0..000000000 --- a/global_mail_message/README.rst +++ /dev/null @@ -1,41 +0,0 @@ -Global Mail Message -=================== -* Module for sending mail from any view of the Odoo using systray button - -Installation -============ - - www.odoo.com/documentation/14.0/setup/install.html - - Install our custom addon - -License -------- -General Public License, Version 3 (LGPL v3). -(https://www.odoo.com/documentation/user/14.0/legal/licenses/licenses.html) - -Company -------- -* 'Cybrosys Techno Solutions `__ - -Credits -------- -* Developer: -(v14) Sayooj @ Cybrosys - -Contacts --------- -* Mail Contact : odoo@cybrosys.com - -Bug Tracker ------------ -Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. - -Maintainer -========== -This module is maintained by Cybrosys Technologies. - -For support and more information, please visit https://www.cybrosys.com - -Further information -=================== -HTML Description: ``__ - diff --git a/global_mail_message/__init__.py b/global_mail_message/__init__.py deleted file mode 100644 index 47a6a34dc..000000000 --- a/global_mail_message/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2020-TODAY Cybrosys Technologies() -# Author: Sayooj A O() -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# diff --git a/global_mail_message/__manifest__.py b/global_mail_message/__manifest__.py deleted file mode 100644 index 9b0aa865e..000000000 --- a/global_mail_message/__manifest__.py +++ /dev/null @@ -1,45 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################# -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2021-TODAY Cybrosys Technologies() -# Author: Sayooj A O() -# -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. -# If not, see . -# -############################################################################# - -{ - 'name': 'Global Mail Message', - 'version': '14.0.1.0.0', - 'category': 'Accounting', - 'summary': """Module which allows to send mails from any view""", - 'description': """Module which allows to send mails from any view""", - 'author': 'Cybrosys Techno Solutions', - 'website': "https://www.cybrosys.com", - 'company': 'Cybrosys Techno Solutions', - 'maintainer': 'Cybrosys Techno Solutions', - 'depends': ['contacts', 'mail'], - 'data': [ - 'views/assets.xml', - ], - 'qweb': [ - 'static/src/xml/mail_button.xml', - ], - 'images': ['static/description/banner.jpg'], - 'license': 'LGPL-3', - 'installable': True, - 'auto_install': False, - 'application': True, -} diff --git a/global_mail_message/doc/changelog.md b/global_mail_message/doc/changelog.md deleted file mode 100644 index 9aeb1450d..000000000 --- a/global_mail_message/doc/changelog.md +++ /dev/null @@ -1,10 +0,0 @@ -## Module - -#### 03.05.2021 -#### Version 14.0.1.0.0 -#### ADD -- Initial commit - - - - diff --git a/global_mail_message/static/description/banner.jpg b/global_mail_message/static/description/banner.jpg deleted file mode 100644 index b3eebd8d2..000000000 Binary files a/global_mail_message/static/description/banner.jpg and /dev/null differ diff --git a/global_mail_message/static/description/icon.png b/global_mail_message/static/description/icon.png deleted file mode 100644 index d11e7907b..000000000 Binary files a/global_mail_message/static/description/icon.png and /dev/null differ diff --git a/global_mail_message/static/description/images/global_mail1.png b/global_mail_message/static/description/images/global_mail1.png deleted file mode 100644 index be2ba82a1..000000000 Binary files a/global_mail_message/static/description/images/global_mail1.png and /dev/null differ diff --git a/global_mail_message/static/description/images/global_mail2.png b/global_mail_message/static/description/images/global_mail2.png deleted file mode 100644 index b7fccdce2..000000000 Binary files a/global_mail_message/static/description/images/global_mail2.png and /dev/null differ diff --git a/global_mail_message/static/description/images/global_mail3.png b/global_mail_message/static/description/images/global_mail3.png deleted file mode 100644 index 5a5b227be..000000000 Binary files a/global_mail_message/static/description/images/global_mail3.png and /dev/null differ diff --git a/global_mail_message/static/description/images/global_mail_config.png b/global_mail_message/static/description/images/global_mail_config.png deleted file mode 100644 index b19b14a9f..000000000 Binary files a/global_mail_message/static/description/images/global_mail_config.png and /dev/null differ diff --git a/global_mail_message/static/description/images/screen.gif b/global_mail_message/static/description/images/screen.gif deleted file mode 100644 index 12de4acea..000000000 Binary files a/global_mail_message/static/description/images/screen.gif and /dev/null differ diff --git a/global_mail_message/static/description/index.html b/global_mail_message/static/description/index.html deleted file mode 100644 index 2a74b229f..000000000 --- a/global_mail_message/static/description/index.html +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - Invoice Template Editor - - - - - - -
-
-
- -
-
- -
-

- Global Mail Message

- -

- Send mails from any view of Odoo -

- - Key Highlights - -
-
-
- -
    -
  • Added a button in Systray for easy access from any views. -
  • -
  • Can send mails to any valid emails along with attachments. -
  • -
-
-
-
- -
- - -
- - - - -
- -
- -
-
-
- - -
-
- -
-
-

- Overview

- -

In this global mail message app we have added a button in the - systray bar for sending mails when ever we need regardless of the any records in odoo,the - only configuration we have to do is the setting up the outgoing mail server.

-
-
-

- Features

-
    -
  • -
    - Added a button in Systray for easy access from any views.
    -
  • -
  • -
    - Can send mails to any valid emails along with attachments.
    -
  • -
-
-
-

- Screenshots

-
-
- - - - - - - -
-
-
-
- -
-
-
- -
-

- Suggested Products

-
- -
- - -
- -
-
- Odoo Gold Partner -
-
-

- Our Services

-

We provide following services

- -
-
-
- Odoo Gold Partner -
-
- - -
- -
- - -
-
-
-

- Need Help?

-
-
-
- - -
-
-
Visit us
-

Visit our - website for more - information.

- www.cybrosys.com -
- -
-
Write to us
-

Do you - have any queries regarding our - products & services? Let us know.

- odoo@cybrosys.com - info@cybrosys.com -
- b - -
-
Follow Us
-

Follow us - on social media for latest - updates.

-
- - - - - - -
- -
- -
-
-
- -
-
- -
- -
- -
-
- -
-
-
- - - - - diff --git a/global_mail_message/static/src/js/mail_button.js b/global_mail_message/static/src/js/mail_button.js deleted file mode 100644 index a1b492e37..000000000 --- a/global_mail_message/static/src/js/mail_button.js +++ /dev/null @@ -1,24 +0,0 @@ -odoo.define('global_mail_message.mail_button', function(require) { - "use strict"; - var SystrayMenu = require('web.SystrayMenu'); - var Widget = require('web.Widget'); - var ActionMenu = Widget.extend({ - template: 'global_mail_message.mail_icon', - events: { - 'click .mail_icon': 'onclick_mail_icon', - }, - onclick_mail_icon: function() { - var self = this; - self.do_action({ - name: 'Compose Mail', - res_model: 'mail.compose.message', - views: [[false, 'form']], - type: 'ir.actions.act_window', - view_mode: 'form', - target: 'new' - }); - }, - }); - SystrayMenu.Items.push(ActionMenu); - return ActionMenu; -}); \ No newline at end of file diff --git a/global_mail_message/static/src/xml/mail_button.xml b/global_mail_message/static/src/xml/mail_button.xml deleted file mode 100644 index b349ab769..000000000 --- a/global_mail_message/static/src/xml/mail_button.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - -
  • - -
  • -
    -
    \ No newline at end of file diff --git a/global_mail_message/views/assets.xml b/global_mail_message/views/assets.xml deleted file mode 100644 index b2aea7087..000000000 --- a/global_mail_message/views/assets.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - -