diff --git a/README.md b/README.md index a7b198a63..dd4f3abe6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ addon | version | maintainers | summary [project_task_stage_allow_timesheet](project_task_stage_allow_timesheet/) | 14.0.1.0.0 | | Allows to tell that a task stage is opened for timesheets. [sale_timesheet_budget](sale_timesheet_budget/) | 14.0.1.0.0 | [](https://github.com/victoralmau) | Sale timesheet budget [sale_timesheet_line_exclude](sale_timesheet_line_exclude/) | 14.0.1.0.1 | | Exclude Timesheet Line from Sale Order -[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.1 | [](https://github.com/ilyasProgrammer) | Sale Timesheet Order Line no Update +[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.2 | [](https://github.com/ilyasProgrammer) | Sale Timesheet Order Line no Update [sale_timesheet_order_line_sync](sale_timesheet_order_line_sync/) | 14.0.1.0.0 | | Propagate task order line in not invoiced timesheet lines [sale_timesheet_rounded](sale_timesheet_rounded/) | 14.0.1.0.1 | | Round timesheet entries amount based on project settings. diff --git a/sale_timesheet_order_line_no_update/README.rst b/sale_timesheet_order_line_no_update/README.rst index 0239b2253..d48b58ede 100644 --- a/sale_timesheet_order_line_no_update/README.rst +++ b/sale_timesheet_order_line_no_update/README.rst @@ -7,7 +7,7 @@ Sale Timesheet Order Line no Update !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:81d3d9170e5000f81b412b2d1ffa63a80b6e1180361006064bb1ef765ae68032 + !! source digest: sha256:9282a566a70eeb1fbf15b25074bff96eab1c266c27c9e489275f4f40c3f7914d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_timesheet_order_line_no_update/__manifest__.py b/sale_timesheet_order_line_no_update/__manifest__.py index f8c3e8183..02d5e4802 100644 --- a/sale_timesheet_order_line_no_update/__manifest__.py +++ b/sale_timesheet_order_line_no_update/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html { "name": "Sale Timesheet Order Line no Update", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", "license": "AGPL-3", "author": "Ilyas, Ooops404, Odoo Community Association (OCA)", "maintainers": ["ilyasProgrammer"], diff --git a/sale_timesheet_order_line_no_update/static/description/index.html b/sale_timesheet_order_line_no_update/static/description/index.html index a8fbda4a6..e156c53f8 100644 --- a/sale_timesheet_order_line_no_update/static/description/index.html +++ b/sale_timesheet_order_line_no_update/static/description/index.html @@ -366,7 +366,7 @@
This module allows to set which Sale order item to use for new timesheets in a specific task, without updating the related Sale order item for all the existing timesheets in that task. This value can be set in field “Default sale order item” in the task itself.