Skip to content

Commit

Permalink
[IMP] user_log_view: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisho99 committed Feb 28, 2024
1 parent df87b5d commit 7d30d91
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 27 deletions.
27 changes: 15 additions & 12 deletions user_log_view/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ User's Log Viewer
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
:target: https://github.com/OCA/server-auth/tree/16.0/user_log_view
:target: https://github.com/OCA/server-auth/tree/17.0/user_log_view
:alt: OCA/server-auth
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-user_log_view
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-user_log_view
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a smart button on user's form to display authentication logs.
This module adds a smart button on user's form to display authentication
logs.

**Table of contents**

Expand All @@ -42,7 +43,8 @@ To use this module, you need to:

1) Go to Settings
2) Go to Users & Companies
3) Choose the User whose logs you need to see and go to Authentication logs
3) Choose the User whose logs you need to see and go to Authentication
logs
4) You will see a list of authentications for a specific user

Bug Tracker
Expand All @@ -51,26 +53,27 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20user_log_view%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20user_log_view%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~
-------

* IT-Projects LLC

Contributors
~~~~~~~~~~~~
------------

* Denis Mudarisov <[email protected]> (https://www.it-projects.info/)
* Chandresh Thakkar <[email protected]>
- Denis Mudarisov <[email protected]>
(https://www.it-projects.info/)
- Chandresh Thakkar <[email protected]>

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -90,6 +93,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-trojikman|

This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/16.0/user_log_view>`_ project on GitHub.
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/17.0/user_log_view>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions user_log_view/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
3 changes: 3 additions & 0 deletions user_log_view/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Denis Mudarisov \<<[email protected]>\>
(<https://www.it-projects.info/>)
- Chandresh Thakkar \<<[email protected]>\>
2 changes: 0 additions & 2 deletions user_log_view/readme/CONTRIBUTORS.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
This module adds a smart button on user's form to display authentication logs.
This module adds a smart button on user's form to display authentication
logs.
7 changes: 7 additions & 0 deletions user_log_view/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
To use this module, you need to:

1) Go to Settings
2) Go to Users & Companies
3) Choose the User whose logs you need to see and go to Authentication
logs
4) You will see a list of authentications for a specific user
6 changes: 0 additions & 6 deletions user_log_view/readme/USAGE.rst

This file was deleted.

15 changes: 9 additions & 6 deletions user_log_view/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,9 @@ <h1 class="title">User’s Log Viewer</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9866069ad2e0b8a300651f82721d0483dec30e5195c0140146c867f08db1e172
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/16.0/user_log_view"><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-16-0/server-auth-16-0-user_log_view"><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://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a smart button on user’s form to display authentication logs.</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/17.0/user_log_view"><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-17-0/server-auth-17-0-user_log_view"><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://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a smart button on user’s form to display authentication
logs.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand All @@ -390,7 +391,8 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
<ol class="arabic simple">
<li>Go to Settings</li>
<li>Go to Users &amp; Companies</li>
<li>Choose the User whose logs you need to see and go to Authentication logs</li>
<li>Choose the User whose logs you need to see and go to Authentication
logs</li>
<li>You will see a list of authentications for a specific user</li>
</ol>
</div>
Expand All @@ -399,7 +401,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20user_log_view%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20user_log_view%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -413,7 +415,8 @@ <h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Denis Mudarisov &lt;<a class="reference external" href="mailto:mudarisov&#64;it-projects.info">mudarisov&#64;it-projects.info</a>&gt; (<a class="reference external" href="https://www.it-projects.info/">https://www.it-projects.info/</a>)</li>
<li>Denis Mudarisov &lt;<a class="reference external" href="mailto:mudarisov&#64;it-projects.info">mudarisov&#64;it-projects.info</a>&gt;
(<a class="reference external" href="https://www.it-projects.info/">https://www.it-projects.info/</a>)</li>
<li>Chandresh Thakkar &lt;<a class="reference external" href="mailto:cthakkar&#64;opensourceintegrators.com">cthakkar&#64;opensourceintegrators.com</a>&gt;</li>
</ul>
</div>
Expand All @@ -426,7 +429,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/trojikman"><img alt="trojikman" src="https://github.com/trojikman.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/16.0/user_log_view">OCA/server-auth</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/17.0/user_log_view">OCA/server-auth</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit 7d30d91

Please sign in to comment.