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 Dec 14, 2023
1 parent 4f6e9fd commit 7647319
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ addon | version | maintainers | summary
[project_timesheet_time_control](project_timesheet_time_control/) | 15.0.1.1.1 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Project timesheet time control
[project_type](project_type/) | 15.0.1.0.1 | | Project Types
[project_wbs](project_wbs/) | 15.0.1.0.0 | | Apply Work Breakdown Structure
[sale_project_copy_tasks](sale_project_copy_tasks/) | 15.0.1.0.1 | [![shide](https://github.com/shide.png?size=30px)](https://github.com/shide) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Copy tasks into sale order's project

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion sale_project_copy_tasks/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Service tracking: Copy tasks in project
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b97037dc01a111d176953a7ea8ce05e675090a1c2289ef39b62c953aa5b12f2d
!! source digest: sha256:2146dd878e5038637b38b6dad01cd53011eb2159fbebb8d53af2a639260d7b59
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_project_copy_tasks/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Service tracking: Copy tasks in project",
"summary": "Copy tasks into sale order's project",
"version": "15.0.1.0.0",
"version": "15.0.1.0.1",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["shide", "EmilioPascual"],
"website": "https://github.com/OCA/project",
Expand Down
3 changes: 1 addition & 2 deletions sale_project_copy_tasks/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Service tracking: Copy tasks in project</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b97037dc01a111d176953a7ea8ce05e675090a1c2289ef39b62c953aa5b12f2d
!! source digest: sha256:2146dd878e5038637b38b6dad01cd53011eb2159fbebb8d53af2a639260d7b59
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/project/tree/15.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-15-0/project-15-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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows creating tasks in an existing project from the sales order through setting the product with a project template with the desired task.</p>
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.20231010.0
15.0.20231214.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'odoo-addon-project_timesheet_time_control>=15.0dev,<15.1dev',
'odoo-addon-project_type>=15.0dev,<15.1dev',
'odoo-addon-project_wbs>=15.0dev,<15.1dev',
'odoo-addon-sale_project_copy_tasks>=15.0dev,<15.1dev',
],
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 7647319

Please sign in to comment.