From 3a8321137b368a614fffc2968e5c20a46ff25bb7 Mon Sep 17 00:00:00 2001 From: rona Date: Tue, 20 Oct 2015 15:49:08 +0800 Subject: [PATCH 1/6] add module website_event_snippet_image --- website_event_snippet_image/README.rst | 7 + website_event_snippet_image/__init__.py | 0 website_event_snippet_image/__openerp__.py | 37 ++++ website_event_snippet_image/license.txt | 165 ++++++++++++++++++ .../views/snippets.xml | 10 ++ 5 files changed, 219 insertions(+) create mode 100644 website_event_snippet_image/README.rst create mode 100644 website_event_snippet_image/__init__.py create mode 100644 website_event_snippet_image/__openerp__.py create mode 100644 website_event_snippet_image/license.txt create mode 100644 website_event_snippet_image/views/snippets.xml diff --git a/website_event_snippet_image/README.rst b/website_event_snippet_image/README.rst new file mode 100644 index 00000000..ab3ff2b0 --- /dev/null +++ b/website_event_snippet_image/README.rst @@ -0,0 +1,7 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=========================== +Website Event Snippet Image +=========================== diff --git a/website_event_snippet_image/__init__.py b/website_event_snippet_image/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/website_event_snippet_image/__openerp__.py b/website_event_snippet_image/__openerp__.py new file mode 100644 index 00000000..1cbe2eb1 --- /dev/null +++ b/website_event_snippet_image/__openerp__.py @@ -0,0 +1,37 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Odoo, Open Source Management Solution +# Copyright (c) 2010-2015 Elico Corp. +# Augustin Cisterne-Kaas +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## +{'name': 'Website Event Snippet Image', + 'version': '0.1', + 'category': '', + 'depends': ['website_event'], + 'author': 'Elico Corp,Odoo Community Association (OCA)', + 'license': 'AGPL-3', + 'website': 'https://www.elico-corp.com', + 'description': """ + +""", + 'images': [], + 'demo': [], + 'data': ['views/snippets.xml'], + 'test': [], + 'installable': True, + 'application': False} diff --git a/website_event_snippet_image/license.txt b/website_event_snippet_image/license.txt new file mode 100644 index 00000000..02bbb60b --- /dev/null +++ b/website_event_snippet_image/license.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + 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. \ No newline at end of file diff --git a/website_event_snippet_image/views/snippets.xml b/website_event_snippet_image/views/snippets.xml new file mode 100644 index 00000000..dccbdd2a --- /dev/null +++ b/website_event_snippet_image/views/snippets.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file From f439aeaaf82fabc790f63b74bcf36391dff40118 Mon Sep 17 00:00:00 2001 From: rona Date: Fri, 4 Dec 2015 14:23:11 +0800 Subject: [PATCH 2/6] [FIX]fix the readme/header. --- website_event_snippet_image/README.rst | 37 +++++++++++++++ website_event_snippet_image/__init__.py | 3 ++ website_event_snippet_image/__openerp__.py | 54 ++++++++-------------- 3 files changed, 58 insertions(+), 36 deletions(-) diff --git a/website_event_snippet_image/README.rst b/website_event_snippet_image/README.rst index ab3ff2b0..07f4017f 100644 --- a/website_event_snippet_image/README.rst +++ b/website_event_snippet_image/README.rst @@ -5,3 +5,40 @@ =========================== Website Event Snippet Image =========================== + + +Installation +============ + +To install this module, you need to: + + * have basic modules installed (website_event) + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + +Credits +======= + +Contributors +------------ + +* Augustin Cisterne-Kaas + +Maintainer +---------- + +.. image:: https://www.elico-corp.com/logo.png +:alt: Elico Corp +:target: https://www.elico-corp.com + +This module is maintained by Elico Corporation. + +Elico Corporation offers consulting services to implement open source management software in SMEs, with a strong involvement in quality of service. + +Our headquarters are located in Shanghai with branches in Hong Kong, ShenZhen and Singapore servicing customers from Greater China, Asia Pacific, Europe, Americas, etc... \ No newline at end of file diff --git a/website_event_snippet_image/__init__.py b/website_event_snippet_image/__init__.py index e69de29b..88a71b5c 100644 --- a/website_event_snippet_image/__init__.py +++ b/website_event_snippet_image/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2015 Elico corp (www.elico-corp.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/website_event_snippet_image/__openerp__.py b/website_event_snippet_image/__openerp__.py index 1cbe2eb1..96031979 100644 --- a/website_event_snippet_image/__openerp__.py +++ b/website_event_snippet_image/__openerp__.py @@ -1,37 +1,19 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Odoo, Open Source Management Solution -# Copyright (c) 2010-2015 Elico Corp. -# Augustin Cisterne-Kaas -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -############################################################################## -{'name': 'Website Event Snippet Image', - 'version': '0.1', - 'category': '', - 'depends': ['website_event'], - 'author': 'Elico Corp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'website': 'https://www.elico-corp.com', - 'description': """ - -""", - 'images': [], - 'demo': [], - 'data': ['views/snippets.xml'], - 'test': [], - 'installable': True, - 'application': False} +# © 2015 Elico corp (www.elico-corp.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + 'name': 'Website Event Snippet Image', + 'version': '8.0.1.0.1', + 'category': 'website', + 'depends': [ + 'website_event', + ], + 'author': 'Elico Corp', + 'license': 'AGPL-3', + 'website': 'https://www.elico-corp.com', + 'data': [ + 'views/snippets.xml', + ], + 'installable': True, + 'application': False, +} From afcd29967639dad58001489369169ae9e95f9f36 Mon Sep 17 00:00:00 2001 From: elicoidal Date: Mon, 25 Mar 2019 12:45:14 +0800 Subject: [PATCH 3/6] fix flake8+pylint --- .../{license.txt => LICENSE} | 0 website_event_snippet_image/README.rst | 24 +++++++++++++++---- .../views/snippets.xml | 3 ++- 3 files changed, 21 insertions(+), 6 deletions(-) rename website_event_snippet_image/{license.txt => LICENSE} (100%) mode change 100644 => 100755 mode change 100644 => 100755 website_event_snippet_image/README.rst mode change 100644 => 100755 website_event_snippet_image/views/snippets.xml diff --git a/website_event_snippet_image/license.txt b/website_event_snippet_image/LICENSE old mode 100644 new mode 100755 similarity index 100% rename from website_event_snippet_image/license.txt rename to website_event_snippet_image/LICENSE diff --git a/website_event_snippet_image/README.rst b/website_event_snippet_image/README.rst old mode 100644 new mode 100755 index 07f4017f..4ab11eef --- a/website_event_snippet_image/README.rst +++ b/website_event_snippet_image/README.rst @@ -17,7 +17,7 @@ To install this module, you need to: Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here `_. @@ -34,11 +34,25 @@ Maintainer ---------- .. image:: https://www.elico-corp.com/logo.png -:alt: Elico Corp -:target: https://www.elico-corp.com + :alt: Elico Corp + :target: https://www.elico-corp.com This module is maintained by Elico Corporation. -Elico Corporation offers consulting services to implement open source management software in SMEs, with a strong involvement in quality of service. +Elico Corp is an innovative actor in China, Hong-Kong and Singapore servicing +well known international companies and as well as local mid-sized businesses. +Since 2010, our seasoned Sino-European consultants have been providing full +range Odoo services: -Our headquarters are located in Shanghai with branches in Hong Kong, ShenZhen and Singapore servicing customers from Greater China, Asia Pacific, Europe, Americas, etc... \ No newline at end of file +* Business consultancy for Gap analysis, BPM, operational work-flows review. +* Ready-to-use ERP packages aimed at starting businesses. +* Odoo implementation for manufacturing, international trading, service industry + and e-commerce. +* Connectors and integration with 3rd party software (Magento, Taobao, Coswin, + Joomla, Prestashop, Tradevine etc...). +* Odoo Support services such as developments, training, maintenance and hosting. + +Our headquarters are located in Shanghai with branch in Singapore servicing +customers from all over Asia Pacific. + +Contact information: `Sales `__ diff --git a/website_event_snippet_image/views/snippets.xml b/website_event_snippet_image/views/snippets.xml old mode 100644 new mode 100755 index dccbdd2a..257c8352 --- a/website_event_snippet_image/views/snippets.xml +++ b/website_event_snippet_image/views/snippets.xml @@ -7,4 +7,5 @@ - \ No newline at end of file + + From f4a34eea12f4bc9612ee78179ffb8039d261f228 Mon Sep 17 00:00:00 2001 From: Ruter Lv Date: Tue, 9 Apr 2019 09:25:12 +0800 Subject: [PATCH 4/6] [MIG] Migrate website_event_snippet_image from 8.0 to 12.0 --- website_event_snippet_image/__init__.py | 3 --- .../{__openerp__.py => __manifest__.py} | 9 ++++----- website_event_snippet_image/views/snippets.xml | 17 +++++++---------- 3 files changed, 11 insertions(+), 18 deletions(-) rename website_event_snippet_image/{__openerp__.py => __manifest__.py} (62%) diff --git a/website_event_snippet_image/__init__.py b/website_event_snippet_image/__init__.py index 88a71b5c..e69de29b 100644 --- a/website_event_snippet_image/__init__.py +++ b/website_event_snippet_image/__init__.py @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -# © 2015 Elico corp (www.elico-corp.com) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/website_event_snippet_image/__openerp__.py b/website_event_snippet_image/__manifest__.py similarity index 62% rename from website_event_snippet_image/__openerp__.py rename to website_event_snippet_image/__manifest__.py index 96031979..b121bcec 100644 --- a/website_event_snippet_image/__openerp__.py +++ b/website_event_snippet_image/__manifest__.py @@ -1,15 +1,14 @@ -# -*- coding: utf-8 -*- -# © 2015 Elico corp (www.elico-corp.com) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# © 2015-2019 Elico corp (www.elico-corp.com) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { 'name': 'Website Event Snippet Image', - 'version': '8.0.1.0.1', + 'version': '12.0.1.0.0', 'category': 'website', 'depends': [ 'website_event', ], 'author': 'Elico Corp', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'website': 'https://www.elico-corp.com', 'data': [ 'views/snippets.xml', diff --git a/website_event_snippet_image/views/snippets.xml b/website_event_snippet_image/views/snippets.xml index 257c8352..c1e7ae76 100755 --- a/website_event_snippet_image/views/snippets.xml +++ b/website_event_snippet_image/views/snippets.xml @@ -1,11 +1,8 @@ - - - - - - + + + From 68ca99d1a9f61a0e569d864fa0f2797d7c0352d3 Mon Sep 17 00:00:00 2001 From: Ruter Lyu Date: Sun, 28 Apr 2019 11:27:15 +0800 Subject: [PATCH 5/6] Code improve --- website_event_snippet_image/LICENSE | 165 ------------------ website_event_snippet_image/README.rst | 12 +- website_event_snippet_image/__manifest__.py | 1 + .../views/snippets.xml | 4 +- 4 files changed, 6 insertions(+), 176 deletions(-) delete mode 100755 website_event_snippet_image/LICENSE diff --git a/website_event_snippet_image/LICENSE b/website_event_snippet_image/LICENSE deleted file mode 100755 index 02bbb60b..00000000 --- a/website_event_snippet_image/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - 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. \ No newline at end of file diff --git a/website_event_snippet_image/README.rst b/website_event_snippet_image/README.rst index 4ab11eef..ac751bf9 100755 --- a/website_event_snippet_image/README.rst +++ b/website_event_snippet_image/README.rst @@ -1,4 +1,4 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 @@ -7,20 +7,11 @@ Website Event Snippet Image =========================== -Installation -============ - -To install this module, you need to: - - * have basic modules installed (website_event) - Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. Credits ======= @@ -29,6 +20,7 @@ Contributors ------------ * Augustin Cisterne-Kaas +* Ruter Lyu Maintainer ---------- diff --git a/website_event_snippet_image/__manifest__.py b/website_event_snippet_image/__manifest__.py index b121bcec..baf18d35 100644 --- a/website_event_snippet_image/__manifest__.py +++ b/website_event_snippet_image/__manifest__.py @@ -8,6 +8,7 @@ 'website_event', ], 'author': 'Elico Corp', + 'support': 'Elico Corp' 'license': 'LGPL-3', 'website': 'https://www.elico-corp.com', 'data': [ diff --git a/website_event_snippet_image/views/snippets.xml b/website_event_snippet_image/views/snippets.xml index c1e7ae76..d8cdbb63 100755 --- a/website_event_snippet_image/views/snippets.xml +++ b/website_event_snippet_image/views/snippets.xml @@ -1,6 +1,8 @@ -