Browse Source

📖 Distribute under MIT license

If you made a contribution and don't agree with this change please open an issue
pull/264/head
Ivan Yelizariev 4 years ago
parent
commit
0a2539d62a
No known key found for this signature in database GPG Key ID: B87954F73B65AC8A
  1. 189
      LICENSE
  2. 6
      mail_all/README.rst
  3. 2
      mail_all/__init__.py
  4. 4
      mail_all/__manifest__.py
  5. 2
      mail_all/static/src/js/mail_all.js
  6. 2
      mail_all/static/src/js/test_mail_all.js
  7. 2
      mail_all/static/src/xml/menu.xml
  8. 2
      mail_all/tests/__init__.py
  9. 2
      mail_all/tests/test_js.py
  10. 2
      mail_all/views/templates.xml
  11. 2
      mail_archives/__manifest__.py
  12. 2
      mail_base/__manifest__.py
  13. 2
      mail_check_immediately/__manifest__.py
  14. 2
      mail_fix_553/__manifest__.py
  15. 6
      mail_move_message/README.rst
  16. 2
      mail_move_message/__init__.py
  17. 4
      mail_move_message/__manifest__.py
  18. 2
      mail_move_message/controllers/__init__.py
  19. 2
      mail_move_message/controllers/main.py
  20. 2
      mail_move_message/data/mail_move_message_data.xml
  21. 2
      mail_move_message/mail_move_message_models.py
  22. 2
      mail_move_message/mail_move_message_views.xml
  23. 2
      mail_move_message/static/src/js/mail_move_message.js
  24. 2
      mail_move_message/static/src/xml/mail_move_message_main.xml
  25. 2
      mail_move_message/tests/__init__.py
  26. 2
      mail_move_message/tests/test_mail_move.py
  27. 6
      mail_multi_website/README.rst
  28. 2
      mail_multi_website/__init__.py
  29. 4
      mail_multi_website/__manifest__.py
  30. 2
      mail_multi_website/models/__init__.py
  31. 2
      mail_multi_website/models/ir_property.py
  32. 2
      mail_multi_website/models/mail_message.py
  33. 2
      mail_multi_website/models/mail_template.py
  34. 2
      mail_multi_website/models/mail_thread.py
  35. 2
      mail_multi_website/models/res_users.py
  36. 2
      mail_multi_website/models/website.py
  37. 2
      mail_multi_website/tests/__init__.py
  38. 2
      mail_multi_website/tests/test_fetch.py
  39. 2
      mail_multi_website/tests/test_mail_model.py
  40. 2
      mail_multi_website/tests/test_render.py
  41. 2
      mail_multi_website/tests/test_send.py
  42. 2
      mail_multi_website/views/website_views.xml
  43. 2
      mail_multi_website/wizard/__init__.py
  44. 2
      mail_multi_website/wizard/mail_compose_message.py
  45. 6
      mail_private/README.rst
  46. 2
      mail_private/__init__.py
  47. 4
      mail_private/__manifest__.py
  48. 2
      mail_private/full_composer_wizard.xml
  49. 2
      mail_private/models.py
  50. 2
      mail_private/static/src/js/mail_private.js
  51. 2
      mail_private/static/src/js/test_private.js
  52. 2
      mail_private/static/src/xml/mail_private.xml
  53. 2
      mail_private/template.xml
  54. 2
      mail_private/tests/__init__.py
  55. 2
      mail_private/tests/test_js.py
  56. 2
      mail_recovery/__manifest__.py
  57. 2
      mail_reply/__manifest__.py
  58. 4
      mail_sent/__manifest__.py
  59. 2
      mail_sent/static/src/js/sent.js
  60. 2
      mail_to/__manifest__.py
  61. 6
      mailgun/README.rst
  62. 4
      mailgun/__manifest__.py
  63. 2
      res_partner_company_messages/__manifest__.py
  64. 2
      res_partner_mails_count/__manifest__.py

189
LICENSE

@ -1,166 +1,23 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
The MIT License (MIT)
Copyright 2020 IT-Projects Labs
Copyright 2015-2020 IT-Projects LLC
Copyright 2014-2015 Ivan Yelizariev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

6
mail_all/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
===================
Show all messages

2
mail_all/__init__.py

@ -1 +1 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).

4
mail_all/__manifest__.py

@ -1,7 +1,7 @@
# Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2017-2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": "Show all messages",
"summary": """Checkout all messages where you have access""",
@ -13,7 +13,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail"],

2
mail_all/static/src/js/mail_all.js

@ -1,7 +1,7 @@
/* # Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2017-2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
# License MIT (https://opensource.org/licenses/MIT). */
odoo.define("mail_all.all", function(require) {
"use strict";

2
mail_all/static/src/js/test_mail_all.js

@ -1,5 +1,5 @@
/* # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
# License MIT (https://opensource.org/licenses/MIT). */
odoo.define("mail_all.tour", function(require) {
"use strict";

2
mail_all/static/src/xml/menu.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--# Copyright 2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -->
# License MIT (https://opensource.org/licenses/MIT). -->
<template>
<!--Inherit Sidebar and add All messages menu item after Starred -->
<t t-extend="mail.discuss.Sidebar">

2
mail_all/tests/__init__.py

@ -1,3 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import test_js

2
mail_all/tests/test_js.py

@ -1,7 +1,7 @@
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2016 manawi <https://it-projects.info/team/manawi>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import odoo.tests

2
mail_all/views/templates.xml

@ -2,7 +2,7 @@
<!--# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -->
# License MIT (https://opensource.org/licenses/MIT). -->
<odoo>
<template
id="mail_all_assets_backend"

2
mail_archives/__manifest__.py

@ -7,7 +7,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail"],

2
mail_base/__manifest__.py

@ -7,7 +7,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 9.00,
"currency": "EUR",
"depends": ["base", "mail"],

2
mail_check_immediately/__manifest__.py

@ -2,7 +2,7 @@
"name": "Check mail immediately",
"vesion": "12.0.1.0.1",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"category": "Discuss",
"support": "apps@it-projects.info",
"website": "https://twitter.com/yelizariev",

2
mail_fix_553/__manifest__.py

@ -2,7 +2,7 @@
"name": "Fix mail error 553",
"version": "0.3",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"category": "Discuss",
"support": "apps@it-projects.info",
"website": "https://yelizariev.github.io",

6
mail_move_message/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
=================
Mail Relocation

2
mail_move_message/__init__.py

@ -1,4 +1,4 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import controllers
from . import mail_move_message_models

4
mail_move_message/__manifest__.py

@ -3,13 +3,13 @@
# Copyright 2017 Lilia Salihova
# Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": "Mail Relocation",
"version": "11.0.1.0.6",
"author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"category": "Discuss",
"images": ["images/m1.png"],
"support": "apps@it-projects.info",

2
mail_move_message/controllers/__init__.py

@ -1,3 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import main

2
mail_move_message/controllers/main.py

@ -1,7 +1,7 @@
# Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo.http import request

2
mail_move_message/data/mail_move_message_data.xml

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!--# Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# Copyright 2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).-->
# License MIT (https://opensource.org/licenses/MIT).-->
<odoo>
<record id="mail_relocation_models" model="ir.config_parameter">
<field name="key">mail_relocation_models</field>

2
mail_move_message/mail_move_message_models.py

@ -3,7 +3,7 @@
# Copyright 2016 intero-chz <https://github.com/intero-chz>
# Copyright 2016 manawi <https://github.com/manawi>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, exceptions, fields, models
from odoo.tools import email_split

2
mail_move_message/mail_move_message_views.xml

@ -2,7 +2,7 @@
<!--# Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).-->
# License MIT (https://opensource.org/licenses/MIT).-->
<odoo>
<template id="assets_backend" name="custom bar assets" inherit_id="web.assets_backend">

2
mail_move_message/static/src/js/mail_move_message.js

@ -2,7 +2,7 @@
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2016 Pavel Romanchenko
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). */
# License MIT (https://opensource.org/licenses/MIT). */
odoo.define("mail_move_message.relocate", function(require) {
"use strict";

2
mail_move_message/static/src/xml/mail_move_message_main.xml

@ -3,7 +3,7 @@
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2016 Pavel Romanchenko
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).-->
# License MIT (https://opensource.org/licenses/MIT).-->
<template>
<t t-extend="mail.ChatThread.Message">
<t t-jquery='p.o_mail_info span:last-child i:first-child' t-operation="before">

2
mail_move_message/tests/__init__.py

@ -1,2 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import test_mail_move

2
mail_move_message/tests/test_mail_move.py

@ -1,5 +1,5 @@
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import odoo.tests
from odoo.api import Environment

6
mail_multi_website/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
=====================
Multi-Brand Mailing

2
mail_multi_website/__init__.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import models
from . import wizard
from .tests import test_mail_model

4
mail_multi_website/__manifest__.py

@ -1,6 +1,6 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": """Multi-Brand Mailing""",
"summary": """Use single Backend to manage several Websites""",
@ -12,7 +12,7 @@
"author": "IT-Projects LLC, Ivan Yelizariev",
"support": "apps@it-projects.info",
"website": "https://it-projects.info/team/yelizariev",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 230.00,
"currency": "EUR",
"depends": [

2
mail_multi_website/models/__init__.py

@ -1,4 +1,4 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import res_users
from . import ir_property
from . import mail_template

2
mail_multi_website/models/ir_property.py

@ -1,6 +1,6 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, models

2
mail_multi_website/models/mail_message.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import fields, models

2
mail_multi_website/models/mail_template.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import logging
from odoo import _, api, fields, models, tools

2
mail_multi_website/models/mail_thread.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, models, tools

2
mail_multi_website/models/res_users.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import logging
from odoo import api, fields, models

2
mail_multi_website/models/website.py

@ -1,5 +1,5 @@
# Copyright 2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import fields, models

2
mail_multi_website/tests/__init__.py

@ -1,4 +1,4 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import test_send
from . import test_render
from . import test_fetch

2
mail_multi_website/tests/test_fetch.py

@ -1,6 +1,6 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo.tools import mute_logger
from odoo.addons.test_mail.data.test_mail_data import MAIL_TEMPLATE

2
mail_multi_website/tests/test_mail_model.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import fields, models

2
mail_multi_website/tests/test_render.py

@ -1,6 +1,6 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import base64
from odoo.addons.test_mail.tests.test_mail_mail import TestMail

2
mail_multi_website/tests/test_send.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo.tests.common import TransactionCase

2
mail_multi_website/views/website_views.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -->
License MIT (https://opensource.org/licenses/MIT). -->
<odoo>
<record id="view_website_multi_mail_form" model="ir.ui.view">
<field name="model">website</field>

2
mail_multi_website/wizard/__init__.py

@ -1,2 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import mail_compose_message

2
mail_multi_website/wizard/mail_compose_message.py

@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, models
from odoo.http import request

6
mail_private/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
====================
Internal Messaging

2
mail_private/__init__.py

@ -1,3 +1,3 @@
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import models

4
mail_private/__manifest__.py

@ -1,6 +1,6 @@
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": """Internal Messaging""",
"summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
@ -12,7 +12,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info/",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 50.00,
"currency": "EUR",
"depends": ["mail"],

2
mail_private/full_composer_wizard.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--Copyright 2017 Artyom Losev <https://github.com/ArtyomLosev>
Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).-->
License MIT (https://opensource.org/licenses/MIT).-->
<odoo>
<record model="ir.ui.view" id="email_compose_message_wizard_form_private">

2
mail_private/models.py

@ -2,7 +2,7 @@
# Copyright 2017 Artyom Losev <https://github.com/ArtyomLosev>
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, fields, models

2
mail_private/static/src/js/mail_private.js

@ -3,7 +3,7 @@
Copyright 2017-2018 Artyom Losev <https://github.com/ArtyomLosev>
Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
License MIT (https://opensource.org/licenses/MIT). */
odoo.define("mail_private", function(require) {
"use strict";

2
mail_private/static/src/js/test_private.js

@ -1,6 +1,6 @@
/* Copyright 2018-2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).*/
License MIT (https://opensource.org/licenses/MIT).*/
odoo.define("mail_private.tour", function(require) {
"use strict";

2
mail_private/static/src/xml/mail_private.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--Copyright 2016-2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).-->
License MIT (https://opensource.org/licenses/MIT).-->
<template>
<t t-extend="mail.chatter.Buttons">

2
mail_private/template.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--Copyright 2016 x620 <https://github.com/x620>
Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).-->
License MIT (https://opensource.org/licenses/MIT).-->
<odoo>
<template
id="assets_backend"

2
mail_private/tests/__init__.py

@ -1,3 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
from . import test_js

2
mail_private/tests/test_js.py

@ -1,6 +1,6 @@
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
import odoo.tests

2
mail_recovery/__manifest__.py

@ -2,7 +2,7 @@
"name": "Mail Recovery",
"summary": """Backup and recover unsent message""",
"author": "IT-Projects LLC, Ildar Nasyrov",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 190.00,
"currency": "EUR",
"support": "apps@it-projects.info",

2
mail_reply/__manifest__.py

@ -7,7 +7,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail_base"],

4
mail_sent/__manifest__.py

@ -1,6 +1,6 @@
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": "Sentbox",
"summary": """Quick way to find sent messages""",
@ -10,7 +10,7 @@
"author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail"],

2
mail_sent/static/src/js/sent.js

@ -1,6 +1,6 @@
/* # Copyright 2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
# Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
# License MIT (https://opensource.org/licenses/MIT). */
odoo.define("mail_sent.sent", function(require) {
"use strict";

2
mail_to/__manifest__.py

@ -7,7 +7,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail"],

6
mailgun/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
=========
Mailgun

4
mailgun/__manifest__.py

@ -1,5 +1,5 @@
# Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).
{
"name": """Mailgun""",
"summary": """Setup the outgoing and incoming mail flow easily by using Mailgun""",
@ -11,7 +11,7 @@
"author": "IT-Projects LLC, Ildar Nasyrov",
"support": "apps@it-projects.info",
"website": "https://it-projects.info/team/iledarn",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 389.00,
"currency": "EUR",
"depends": ["mail"],

2
res_partner_company_messages/__manifest__.py

@ -2,7 +2,7 @@
"name": "Aggregate messages from company's contacts",
"vesion": "12.0.1.0.0",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 70.00,
"currency": "EUR",
"category": "Discuss",

2
res_partner_mails_count/__manifest__.py

@ -7,7 +7,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@it-projects.info",
"website": "https://it-projects.info",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 30.00,
"currency": "EUR",
"depends": [

Loading…
Cancel
Save