From cefa3bfd6cd00a3dfbb19f90a3b87c1382d12101 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 15 Dec 2023 09:25:39 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- sale_timesheet_order_line_no_update/README.rst | 2 +- sale_timesheet_order_line_no_update/__manifest__.py | 2 +- .../static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a36ff3852..2d4bf66a7 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 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](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.0.0 | | Sale Timesheet Order Line no Update +[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.0 | [![ilyasprogrammer](https://github.com/ilyasprogrammer.png?size=30px)](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 47ea98c2f..6c7f67f63 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:ac112a39572abb29476ceb234e304cdbf6ed8677c2e4ba4b5c9186316b52f5ff + !! source digest: sha256:b5c9df5f9b8ef58bbd10c061d5aeac93a3604eacbd6401b81dbe69e1a4ef3768 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 e5cdff82a..9e8861401 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.0.0", + "version": "14.0.1.1.0", "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 3e78e1866..cc66fda2a 100644 --- a/sale_timesheet_order_line_no_update/static/description/index.html +++ b/sale_timesheet_order_line_no_update/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Sale Timesheet Order Line no Update

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

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

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.