diff --git a/README.md b/README.md index c7f1397f67..60a7c90525 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ addon | version | maintainers | summary [project_timeline](project_timeline/) | 17.0.1.1.1 | | Timeline view for projects [project_timesheet_time_control](project_timesheet_time_control/) | 17.0.1.0.1 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Project timesheet time control [project_type](project_type/) | 17.0.1.0.2 | | Project Types +[sale_project_task_recurrency](sale_project_task_recurrency/) | 17.0.1.0.0 | | Configuring Task Recurrence from the Product Form. [//]: # (end addons) diff --git a/sale_project_task_recurrency/README.rst b/sale_project_task_recurrency/README.rst index 05315aced6..388ec4b23f 100644 --- a/sale_project_task_recurrency/README.rst +++ b/sale_project_task_recurrency/README.rst @@ -7,7 +7,7 @@ Sale project task recurrency !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:af7adebeef120d95c28e872002d3f6006e4f4e6b5cdd330a869f52debd4939ba + !! source digest: sha256:bad249e38e180277d68f401bdf0bd9385ca0561141736c76f646a7f277648b82 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_project_task_recurrency/static/description/icon.png b/sale_project_task_recurrency/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/sale_project_task_recurrency/static/description/icon.png differ diff --git a/sale_project_task_recurrency/static/description/index.html b/sale_project_task_recurrency/static/description/index.html index c445625553..fa39a0ff1e 100644 --- a/sale_project_task_recurrency/static/description/index.html +++ b/sale_project_task_recurrency/static/description/index.html @@ -367,7 +367,7 @@

Sale project task recurrency

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

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

This module allows configuring the recurrence of tasks created from diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index bbb896a5e4..99e57e5760 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-project" -version = "17.0.20241115.0" +version = "17.0.20241122.0" dependencies = [ "odoo-addon-project_department>=17.0dev,<17.1dev", "odoo-addon-project_parent>=17.0dev,<17.1dev", @@ -17,6 +17,7 @@ dependencies = [ "odoo-addon-project_timeline>=17.0dev,<17.1dev", "odoo-addon-project_timesheet_time_control>=17.0dev,<17.1dev", "odoo-addon-project_type>=17.0dev,<17.1dev", + "odoo-addon-sale_project_task_recurrency>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",