mirror of https://github.com/OCA/web.git
readme
parent
288c3b7be1
commit
1927d8b9ba
|
@ -50,6 +50,11 @@ Credits
|
|||
Authors
|
||||
~~~~~~~
|
||||
|
||||
* Compassion Switzerland
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Samuel Fringeli
|
||||
|
||||
Maintainers
|
||||
|
|
|
@ -1,36 +1,10 @@
|
|||
##############################################################################
|
||||
#
|
||||
# ______ Releasing children from poverty _
|
||||
# / ____/___ ____ ___ ____ ____ ___________(_)___ ____
|
||||
# / / / __ \/ __ `__ \/ __ \/ __ `/ ___/ ___/ / __ \/ __ \
|
||||
# / /___/ /_/ / / / / / / /_/ / /_/ (__ |__ ) / /_/ / / / /
|
||||
# \____/\____/_/ /_/ /_/ .___/\__,_/____/____/_/\____/_/ /_/
|
||||
# /_/
|
||||
# in Jesus' name
|
||||
#
|
||||
# Copyright (C) 2019 Compassion CH (http://www.compassion.ch)
|
||||
# @author: Samuel Fringeli <samuel.fringeli@me.com>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
# pylint: disable=C8101
|
||||
|
||||
{
|
||||
'name': 'Web Refresher',
|
||||
'version': '11.0.1.0.0',
|
||||
'author': 'Samuel Fringeli',
|
||||
'author': 'Compassion Switzerland, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'data': [
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* Samuel Fringeli
|
|
@ -375,7 +375,8 @@ ul.auto-toc {
|
|||
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -393,11 +394,17 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Compassion Switzerland</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Samuel Fringeli</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id4">Maintainers</a></h2>
|
||||
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
|
|
Loading…
Reference in New Issue