Skip to content

Commit 994ec4d

Browse files
committed
[BOT] post-merge updates
1 parent c3a44a1 commit 994ec4d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ addon | version | maintainers | summary
4646
[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.
4747
[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
4848
[sale_timesheet_line_exclude](sale_timesheet_line_exclude/) | 14.0.1.0.1 | | Exclude Timesheet Line from Sale Order
49-
[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.1 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Sale Timesheet Order Line no Update
49+
[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.2 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Sale Timesheet Order Line no Update
5050
[sale_timesheet_order_line_sync](sale_timesheet_order_line_sync/) | 14.0.1.0.0 | | Propagate task order line in not invoiced timesheet lines
5151
[sale_timesheet_rounded](sale_timesheet_rounded/) | 14.0.1.0.1 | | Round timesheet entries amount based on project settings.
5252

sale_timesheet_order_line_no_update/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sale Timesheet Order Line no Update
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:81d3d9170e5000f81b412b2d1ffa63a80b6e1180361006064bb1ef765ae68032
10+
!! source digest: sha256:9282a566a70eeb1fbf15b25074bff96eab1c266c27c9e489275f4f40c3f7914d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

sale_timesheet_order_line_no_update/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
33
{
44
"name": "Sale Timesheet Order Line no Update",
5-
"version": "14.0.1.1.1",
5+
"version": "14.0.1.1.2",
66
"license": "AGPL-3",
77
"author": "Ilyas, Ooops404, Odoo Community Association (OCA)",
88
"maintainers": ["ilyasProgrammer"],

sale_timesheet_order_line_no_update/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Sale Timesheet Order Line no Update</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:81d3d9170e5000f81b412b2d1ffa63a80b6e1180361006064bb1ef765ae68032
369+
!! source digest: sha256:9282a566a70eeb1fbf15b25074bff96eab1c266c27c9e489275f4f40c3f7914d
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<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>
372372
<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>

0 commit comments

Comments
 (0)