Skip to content

Commit 3354af2

Browse files
committed
[BOT] post-merge updates
1 parent 7dd3b37 commit 3354af2

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[hr_timesheet_task_stage](hr_timesheet_task_stage/) | 19.0.1.0.0 | | Open/Close task from corresponding Task Log entry
3030
[hr_timesheet_time_control](hr_timesheet_time_control/) | 19.0.1.0.2 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Project timesheet time control
3131
[hr_timesheet_time_control_begin_end](hr_timesheet_time_control_begin_end/) | 19.0.1.0.2 | <a href='https://github.com/CRogos'><img src='https://github.com/CRogos.png' width='32' height='32' style='border-radius:50%;' alt='CRogos'/></a> | HR Timesheet Time Control begin/end
32+
[project_task_analytic_propagation](project_task_analytic_propagation/) | 19.0.1.0.1 | <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='https://github.com/chienandalu'><img src='https://github.com/chienandalu.png' width='32' height='32' style='border-radius:50%;' alt='chienandalu'/></a> | Updates timesheet's analytic account when their task changes the analytic.
3233
[project_timesheet_holidays_dynamic_description](project_timesheet_holidays_dynamic_description/) | 19.0.1.0.0 | | Use the time off description for the generated timesheet lines.
3334
[sale_order_update_timesheet_price](sale_order_update_timesheet_price/) | 19.0.1.0.0 | | Update the unit price of already invoiced sale order lines by creating a new line
3435
[sale_timesheet_invoice_link](sale_timesheet_invoice_link/) | 19.0.0.1.1 | <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> | Link invoices with timesheet lines

project_task_analytic_propagation/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project Task Analytic Propagation
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:dfd4842d1a0518b1299000bc3a360f74af69006de36a1287b1be875fa66fed82
14+
!! source digest: sha256:6280c78043546d7345a78dc6feae033fce00e2e332bc308c94d795966bc545ef
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png

project_task_analytic_propagation/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Project Task Analytic Propagation",
66
"summary": """Updates timesheet's analytic account
77
when their task changes the analytic.""",
8-
"version": "19.0.1.0.0",
8+
"version": "19.0.1.0.1",
99
"development_status": "Alpha",
1010
"category": "Timesheet",
1111
"website": "https://github.com/OCA/timesheet",

project_task_analytic_propagation/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Project Task Analytic Propagation</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:dfd4842d1a0518b1299000bc3a360f74af69006de36a1287b1be875fa66fed82
375+
!! source digest: sha256:6280c78043546d7345a78dc6feae033fce00e2e332bc308c94d795966bc545ef
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/timesheet/tree/19.0/project_task_analytic_propagation"><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-19-0/timesheet-19-0-project_task_analytic_propagation"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module allows you to change the analytic accounts in the timesheet,

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-timesheet"
3-
version = "19.0.20260526.1"
3+
version = "19.0.20260601.0"
44
dependencies = [
55
"odoo-addon-crm_timesheet==19.0.*",
66
"odoo-addon-hr_timesheet_autofill_project_off==19.0.*",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-hr_timesheet_task_stage==19.0.*",
1111
"odoo-addon-hr_timesheet_time_control==19.0.*",
1212
"odoo-addon-hr_timesheet_time_control_begin_end==19.0.*",
13+
"odoo-addon-project_task_analytic_propagation==19.0.*",
1314
"odoo-addon-project_timesheet_holidays_dynamic_description==19.0.*",
1415
"odoo-addon-sale_order_update_timesheet_price==19.0.*",
1516
"odoo-addon-sale_timesheet_invoice_link==19.0.*",

0 commit comments

Comments
 (0)