From 174fac6d882a4850d07b19edcaecf91bb20aacff Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 18 May 2022 19:42:39 +0200 Subject: [PATCH] Add module mail_no_portal --- mail_no_portal/__init__.py | 0 mail_no_portal/__manifest__.py | 25 +++++++++++++++++++++++++ mail_no_portal/data/mail.xml | 18 ++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 mail_no_portal/__init__.py create mode 100644 mail_no_portal/__manifest__.py create mode 100644 mail_no_portal/data/mail.xml diff --git a/mail_no_portal/__init__.py b/mail_no_portal/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/mail_no_portal/__manifest__.py b/mail_no_portal/__manifest__.py new file mode 100644 index 0000000..4c5d7f2 --- /dev/null +++ b/mail_no_portal/__manifest__.py @@ -0,0 +1,25 @@ +# Copyright 2022 Akretion France (http://www.akretion.com/) +# @author: Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Mail no portal', + 'version': '14.0.1.0.0', + 'category': 'Productivity/Discuss', + 'license': 'AGPL-3', + 'summary': 'Remove portal button in mails sent by Odoo', + 'description': """ +This module remove the buttons such as *View Request for Quotation* in emails sent by Odoo. + +This module has been written by Alexis de Lattre from Akretion +. + """, + 'author': 'Akretion', + 'maintainers': ['alexis-via'], + 'website': 'https://www.akretion.com', + 'depends': ['mail'], + 'data': [ + 'data/mail.xml', + ], + 'installable': True, +} diff --git a/mail_no_portal/data/mail.xml b/mail_no_portal/data/mail.xml new file mode 100644 index 0000000..051bf86 --- /dev/null +++ b/mail_no_portal/data/mail.xml @@ -0,0 +1,18 @@ + + + + + + + + + +