Skip to content

Commit d946bf1

Browse files
committed
[BOT] post-merge updates
1 parent b68f739 commit d946bf1

4 files changed

Lines changed: 38 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727
[extendable](extendable/) | 18.0.1.0.2 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Extendable classes registry loader for Odoo
2828
[fastapi](fastapi/) | 18.0.1.2.0 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Odoo FastAPI endpoint
2929
[pydantic](pydantic/) | 18.0.1.0.1 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Utility addon to ease mapping between Pydantic and Odoo models
30+
[rest_log](rest_log/) | 18.0.1.0.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Track REST API calls into DB
3031

3132
[//]: # (end addons)
3233

rest_log/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
========
26
REST Log
37
========
@@ -7,13 +11,13 @@ REST Log
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f93e58dbd77af1254adb0cd7ace54af0b0609569883ed4a22028f11f0b663139
14+
!! source digest: sha256:b9df1f2aac3663e20a25d12e95ed19357775317522e8043b23cd851bd5f91197
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github

rest_log/static/description/index.html

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>REST Log</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="rest-log">
363-
<h1 class="title">REST Log</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="rest-log">
370+
<h1>REST Log</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:f93e58dbd77af1254adb0cd7ace54af0b0609569883ed4a22028f11f0b663139
375+
!! source digest: sha256:b9df1f2aac3663e20a25d12e95ed19357775317522e8043b23cd851bd5f91197
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/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/rest-framework/tree/18.0/rest_log"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-rest_log"><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/rest-framework&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/rest-framework/tree/18.0/rest_log"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-rest_log"><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/rest-framework&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>When exposing REST services is often useful to see what’s happening
373379
especially in case of errors.</p>
374380
<p>This module add DB logging for REST requests. It also inject in the
@@ -399,9 +405,9 @@ <h1 class="title">REST Log</h1>
399405
</ul>
400406
</div>
401407
<div class="section" id="configuration">
402-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
408+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
403409
<div class="section" id="logs-retention">
404-
<h2><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h2>
410+
<h3><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h3>
405411
<p>Logs are kept in database for every REST requests made by a client
406412
application. They can be used for debugging and monitoring of the
407413
activity.</p>
@@ -415,7 +421,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h2>
415421
error.</p>
416422
</div>
417423
<div class="section" id="logs-activation">
418-
<h2><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h2>
424+
<h3><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h3>
419425
<p>You have 2 ways to activate logging:</p>
420426
<ul class="simple">
421427
<li>on the service component set _log_calls_in_db = True</li>
@@ -432,38 +438,38 @@ <h2><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h2>
432438
</div>
433439
</div>
434440
<div class="section" id="changelog">
435-
<h1><a class="toc-backref" href="#toc-entry-4">Changelog</a></h1>
441+
<h2><a class="toc-backref" href="#toc-entry-4">Changelog</a></h2>
436442
<div class="section" id="section-1">
437-
<h2><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0</a></h2>
443+
<h3><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0</a></h3>
438444
<p>First official version.</p>
439445
</div>
440446
</div>
441447
<div class="section" id="bug-tracker">
442-
<h1><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h1>
448+
<h2><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h2>
443449
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>.
444450
In case of trouble, please check there if your issue has already been reported.
445451
If you spotted it first, help us to smash it by providing a detailed and welcomed
446452
<a class="reference external" href="https://github.com/OCA/rest-framework/issues/new?body=module:%20rest_log%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
447453
<p>Do not contact contributors directly about support or help with technical issues.</p>
448454
</div>
449455
<div class="section" id="credits">
450-
<h1><a class="toc-backref" href="#toc-entry-7">Credits</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-7">Credits</a></h2>
451457
<div class="section" id="authors">
452-
<h2><a class="toc-backref" href="#toc-entry-8">Authors</a></h2>
458+
<h3><a class="toc-backref" href="#toc-entry-8">Authors</a></h3>
453459
<ul class="simple">
454460
<li>Camptocamp</li>
455461
<li>ACSONE</li>
456462
</ul>
457463
</div>
458464
<div class="section" id="contributors">
459-
<h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
465+
<h3><a class="toc-backref" href="#toc-entry-9">Contributors</a></h3>
460466
<ul class="simple">
461467
<li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li>
462468
<li>Simone Orsi &lt;<a class="reference external" href="mailto:simahawk&#64;gmail.com">simahawk&#64;gmail.com</a>&gt;</li>
463469
</ul>
464470
</div>
465471
<div class="section" id="other-credits">
466-
<h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
472+
<h3><a class="toc-backref" href="#toc-entry-10">Other credits</a></h3>
467473
<p><strong>Financial support</strong></p>
468474
<ul class="simple">
469475
<li>Cosanum</li>
@@ -472,9 +478,11 @@ <h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
472478
</ul>
473479
</div>
474480
<div class="section" id="maintainers">
475-
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
481+
<h3><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h3>
476482
<p>This module is maintained by the OCA.</p>
477-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
483+
<a class="reference external image-reference" href="https://odoo-community.org">
484+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
485+
</a>
478486
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
479487
mission is to support the collaborative development of Odoo features and
480488
promote its widespread use.</p>
@@ -485,5 +493,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
485493
</div>
486494
</div>
487495
</div>
496+
</div>
488497
</body>
489498
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "odoo-addons-oca-rest-framework"
3-
version = "18.0.20250604.0"
3+
version = "18.0.20250605.0"
44
dependencies = [
55
"odoo-addon-base_rest==18.0.*",
66
"odoo-addon-base_rest_auth_api_key==18.0.*",
77
"odoo-addon-base_rest_pydantic==18.0.*",
88
"odoo-addon-extendable==18.0.*",
99
"odoo-addon-fastapi==18.0.*",
1010
"odoo-addon-pydantic==18.0.*",
11+
"odoo-addon-rest_log==18.0.*",
1112
]
1213
classifiers=[
1314
"Programming Language :: Python",

0 commit comments

Comments
 (0)