diff --git a/README.md b/README.md index 6ee42bb65..619c782e9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_maintenance](base_maintenance/) | 16.0.1.0.1 | | Base Maintenance +[base_maintenance_config](base_maintenance_config/) | 16.0.1.0.0 | | Provides general settings for the Maintenance App [base_maintenance_group](base_maintenance_group/) | 16.0.1.0.0 | | Provides base access groups for the Maintenance App [maintenance_account](maintenance_account/) | 16.0.1.1.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Account [maintenance_equipment_contract](maintenance_equipment_contract/) | 16.0.1.0.0 | | Manage equipment contracts diff --git a/base_maintenance_config/README.rst b/base_maintenance_config/README.rst index 2a9adb03d..44cdc4ebd 100644 --- a/base_maintenance_config/README.rst +++ b/base_maintenance_config/README.rst @@ -7,7 +7,7 @@ Maintenance Settings !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9ddfb4700934e34289835e25fedce92e2e2e588ed71f93a2818a40a371ca4268 + !! source digest: sha256:658988c6ba9c1d353e20060bf2364a835066b73c622f089c3c655d7d9b39907e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_maintenance_config/static/description/index.html b/base_maintenance_config/static/description/index.html index 014d2f0e9..0d8bd5f36 100644 --- a/base_maintenance_config/static/description/index.html +++ b/base_maintenance_config/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 @@

Maintenance Settings

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9ddfb4700934e34289835e25fedce92e2e2e588ed71f93a2818a40a371ca4268 +!! source digest: sha256:658988c6ba9c1d353e20060bf2364a835066b73c622f089c3c655d7d9b39907e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides an empty general settings section for the maintenance @@ -459,7 +460,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.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 03d50e027..bbe1f6098 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240502.0 \ No newline at end of file +16.0.20241007.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0819bd6ce..9934722bb 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-base_maintenance>=16.0dev,<16.1dev', + 'odoo-addon-base_maintenance_config>=16.0dev,<16.1dev', 'odoo-addon-base_maintenance_group>=16.0dev,<16.1dev', 'odoo-addon-maintenance_account>=16.0dev,<16.1dev', 'odoo-addon-maintenance_equipment_contract>=16.0dev,<16.1dev',