diff --git a/README.md b/README.md index cacdaee40e..03926517e0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [project_duplicate_subtask](project_duplicate_subtask/) | 14.0.1.0.0 | | The module adds an action to duplicate tasks with the child subtasks [project_forecast_line](project_forecast_line/) | 14.0.1.0.4 | [![ntsirintanis](https://github.com/ntsirintanis.png?size=30px)](https://github.com/ntsirintanis) | Project Forecast Lines [project_forecast_line_deadline](project_forecast_line_deadline/) | 14.0.1.0.0 | [![ntsirintanis](https://github.com/ntsirintanis.png?size=30px)](https://github.com/ntsirintanis) | Project Forecast end date based on deadline of task. +[project_forecast_line_priority](project_forecast_line_priority/) | 14.0.1.0.0 | [![ntsirintanis](https://github.com/ntsirintanis.png?size=30px)](https://github.com/ntsirintanis) | Project Forecast Line dates according to task priority [project_gtd](project_gtd/) | 14.0.1.0.1 | | Personal Tasks, Contexts, Timeboxes [project_hr](project_hr/) | 14.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Link HR with project [project_key](project_key/) | 14.0.1.0.2 | | Module decorates projects and tasks with Project Key diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f0d2816aba..3842d13193 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240402.0 \ No newline at end of file +14.0.20240416.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 75d813065e..88e657905d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ 'odoo14-addon-project_duplicate_subtask', 'odoo14-addon-project_forecast_line', 'odoo14-addon-project_forecast_line_deadline', + 'odoo14-addon-project_forecast_line_priority', 'odoo14-addon-project_gtd', 'odoo14-addon-project_hr', 'odoo14-addon-project_key',