File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
project_task_parent_due_auto Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727[ project_task_description_template] ( project_task_description_template/ ) | 19.0.1.0.0 | | Add a description template to project tasks
2828[ project_task_name_with_id] ( project_task_name_with_id/ ) | 19.0.1.1.0 | | Project Task Name with ID
2929[ project_task_note] ( project_task_note/ ) | 19.0.1.0.0 | <a href =' https://github.com/pilarvargas-tecnativa ' ><img src =' https://github.com/pilarvargas-tecnativa.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' pilarvargas-tecnativa ' /></a > | Add notes in project tasks
30+ [ project_task_parent_due_auto] ( project_task_parent_due_auto/ ) | 19.0.1.0.0 | <a href =' https://github.com/david-banon-tecnativa ' ><img src =' https://github.com/david-banon-tecnativa.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' david-banon-tecnativa ' /></a > | Recalculates parent task's due date when child task changes
3031[ project_task_pull_request] ( project_task_pull_request/ ) | 19.0.1.0.0 | | Adds a field for a PR URI to project tasks
3132[ project_task_pull_request_state] ( project_task_pull_request_state/ ) | 19.0.1.0.0 | | Track Pull Request state in tasks
3233[ project_task_stage_mgmt] ( project_task_stage_mgmt/ ) | 19.0.1.0.0 | <a href =' https://github.com/DavidJForgeFlow ' ><img src =' https://github.com/DavidJForgeFlow.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' DavidJForgeFlow ' /></a > | Allows to assign and create task stages on project creation wizard
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Project task parent due date auto
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:d23d05d1bf1a558b87badb7e8d7fe2d0d315ce522602ae92f5e43411a9d0ee48
14+ !! source digest: sha256:437e6b2e74c3f37c6741ffdb19454b0e32711276f0243dd61209a2867908686d
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -60,10 +60,10 @@ Authors
6060Contributors
6161------------
6262
63- - `Tecnativa <https://www.tecnativa.com >`__:
63+ - `Tecnativa <https://www.tecnativa.com >`__:
6464
65- - Pedro M. Baeza
66- - David Bañón Gil
65+ - Pedro M. Baeza
66+ - David Bañón Gil
6767
6868Maintainers
6969-----------
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Project task parent due date auto</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:d23d05d1bf1a558b87badb7e8d7fe2d0d315ce522602ae92f5e43411a9d0ee48
375+ !! source digest: sha256:437e6b2e74c3f37c6741ffdb19454b0e32711276f0243dd61209a2867908686d
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/project/tree/19.0/project_task_parent_due_auto "> < img alt ="OCA/project " src ="https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/project-19-0/project-19-0-project_task_parent_due_auto "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > Updates the parent task’s due date when a child’s due date is changed.</ p >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-project"
3- version = " 19.0.20260305.0 "
3+ version = " 19.0.20260305.1 "
44dependencies = [
55 " odoo-addon-project_department==19.0.*" ,
66 " odoo-addon-project_key==19.0.*" ,
77 " odoo-addon-project_task_default_stage==19.0.*" ,
88 " odoo-addon-project_task_description_template==19.0.*" ,
99 " odoo-addon-project_task_name_with_id==19.0.*" ,
1010 " odoo-addon-project_task_note==19.0.*" ,
11+ " odoo-addon-project_task_parent_due_auto==19.0.*" ,
1112 " odoo-addon-project_task_pull_request==19.0.*" ,
1213 " odoo-addon-project_task_pull_request_state==19.0.*" ,
1314 " odoo-addon-project_task_stage_mgmt==19.0.*" ,
You can’t perform that action at this time.
0 commit comments