diff --git a/README.md b/README.md index 27d2cbc8928..51791a94796 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ addon | version | maintainers | summary [sql_export_mail](sql_export_mail/) | 14.0.1.0.0 | | Send csv file generated by sql query by mail. [sql_request_abstract](sql_request_abstract/) | 14.0.1.3.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests [test_base_time_window](test_base_time_window/) | 14.0.1.0.1 | | Test Base model to handle time windows -[tracking_manager](tracking_manager/) | 14.0.1.1.0 | [![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/) | 14.0.1.2.0 | [![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/) | 14.0.3.0.0 | | Performs a difference analysis between modules installed on two different Odoo instances [url_attachment_search_fuzzy](url_attachment_search_fuzzy/) | 14.0.1.0.1 | [![mariadforgelow](https://github.com/mariadforgelow.png?size=30px)](https://github.com/mariadforgelow) | Fuzzy Search of URL in Attachments diff --git a/tracking_manager/README.rst b/tracking_manager/README.rst index aea0ee5ab74..ee8edfe9580 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:a743ee0c4ecde774f7da96ac3207eec330ad451f1cbc48ed309b3d2bbe745b81 + !! source digest: sha256:998f99ea506d63d49fb8455d59faf92004ab2fb1032e53171cdcc6515e8a7676 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/tracking_manager/__manifest__.py b/tracking_manager/__manifest__.py index 19ba0995dba..8c884224be8 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": "14.0.1.1.1", + "version": "14.0.1.2.0", "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 fca2788b041..50f4c013daf 100644 --- a/tracking_manager/static/description/index.html +++ b/tracking_manager/static/description/index.html @@ -366,7 +366,7 @@

Tracking Manager

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a743ee0c4ecde774f7da96ac3207eec330ad451f1cbc48ed309b3d2bbe745b81 +!! source digest: sha256:998f99ea506d63d49fb8455d59faf92004ab2fb1032e53171cdcc6515e8a7676 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 chatter, including one2many and many2many ones. This excludes the computed, readonly, related fields by default.