diff --git a/README.md b/README.md index f00d163f4..3acdb18ab 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [base_phone](base_phone/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Validate phone numbers [hr_phone](hr_phone/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Validate phone numbers in HR [hr_recruitment_phone](hr_recruitment_phone/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Validate phone numbers in HR Recruitment +[sms_no_automatic_delete](sms_no_automatic_delete/) | 16.0.1.0.0 | | Avoid automatic delete of sended sms [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4e41ed17b..804542201 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240617.1 \ No newline at end of file +16.0.20241227.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0b888dea6..30596210e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ 'odoo-addon-base_phone>=16.0dev,<16.1dev', 'odoo-addon-hr_phone>=16.0dev,<16.1dev', 'odoo-addon-hr_recruitment_phone>=16.0dev,<16.1dev', + 'odoo-addon-sms_no_automatic_delete>=16.0dev,<16.1dev', ], classifiers=[ 'Programming Language :: Python', diff --git a/sms_no_automatic_delete/README.rst b/sms_no_automatic_delete/README.rst index 28f24823b..c2966f709 100644 --- a/sms_no_automatic_delete/README.rst +++ b/sms_no_automatic_delete/README.rst @@ -7,7 +7,7 @@ No automatic deletion of SMS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0a5f4deed06afe5abaef59e4918f990556f36249dba50f5ad45ed26016ca8106 + !! source digest: sha256:4311ab87b1359a3d38c0e413a0135f255176e0e5824504bfad8f39e408c0903a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sms_no_automatic_delete/static/description/index.html b/sms_no_automatic_delete/static/description/index.html index e3066257f..e162db106 100644 --- a/sms_no_automatic_delete/static/description/index.html +++ b/sms_no_automatic_delete/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

No automatic deletion of SMS

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0a5f4deed06afe5abaef59e4918f990556f36249dba50f5ad45ed26016ca8106 +!! source digest: sha256:4311ab87b1359a3d38c0e413a0135f255176e0e5824504bfad8f39e408c0903a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/connector-telephony Translate me on Weblate Try me on Runboat

This module allows to save sent sms and to delete them after a delay (in days). @@ -415,7 +416,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.