Skip to content

Commit 456c4e2

Browse files
committed
[BOT] post-merge updates
1 parent f780731 commit 456c4e2

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ addon | version | maintainers | summary
5555
[project_timeline_hr_timesheet](project_timeline_hr_timesheet/) | 19.0.1.0.0 | | Shows the progress of tasks on the timeline view.
5656
[project_type](project_type/) | 19.0.1.0.0 | | Project Types
5757
[project_version](project_version/) | 19.0.1.0.0 | <a href='https://github.com/lbarry-apsl'><img src='https://github.com/lbarry-apsl.png' width='32' height='32' style='border-radius:50%;' alt='lbarry-apsl'/></a> | Project Version
58+
[sale_project_copy_tasks](sale_project_copy_tasks/) | 19.0.1.0.0 | <a href='https://github.com/shide'><img src='https://github.com/shide.png' width='32' height='32' style='border-radius:50%;' alt='shide'/></a> <a href='https://github.com/EmilioPascual'><img src='https://github.com/EmilioPascual.png' width='32' height='32' style='border-radius:50%;' alt='EmilioPascual'/></a> | Copy tasks into sale order's project
5859

5960
[//]: # (end addons)
6061

sale_project_copy_tasks/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Service tracking: Copy tasks in project
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:e10e6e807fdd1bbe3eb92a8e497c73b133079a2a23648cca5cb1acb65a9e176a
14+
!! source digest: sha256:632b0e46b23aba933024cbb2aae97452fdab05367090dc90f2a09add2e4cf7a2
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -86,10 +86,10 @@ Authors
8686
Contributors
8787
------------
8888

89-
- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
90-
- Emilio Pascual (`Moduon <https://www.moduon.team/>`__)
91-
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
92-
- Joel Estrada (`Moduon <https://www.moduon.team/>`__)
89+
- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
90+
- Emilio Pascual (`Moduon <https://www.moduon.team/>`__)
91+
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
92+
- Joel Estrada (`Moduon <https://www.moduon.team/>`__)
9393

9494
Maintainers
9595
-----------

sale_project_copy_tasks/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Service tracking: Copy tasks in project</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:e10e6e807fdd1bbe3eb92a8e497c73b133079a2a23648cca5cb1acb65a9e176a
375+
!! source digest: sha256:632b0e46b23aba933024cbb2aae97452fdab05367090dc90f2a09add2e4cf7a2
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/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/project/tree/19.0/sale_project_copy_tasks"><img alt="OCA/project" src="https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-19-0/project-19-0-sale_project_copy_tasks"><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/project&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 creating tasks in an existing project from the sales

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-project"
3-
version = "19.0.20260529.0"
3+
version = "19.0.20260529.1"
44
dependencies = [
55
"odoo-addon-project_administrator_restricted_visibility==19.0.*",
66
"odoo-addon-project_department==19.0.*",
@@ -36,6 +36,7 @@ dependencies = [
3636
"odoo-addon-project_timeline_hr_timesheet==19.0.*",
3737
"odoo-addon-project_type==19.0.*",
3838
"odoo-addon-project_version==19.0.*",
39+
"odoo-addon-sale_project_copy_tasks==19.0.*",
3940
]
4041
classifiers=[
4142
"Programming Language :: Python",

0 commit comments

Comments
 (0)