diff --git a/README.md b/README.md index 75f6a4bb23..c9f6fa1826 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ addon | version | maintainers | summary [project_timesheet_time_control](project_timesheet_time_control/) | 16.0.1.0.2 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Project timesheet time control [project_type](project_type/) | 16.0.1.0.1 | | Project Types [project_update_visible](project_update_visible/) | 16.0.1.0.0 | | Visible project_id in project.update view form. -[sale_project_copy_tasks](sale_project_copy_tasks/) | 16.0.1.0.2 | [![shide](https://github.com/shide.png?size=30px)](https://github.com/shide) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Copy tasks into sale order's project +[sale_project_copy_tasks](sale_project_copy_tasks/) | 16.0.1.0.4 | [![shide](https://github.com/shide.png?size=30px)](https://github.com/shide) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Copy tasks into sale order's project [task_project_status](task_project_status/) | 16.0.1.0.0 | | Show project status on the task. [//]: # (end addons) diff --git a/sale_project_copy_tasks/README.rst b/sale_project_copy_tasks/README.rst index 68fa0e8624..95ff9e5677 100644 --- a/sale_project_copy_tasks/README.rst +++ b/sale_project_copy_tasks/README.rst @@ -7,7 +7,7 @@ Service tracking: Copy tasks in project !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e77c193e353fc9742880323e2f7f4101f0f45c4a863b9bf7db7605e20d51ad93 + !! source digest: sha256:9e20fdd9c2b8d3bec01955b01a331d15686762e3456aab9a386fd3802557e855 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_project_copy_tasks/__manifest__.py b/sale_project_copy_tasks/__manifest__.py index 9232f87d6c..05a7e587c7 100644 --- a/sale_project_copy_tasks/__manifest__.py +++ b/sale_project_copy_tasks/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Service tracking: Copy tasks in project", "summary": "Copy tasks into sale order's project", - "version": "16.0.1.0.2", + "version": "16.0.1.0.4", "author": "Moduon, Odoo Community Association (OCA)", "maintainers": ["shide", "EmilioPascual"], "website": "https://github.com/OCA/project", diff --git a/sale_project_copy_tasks/static/description/index.html b/sale_project_copy_tasks/static/description/index.html index 3ff7492737..56948e4ab5 100644 --- a/sale_project_copy_tasks/static/description/index.html +++ b/sale_project_copy_tasks/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 @@

Service tracking: Copy tasks in project

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

Beta License: LGPL-3 OCA/project Translate me on Weblate Try me on Runboat

This module allows creating tasks in an existing project from the sales order through setting the product with a project template with the desired task.

@@ -429,7 +430,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/sale_project_copy_tasks/views/sale_order_views.xml b/sale_project_copy_tasks/views/sale_order_views.xml index 2dc140ba64..b508410ee9 100644 --- a/sale_project_copy_tasks/views/sale_order_views.xml +++ b/sale_project_copy_tasks/views/sale_order_views.xml @@ -10,7 +10,10 @@ ref="sale_project.view_order_form_inherit_sale_project" /> - + {}