diff --git a/README.md b/README.md index 9f522f24a2..2f9a38018a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ addon | version | maintainers | summary [base_warn_option](base_warn_option/) | 15.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Add Options to Warn Messages [chained_swapper](chained_swapper/) | 15.0.1.0.4 | | Chained Swapper [date_range](date_range/) | 15.0.1.1.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage all kind of date range -[default_multi_user](default_multi_user/) | 15.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to share user-defined defaults among several users. +[default_multi_user](default_multi_user/) | 15.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to share user-defined defaults among several users. [document_quick_access](document_quick_access/) | 15.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Document quick access [document_quick_access_folder_auto_classification](document_quick_access_folder_auto_classification/) | 15.0.1.1.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Auto classification of Documents after reading a QR [filter_multi_user](filter_multi_user/) | 15.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to share user-defined filters filters among several users. diff --git a/default_multi_user/README.rst b/default_multi_user/README.rst index 3729463733..e1b70f1bdf 100644 --- a/default_multi_user/README.rst +++ b/default_multi_user/README.rst @@ -7,7 +7,7 @@ Default Multi User !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:099007e322d391e66c7501059dfa2fc51827ab8c8f05fe86d0c0b2c42f32e207 + !! source digest: sha256:74496e9c71a8d6b3bccae53852aded6c0ae7a91cef779064d97fbc944e04dd9d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/default_multi_user/__manifest__.py b/default_multi_user/__manifest__.py index a82f2aa15e..8890a6d122 100644 --- a/default_multi_user/__manifest__.py +++ b/default_multi_user/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Default Multi User", "summary": "Allows to share user-defined defaults among several users.", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "development_status": "Beta", "maintainers": ["LoisRForgeFlow"], "category": "Tools", diff --git a/default_multi_user/static/description/index.html b/default_multi_user/static/description/index.html index 45d3561373..190e66ea11 100644 --- a/default_multi_user/static/description/index.html +++ b/default_multi_user/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Default Multi User

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:099007e322d391e66c7501059dfa2fc51827ab8c8f05fe86d0c0b2c42f32e207 +!! source digest: sha256:74496e9c71a8d6b3bccae53852aded6c0ae7a91cef779064d97fbc944e04dd9d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allows to share user-defined defaults among several users.