From 34b9a0c46f055aa849e641766a25e39dc6e4809f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 10 Jan 2025 07:45:19 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + maintenance_equipment_usage/README.rst | 10 +++++----- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 679bcb936..43d227788 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [maintenance_equipment_hierarchy](maintenance_equipment_hierarchy/) | 17.0.1.0.0 | [![dalonsod](https://github.com/dalonsod.png?size=30px)](https://github.com/dalonsod) | Manage equipment hierarchy [maintenance_equipment_sequence](maintenance_equipment_sequence/) | 17.0.1.0.1 | [![AdriaGForgeFlow](https://github.com/AdriaGForgeFlow.png?size=30px)](https://github.com/AdriaGForgeFlow) | Adds sequence to maintenance equipment defined in the equipment's category [maintenance_equipment_status](maintenance_equipment_status/) | 17.0.1.0.0 | | Maintenance Equipment Status +[maintenance_equipment_usage](maintenance_equipment_usage/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Equipment Usage [maintenance_plan](maintenance_plan/) | 17.0.1.0.0 | | Extends preventive maintenance planning [maintenance_product](maintenance_product/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Product [maintenance_project](maintenance_project/) | 17.0.2.0.0 | | Adds projects to maintenance equipments and requests diff --git a/maintenance_equipment_usage/README.rst b/maintenance_equipment_usage/README.rst index 5b127a4b4..533d5d027 100644 --- a/maintenance_equipment_usage/README.rst +++ b/maintenance_equipment_usage/README.rst @@ -7,7 +7,7 @@ Maintenance Equipment Usage !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d53788ade2957febd9e19be9b1d26ece20167e5aaeaab1d3946180ff53896b23 + !! source digest: sha256:c95280ae74e1dc10ee10bfcacc2db5af19ab4fc9f535a65d8958a08a347b1a6f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -58,11 +58,11 @@ Authors Contributors ------------ -- César Fernández Domínguez -- `Tecnativa `__: +- César Fernández Domínguez +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza + - Víctor Martínez + - Pedro M. Baeza Maintainers ----------- diff --git a/maintenance_equipment_usage/static/description/index.html b/maintenance_equipment_usage/static/description/index.html index e62f24579..d702dbb3e 100644 --- a/maintenance_equipment_usage/static/description/index.html +++ b/maintenance_equipment_usage/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 Equipment Usage

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

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

This module allows to record usages of maintenante equipments by @@ -414,7 +415,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/pyproject.toml b/setup/_metapackage/pyproject.toml index 1f2fef274..e3463bd20 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-maintenance" -version = "17.0.20241230.0" +version = "17.0.20250110.0" dependencies = [ "odoo-addon-base_maintenance>=17.0dev,<17.1dev", "odoo-addon-maintenance_account>=17.0dev,<17.1dev", "odoo-addon-maintenance_equipment_hierarchy>=17.0dev,<17.1dev", "odoo-addon-maintenance_equipment_sequence>=17.0dev,<17.1dev", "odoo-addon-maintenance_equipment_status>=17.0dev,<17.1dev", + "odoo-addon-maintenance_equipment_usage>=17.0dev,<17.1dev", "odoo-addon-maintenance_plan>=17.0dev,<17.1dev", "odoo-addon-maintenance_product>=17.0dev,<17.1dev", "odoo-addon-maintenance_project>=17.0dev,<17.1dev",