diff --git a/README.md b/README.md index 857dfab82..96d8458bd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ addon | version | maintainers | summary [maintenance_purchase](maintenance_purchase/) | 16.0.1.0.0 | | Create Equipments with purchases [maintenance_request_purchase](maintenance_request_purchase/) | 16.0.1.0.0 | | Allows you to link PO with maintenance requests [maintenance_request_repair](maintenance_request_repair/) | 16.0.1.0.0 | | This is a bridge module between Maintenance and Repair -[maintenance_request_sequence](maintenance_request_sequence/) | 16.0.1.0.0 | | Adds sequence to maintenance requests +[maintenance_request_sequence](maintenance_request_sequence/) | 16.0.1.0.1 | | Adds sequence to maintenance requests [maintenance_request_stage_transition](maintenance_request_stage_transition/) | 16.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Manage transition visibility and management between stages [maintenance_security](maintenance_security/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Security [maintenance_team_hierarchy](maintenance_team_hierarchy/) | 16.0.1.0.0 | | Create hierarchies on teams diff --git a/maintenance_request_sequence/README.rst b/maintenance_request_sequence/README.rst index 2468fd6d4..78076acc8 100644 --- a/maintenance_request_sequence/README.rst +++ b/maintenance_request_sequence/README.rst @@ -7,7 +7,7 @@ Maintenance Request Sequence !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c85b99c7d6aef07bb5092fd32c1bfc30231c6c3165339f05cf239aa61662da75 + !! source digest: sha256:fe77ed50f2e996c9bd2afb1198d64bca28b1fcd77e508567241d8a709962ff37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/maintenance_request_sequence/__manifest__.py b/maintenance_request_sequence/__manifest__.py index 6a0d6bf86..ae89098ad 100644 --- a/maintenance_request_sequence/__manifest__.py +++ b/maintenance_request_sequence/__manifest__.py @@ -5,7 +5,7 @@ "name": "Maintenance Request Sequence", "summary": """ Adds sequence to maintenance requests""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/maintenance", diff --git a/maintenance_request_sequence/static/description/index.html b/maintenance_request_sequence/static/description/index.html index 7b08ef456..cef57f62d 100644 --- a/maintenance_request_sequence/static/description/index.html +++ b/maintenance_request_sequence/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Maintenance Request Sequence

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

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

Adds a sequence field to maintenance teams. Maintenance requests will follow @@ -410,7 +410,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.