forked from Techsystech/web
readme
parent
44b1407fbe
commit
f15ad32417
|
@ -27,7 +27,7 @@ Web Refresher
|
|||
|
||||
Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.
|
||||
|
||||
.. |refresh| image:: https://raw.githubusercontent.com/OCA/web/11.0/web_refresher/images/refresh.png
|
||||
.. |refresh| image:: ./images/refresh.png
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -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,14 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Samuel Fringeli
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
|
@ -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