Skip to content

Commit

Permalink
TA#62706 [IMP][14.0] admin_light_mail : mail_activity_typeè_views (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 authored Nov 28, 2024
1 parent 94f47e7 commit 2c4e3f1
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 14 deletions.
4 changes: 4 additions & 0 deletions admin_light_mail/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Admin Light Mail
================
This module adds email management to the Admin Light application.

Mail Activity Type
------------------
* View and edit the list of all activity type

Emails & Messages
-----------------
A new group `Safe Administration / Messages` is added.
Expand Down
14 changes: 8 additions & 6 deletions admin_light_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
'name': 'Admin Light Email',
'version': '1.0.1',
'version': '14.0.1.0.2',
'author': 'Numigi',
'maintainer': 'Numigi',
'license': 'LGPL-3',
Expand All @@ -12,13 +12,15 @@
'depends': [
'admin_light_base',
'fetchmail',
'mail'
],
'data': [
'common.xml',
'email_and_messages.xml',
'mail_message_subtype.xml',
'mail_server.xml',
'mail_template.xml',
'views/menu_item.xml',
'views/mail_message_views.xml',
'views/mail_message_subtype_views.xml',
'views/mail_server_views.xml',
'views/mail_template_views.xml',
'views/mail_activity_type_views.xml',
'security/ir.model.access.csv',
],
'installable': True,
Expand Down
59 changes: 51 additions & 8 deletions admin_light_mail/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0+e\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-12 17:50+0000\n"
"PO-Revision-Date: 2019-08-12 13:51-0400\n"
"Last-Translator: <>\n"
"POT-Creation-Date: 2024-11-21 12:52+0000\n"
"PO-Revision-Date: 2024-11-21 12:52+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.0.6\n"

#. module: admin_light_mail
#: model:ir.model.fields,field_description:admin_light_mail.field_ir_mail_server__display_name
msgid "Display Name"
msgstr "Nom d'affichage"

#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_email
Expand Down Expand Up @@ -43,11 +46,31 @@ msgstr "Courriels"
msgid "Emails and Messages"
msgstr "Courriels et messages"

#. module: admin_light_mail
#: model:ir.model.fields,field_description:admin_light_mail.field_ir_mail_server__id
msgid "ID"
msgstr ""

#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_incoming_mail_server
msgid "Incoming Mail Servers"
msgstr "Serveurs entrants"

#. module: admin_light_mail
#: model:ir.model.fields,field_description:admin_light_mail.field_ir_mail_server____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"

#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_mail_activity_type
msgid "Mail Activity Types"
msgstr "Types d'activités"

#. module: admin_light_mail
#: model:ir.model,name:admin_light_mail.model_ir_mail_server
msgid "Mail Server"
msgstr "Serveur d'email"

#. module: admin_light_mail
#: model:res.groups,name:admin_light_mail.group_mail_subtype
msgid "Mail Subtypes"
Expand All @@ -56,14 +79,34 @@ msgstr "Sous-types de messages"
#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_messages
msgid "Messages"
msgstr "Messages"
msgstr ""

#. module: admin_light_mail
#: model:ir.model.fields,help:admin_light_mail.field_ir_mail_server__smtp_pass
msgid "Optional password for SMTP authentication"
msgstr "Mot de passe d'authentification SMTP (facultatif)"

#. module: admin_light_mail
#: model:ir.model.fields,help:admin_light_mail.field_ir_mail_server__smtp_user
msgid "Optional username for SMTP authentication"
msgstr "Nom d'utilisateur pour l'authentification SMTP (facultatif)"

#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_outgoing_mail_server
msgid "Outgoing Mail Servers"
msgstr "Serveurs sortants"

#. module: admin_light_mail
#: model:ir.model.fields,field_description:admin_light_mail.field_ir_mail_server__smtp_pass
msgid "Password"
msgstr "Mot de passe"

#. module: admin_light_mail
#: model:ir.ui.menu,name:admin_light_mail.menu_mail_subtype
msgid "Subtypes"
msgstr "Sous-types"

#. module: admin_light_mail
#: model:ir.model.fields,field_description:admin_light_mail.field_ir_mail_server__smtp_user
msgid "Username"
msgstr "Nom d'utilisateur"
1 change: 1 addition & 0 deletions admin_light_mail/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ access_fetchmail_server,Admin Light: fetchmail.server,fetchmail.model_fetchmail_
access_ir_cron,Admin Light: ir.cron (Required for editing incoming mail servers),base.model_ir_cron,group_email_server,1,1,0,0
access_mail_tracking_value,Admin Light: mail.tracking.value,mail.model_mail_tracking_value,group_email_messages,1,0,0,0
access_mail_mail,Admin Light: mail.mail (Required for accessing to incoming mail servers),mail.model_mail_mail,group_email_server,1,0,0,0
access_mail_activity_type_admin_light,mail.activity.type.admin.light,mail.model_mail_activity_type,admin_light_base.group_admin,1,1,1,1
12 changes: 12 additions & 0 deletions admin_light_mail/views/mail_activity_type_views.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>

<menuitem
id="menu_mail_activity_type"
action="mail.mail_activity_type_action"
name="Mail Activity Types"
parent="menu_email"
sequence="20"
/>

</odoo>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2c4e3f1

Please sign in to comment.