Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Apr 2, 2024
1 parent e03dc1f commit 878bd77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,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.1.3 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](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.4 | [![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.

Expand Down
2 changes: 1 addition & 1 deletion sale_timesheet_order_line_no_update/README.rst
Expand Up @@ -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:f7bd36b59020c5b795cf7427fc6d806217181ad11754902ab20cf6bcaaaaa26c
!! source digest: sha256:6d9ea7353a07ea2614ad9971853647081534f88e4bf431907408576b261824e4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_timesheet_order_line_no_update/__manifest__.py
Expand Up @@ -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.3",
"version": "14.0.1.1.4",
"license": "AGPL-3",
"author": "Ilyas, Ooops404, Odoo Community Association (OCA)",
"maintainers": ["ilyasProgrammer"],
Expand Down
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Sale Timesheet Order Line no Update</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f7bd36b59020c5b795cf7427fc6d806217181ad11754902ab20cf6bcaaaaa26c
!! source digest: sha256:6d9ea7353a07ea2614ad9971853647081534f88e4bf431907408576b261824e4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/timesheet/tree/14.0/sale_timesheet_order_line_no_update"><img alt="OCA/timesheet" src="https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-sale_timesheet_order_line_no_update"><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/timesheet&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
Expand Down

0 comments on commit 878bd77

Please sign in to comment.