Skip to content

Commit 9c1ed91

Browse files
[IMP] tracking_manager: remove odoo_test_helper dependency
The python package is not needed nor used in this module, so removing to avoid this extra package. Take into account that in previous and posterior versions this dependency is not included. This was added in the migration pr b33e39f#diff-3f82dbb3b9c93a5079031adb7b3a83107977a8b988b25af0228ad565050e1e00R21. Removing also base as a dependency (inlcuded in mail).
1 parent 439ae7a commit 9c1ed91

File tree

3 files changed

+16
-35
lines changed

3 files changed

+16
-35
lines changed

tracking_manager/README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
================
62
Tracking Manager
73
================
@@ -17,7 +13,7 @@ Tracking Manager
1713
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1814
:target: https://odoo-community.org/page/development-status
1915
:alt: Beta
20-
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
2117
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2218
:alt: License: AGPL-3
2319
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github

tracking_manager/__manifest__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
"license": "AGPL-3",
1515
"application": False,
1616
"installable": True,
17-
"depends": [
18-
"base",
19-
"mail",
20-
],
21-
"external_dependencies": {
22-
"python": ["odoo_test_helper"],
23-
},
17+
"depends": ["mail"],
2418
"data": [
2519
"views/ir_model_fields.xml",
2620
"views/ir_model.xml",

tracking_manager/static/description/index.html

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
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>README.rst</title>
6+
<title>Tracking Manager</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
11+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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.
1615
1716
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1817
customize this style sheet.
@@ -275,7 +274,7 @@
275274
margin-left: 2em ;
276275
margin-right: 2em }
277276

278-
pre.code .ln { color: gray; } /* line numbers */
277+
pre.code .ln { color: grey; } /* line numbers */
279278
pre.code, code { background-color: #eeeeee }
280279
pre.code .comment, code .comment { color: #5C6576 }
281280
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +300,7 @@
301300
span.pre {
302301
white-space: pre }
303302

304-
span.problematic, pre.problematic {
303+
span.problematic {
305304
color: red }
306305

307306
span.section-subtitle {
@@ -360,21 +359,16 @@
360359
</style>
361360
</head>
362361
<body>
363-
<div class="document">
362+
<div class="document" id="tracking-manager">
363+
<h1 class="title">Tracking Manager</h1>
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="tracking-manager">
370-
<h1>Tracking Manager</h1>
371365
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372366
!! This file is generated by oca-gen-addon-readme !!
373367
!! changes will be overwritten. !!
374368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375369
!! source digest: sha256:d6727ef8c6ae948431606c4448be2912fe6b1b9d2b48fcce7f089b004eaedd6c
376370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/tracking_manager"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-tracking_manager"><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-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/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-tools/tree/16.0/tracking_manager"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-tracking_manager"><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-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378372
<p>This module allows to track all fields on every model that has a chatter, including one2many and many2many ones. This excludes the computed, readonly, related fields by default.
379373
In addition, line changes of a one2many field can be tracked (e.g. product_uom_qty of an order_line in a sale order).</p>
380374
<p><strong>Table of contents</strong></p>
@@ -391,7 +385,7 @@ <h1>Tracking Manager</h1>
391385
</ul>
392386
</div>
393387
<div class="section" id="usage">
394-
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
388+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395389
<ul class="simple">
396390
<li>In setting &gt; models: select a model</li>
397391
<li>Check “Active” under Custom Tracking.</li>
@@ -409,34 +403,32 @@ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
409403
<img alt="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/fields.png" src="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/fields.png" />
410404
</div>
411405
<div class="section" id="bug-tracker">
412-
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
406+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
413407
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
414408
In case of trouble, please check there if your issue has already been reported.
415409
If you spotted it first, help us to smash it by providing a detailed and welcomed
416410
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20tracking_manager%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
417411
<p>Do not contact contributors directly about support or help with technical issues.</p>
418412
</div>
419413
<div class="section" id="credits">
420-
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
414+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
421415
<div class="section" id="authors">
422-
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
416+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
423417
<ul class="simple">
424418
<li>Akretion</li>
425419
</ul>
426420
</div>
427421
<div class="section" id="contributors">
428-
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
422+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
429423
<ul class="simple">
430424
<li>Kévin Roche &lt;<a class="reference external" href="mailto:kevin.roche&#64;akretion.com">kevin.roche&#64;akretion.com</a>&gt;</li>
431425
<li>Sébastien BEAU &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li>
432426
</ul>
433427
</div>
434428
<div class="section" id="maintainers">
435-
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
429+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
436430
<p>This module is maintained by the OCA.</p>
437-
<a class="reference external image-reference" href="https://odoo-community.org">
438-
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
439-
</a>
431+
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
440432
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
441433
mission is to support the collaborative development of Odoo features and
442434
promote its widespread use.</p>
@@ -447,6 +439,5 @@ <h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
447439
</div>
448440
</div>
449441
</div>
450-
</div>
451442
</body>
452443
</html>

0 commit comments

Comments
 (0)