diff --git a/README.md b/README.md index 8c1a81c1f..0a7377a67 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ addon | version | maintainers | summary [sentry](sentry/) | 17.0.1.0.0 | [![barsi](https://github.com/barsi.png?size=30px)](https://github.com/barsi) [![naglis](https://github.com/naglis.png?size=30px)](https://github.com/naglis) [![versada](https://github.com/versada.png?size=30px)](https://github.com/versada) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![fernandahf](https://github.com/fernandahf.png?size=30px)](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 [session_db](session_db/) | 17.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Store sessions in DB -[tracking_manager](tracking_manager/) | 17.0.1.0.7 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](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 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](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 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances diff --git a/tracking_manager/README.rst b/tracking_manager/README.rst index 5dc62ded3..47a3cb43c 100644 --- a/tracking_manager/README.rst +++ b/tracking_manager/README.rst @@ -7,7 +7,7 @@ Tracking Manager !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cea9e094d74e84905e8ab1a9e2bb31a558b71cf8cca9a897e11eedcd191c2f19 + !! source digest: sha256:b0730db6a25a61791c804b38d6ae18e8f6934cafe024c1121aa23e9967e0b532 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -42,24 +42,24 @@ order_line in a sale order). Usage ===== -- In setting > models: select a model -- Check "Active" under Custom Tracking. -- You have two options - 1) manually configure tracked fields one by - one, or 2) determine tracked fields based on a specific domain. -- For 1) manually configure tracked fields one by one +- In setting > models: select a model +- Check "Active" under Custom Tracking. +- You have two options - 1) manually configure tracked fields one by + one, or 2) determine tracked fields based on a specific domain. +- For 1) manually configure tracked fields one by one - - Click on Tracked Fields smart button, and select/unselect Custom - Tracking. + - Click on Tracked Fields smart button, and select/unselect Custom + 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 - accordingly. - - Click "Update" for the domain to take effect. + - Select "Automatic configuration", and then set the domain + accordingly. + - Click "Update" for the domain to take effect. |image| -- Then select the fields to track +- Then select the fields to track |image1| @@ -87,8 +87,8 @@ Authors Contributors ------------ -- Kévin Roche -- Sébastien BEAU +- Kévin Roche +- Sébastien BEAU Maintainers ----------- diff --git a/tracking_manager/__manifest__.py b/tracking_manager/__manifest__.py index 837d0126f..3ed41831c 100644 --- a/tracking_manager/__manifest__.py +++ b/tracking_manager/__manifest__.py @@ -6,7 +6,7 @@ "name": "Tracking Manager", "summary": """This module tracks all fields of a model, including one2many and many2many ones.""", - "version": "17.0.1.0.7", + "version": "17.0.1.0.8", "category": "Tools", "website": "https://github.com/OCA/server-tools", "author": "Akretion, Odoo Community Association (OCA)", diff --git a/tracking_manager/static/description/index.html b/tracking_manager/static/description/index.html index 2d8294e56..a74a569a5 100644 --- a/tracking_manager/static/description/index.html +++ b/tracking_manager/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cea9e094d74e84905e8ab1a9e2bb31a558b71cf8cca9a897e11eedcd191c2f19 +!! source digest: sha256:b0730db6a25a61791c804b38d6ae18e8f6934cafe024c1121aa23e9967e0b532 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module allows to track all fields on every model that has a