Skip to content

Commit 1e7ebfd

Browse files
OCA-git-botamh-mw
authored andcommitted
[UPD] README.rst
1 parent fcf7700 commit 1e7ebfd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

base_user_show_email/static/description/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
6+
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
77
<title>Base User Show Email</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
12+
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
1616
17-
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17+
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -367,7 +367,7 @@ <h1 class="title">Base User Show Email</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/14.0/base_user_show_email"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-base_user_show_email"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/251/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
370+
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-auth/tree/14.0/base_user_show_email"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-base_user_show_email"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/251/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
371371
<p>In recent Odoo versions, the login field is tightly linked to the email field
372372
(the field is displayed with an “Email” label, and it will populate the email of the user if it contains an “&#64;” character).</p>
373373
<p>Yet for the users who uses a distinct login and email, this is confusing.</p>
@@ -395,39 +395,39 @@ <h1 class="title">Base User Show Email</h1>
395395
<p><strong>Table of contents</strong></p>
396396
<div class="contents local topic" id="contents">
397397
<ul class="simple">
398-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
399-
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
400-
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
401-
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
402-
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
398+
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
399+
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
400+
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
401+
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
402+
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
403403
</ul>
404404
</li>
405405
</ul>
406406
</div>
407407
<div class="section" id="bug-tracker">
408-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
408+
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
409409
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
410410
In case of trouble, please check there if your issue has already been reported.
411411
If you spotted it first, help us smashing it by providing a detailed and welcomed
412412
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20base_user_show_email%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
413413
<p>Do not contact contributors directly about support or help with technical issues.</p>
414414
</div>
415415
<div class="section" id="credits">
416-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
416+
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
417417
<div class="section" id="authors">
418-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
418+
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
419419
<ul class="simple">
420420
<li>Camptocamp</li>
421421
</ul>
422422
</div>
423423
<div class="section" id="contributors">
424-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
424+
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
425425
<ul class="simple">
426426
<li>Patrick Tombez &lt;<a class="reference external" href="mailto:patrick.tombez&#64;camptocamp.com">patrick.tombez&#64;camptocamp.com</a>&gt;</li>
427427
</ul>
428428
</div>
429429
<div class="section" id="maintainers">
430-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
430+
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
431431
<p>This module is maintained by the OCA.</p>
432432
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
433433
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

0 commit comments

Comments
 (0)