Maintainers
This module is maintained by the OCA.
- + + +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/README.md b/README.md index 79dc6a6402..dc19592afb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ addon | version | maintainers | summary [project_tag_security](project_tag_security/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Project Tag Security [project_task_add_very_high](project_task_add_very_high/) | 16.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) | Adds extra options 'High' and 'Very High' on tasks [project_task_code](project_task_code/) | 16.0.1.1.0 | | Sequential Code for Tasks -[project_task_default_stage](project_task_default_stage/) | 16.0.1.0.1 | | Recovery default task stages for projects from v8 +[project_task_default_stage](project_task_default_stage/) | 16.0.1.0.2 | | Recovery default task stages for projects from v8 [project_task_description_template](project_task_description_template/) | 16.0.1.0.0 | | Add a description template to project tasks [project_task_link](project_task_link/) | 16.0.1.0.1 | | Project Task Link [project_task_material](project_task_material/) | 16.0.1.0.0 | | Record products spent in a Task diff --git a/project_task_default_stage/README.rst b/project_task_default_stage/README.rst index 17025568b0..c753246b61 100644 --- a/project_task_default_stage/README.rst +++ b/project_task_default_stage/README.rst @@ -7,7 +7,7 @@ Project Task Default Stage !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b912f9ff5705f1d0ef101586c95e831c44111203fab3296faa83c580d5abf2c4 + !! source digest: sha256:055bc908626d2e64548cc7f0939e683a17dffbe650ff78bf2364c7aa94ce383f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/project_task_default_stage/__manifest__.py b/project_task_default_stage/__manifest__.py index 52248736ea..013f4356e3 100644 --- a/project_task_default_stage/__manifest__.py +++ b/project_task_default_stage/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Project Task Default Stage", "summary": "Recovery default task stages for projects from v8", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "category": "Project", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/project", diff --git a/project_task_default_stage/static/description/index.html b/project_task_default_stage/static/description/index.html index 491b739851..26299fa54f 100644 --- a/project_task_default_stage/static/description/index.html +++ b/project_task_default_stage/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 @@This module restores the case_default fields to Project Tasks and project @@ -422,7 +422,9 @@
This module is maintained by the OCA.
- + + +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.