[BOT] post-merge updates
parent
83633f5d98
commit
7d8fd6e6eb
|
@ -44,7 +44,7 @@ addon | version | maintainers | summary
|
||||||
[sentry](sentry/) | 17.0.1.0.0 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry
|
[sentry](sentry/) | 17.0.1.0.0 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry
|
||||||
[server_action_logging](server_action_logging/) | 17.0.1.0.0 | | Module that provides a logging mechanism for server actions
|
[server_action_logging](server_action_logging/) | 17.0.1.0.0 | | Module that provides a logging mechanism for server actions
|
||||||
[session_db](session_db/) | 17.0.1.0.1 | [](https://github.com/sbidoul) | Store sessions in DB
|
[session_db](session_db/) | 17.0.1.0.1 | [](https://github.com/sbidoul) | Store sessions in DB
|
||||||
[tracking_manager](tracking_manager/) | 17.0.1.0.7 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones.
|
[tracking_manager](tracking_manager/) | 17.0.1.0.8 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones.
|
||||||
[upgrade_analysis](upgrade_analysis/) | 17.0.1.0.2 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
|
[upgrade_analysis](upgrade_analysis/) | 17.0.1.0.2 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Tracking Manager
|
||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! changes will be overwritten. !!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!! source digest: sha256:cea9e094d74e84905e8ab1a9e2bb31a558b71cf8cca9a897e11eedcd191c2f19
|
!! source digest: sha256:b0730db6a25a61791c804b38d6ae18e8f6934cafe024c1121aa23e9967e0b532
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||||
|
@ -42,24 +42,24 @@ order_line in a sale order).
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
- In setting > models: select a model
|
- In setting > models: select a model
|
||||||
- Check "Active" under Custom Tracking.
|
- Check "Active" under Custom Tracking.
|
||||||
- You have two options - 1) manually configure tracked fields one by
|
- You have two options - 1) manually configure tracked fields one by
|
||||||
one, or 2) determine tracked fields based on a specific domain.
|
one, or 2) determine tracked fields based on a specific domain.
|
||||||
- For 1) manually configure tracked fields one by one
|
- For 1) manually configure tracked fields one by one
|
||||||
|
|
||||||
- Click on Tracked Fields smart button, and select/unselect Custom
|
- Click on Tracked Fields smart button, and select/unselect Custom
|
||||||
Tracking.
|
Tracking.
|
||||||
|
|
||||||
- For 2) determine tracked fields based on a specific domain
|
- For 2) determine tracked fields based on a specific domain
|
||||||
|
|
||||||
- Select "Automatic configuration", and then set the domain
|
- Select "Automatic configuration", and then set the domain
|
||||||
accordingly.
|
accordingly.
|
||||||
- Click "Update" for the domain to take effect.
|
- Click "Update" for the domain to take effect.
|
||||||
|
|
||||||
|image|
|
|image|
|
||||||
|
|
||||||
- Then select the fields to track
|
- Then select the fields to track
|
||||||
|
|
||||||
|image1|
|
|image1|
|
||||||
|
|
||||||
|
@ -87,8 +87,8 @@ Authors
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Kévin Roche <kevin.roche@akretion.com>
|
- Kévin Roche <kevin.roche@akretion.com>
|
||||||
- Sébastien BEAU <sebastien.beau@akretion.com>
|
- Sébastien BEAU <sebastien.beau@akretion.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"name": "Tracking Manager",
|
"name": "Tracking Manager",
|
||||||
"summary": """This module tracks all fields of a model,
|
"summary": """This module tracks all fields of a model,
|
||||||
including one2many and many2many ones.""",
|
including one2many and many2many ones.""",
|
||||||
"version": "17.0.1.0.7",
|
"version": "17.0.1.0.8",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "Akretion, Odoo Community Association (OCA)",
|
"author": "Akretion, Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! changes will be overwritten. !!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!! source digest: sha256:cea9e094d74e84905e8ab1a9e2bb31a558b71cf8cca9a897e11eedcd191c2f19
|
!! source digest: sha256:b0730db6a25a61791c804b38d6ae18e8f6934cafe024c1121aa23e9967e0b532
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||||
<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/17.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-17-0/server-tools-17-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&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
<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/17.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-17-0/server-tools-17-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&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 allows to track all fields on every model that has a
|
<p>This module allows to track all fields on every model that has a
|
||||||
|
|
Loading…
Reference in New Issue