Skip to content

Commit aca440c

Browse files
committed
[BOT] post-merge updates
1 parent 3aa9d5f commit aca440c

File tree

4 files changed

+56
-44
lines changed

4 files changed

+56
-44
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[agreement_sign_oca](agreement_sign_oca/) | 17.0.1.1.0 | <a href='https://github.com/miquelalzanillas'><img src='https://github.com/miquelalzanillas.png' width='32' height='32' style='border-radius:50%;' alt='miquelalzanillas'/></a> | Agreement Sign Oca
2525
[maintenance_sign_oca](maintenance_sign_oca/) | 17.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Maintenance Sign Oca
26+
[project_task_sign_oca](project_task_sign_oca/) | 17.0.1.0.0 | <a href='https://github.com/WesleyOliveira98'><img src='https://github.com/WesleyOliveira98.png' width='32' height='32' style='border-radius:50%;' alt='WesleyOliveira98'/></a> | Project Task Sign Oca
2627
[sign_oca](sign_oca/) | 17.0.1.2.2 | <a href='https://github.com/etobella'><img src='https://github.com/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Allow to sign documents inside Odoo CE
2728

2829
[//]: # (end addons)

project_task_sign_oca/README.rst

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=====================
26
Project Task Sign Oca
37
=====================
@@ -7,13 +11,13 @@ Project Task Sign Oca
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:79eb6f2c2661e78f91e7c424b62f63e8238b2afef093f23180b32042fb88b8ee
14+
!! source digest: sha256:bd20ab268e3418a784e11bbac8ad787726bdce9f77047d74abe8643468e63152
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsign-lightgray.png?logo=github
@@ -42,48 +46,48 @@ Configuration
4246
1. Go to Sign > Settings > Roles and create a role with the following
4347
data:
4448

45-
- Partner type: Expression
46-
- Expression: {{object.partner_id.id}}
49+
- Partner type: Expression
50+
- Expression: {{object.partner_id.id}}
4751

4852
2. Go to Sign > Templates and create a template with the following data:
4953

50-
- Model: Project Task
51-
- In one of the fields, you must set the previously created role.
54+
- Model: Project Task
55+
- In one of the fields, you must set the previously created role.
5256

5357
3. (Optional) Go to Project > Configuration > Settings.
5458

55-
- In the Sign Oca section, define a template to enable automatic task
56-
sign requests.
57-
- Use the template previously created.
59+
- In the Sign Oca section, define a template to enable automatic task
60+
sign requests.
61+
- Use the template previously created.
5862

5963
Usage
6064
=====
6165

6266
Creating a Signature Request from a Project Task:
6367

64-
- Go to Projects > Tasks.
65-
- Open an existing task or create a new one (make sure to fill in the
66-
partner_id field).
67-
- In the task tree or form view, click on theaction "Sign from
68-
template".
69-
- Sign Requests will have been generated (and sent) linked to the
70-
selected project and task.
68+
- Go to Projects > Tasks.
69+
- Open an existing task or create a new one (make sure to fill in the
70+
partner_id field).
71+
- In the task tree or form view, click on theaction "Sign from
72+
template".
73+
- Sign Requests will have been generated (and sent) linked to the
74+
selected project and task.
7175

7276
Automatic Signature Request creation:
7377

74-
- Define a template in Project > Configuration > Settings.
75-
- When an customer is assigned to a task, a Sign Request will be
76-
created (and sent) automatically.
78+
- Define a template in Project > Configuration > Settings.
79+
- When an customer is assigned to a task, a Sign Request will be created
80+
(and sent) automatically.
7781

7882
Viewing Signature Requests:
7983

80-
- Go to Projects > Tasks.
81-
- Open a task with an associated signature request.
82-
- Click on the smart-button Sign Requests.
83-
- Click on any signature request to view its details, status, and
84-
progress.
85-
- Alternatively, go to Sign > Requests.
86-
- Use the Group By feature to group requests by Project and/or Task.
84+
- Go to Projects > Tasks.
85+
- Open a task with an associated signature request.
86+
- Click on the smart-button Sign Requests.
87+
- Click on any signature request to view its details, status, and
88+
progress.
89+
- Alternatively, go to Sign > Requests.
90+
- Use the Group By feature to group requests by Project and/or Task.
8791

8892
Bug Tracker
8993
===========
@@ -106,10 +110,10 @@ Authors
106110
Contributors
107111
------------
108112

109-
- `Escodoo <https://www.escodoo.com.br>`__:
113+
- `Escodoo <https://www.escodoo.com.br>`__:
110114

111-
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
112-
- Wesley Oliveira <wesley.oliveira@escodoo.com.br>
115+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
116+
- Wesley Oliveira <wesley.oliveira@escodoo.com.br>
113117

114118
Maintainers
115119
-----------

project_task_sign_oca/static/description/index.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Project Task Sign Oca</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="project-task-sign-oca">
364-
<h1 class="title">Project Task Sign Oca</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="project-task-sign-oca">
370+
<h1>Project Task Sign Oca</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:79eb6f2c2661e78f91e7c424b62f63e8238b2afef093f23180b32042fb88b8ee
375+
!! source digest: sha256:bd20ab268e3418a784e11bbac8ad787726bdce9f77047d74abe8643468e63152
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/sign/tree/17.0/project_task_sign_oca"><img alt="OCA/sign" src="https://img.shields.io/badge/github-OCA%2Fsign-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sign-17-0/sign-17-0-project_task_sign_oca"><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/sign&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sign/tree/17.0/project_task_sign_oca"><img alt="OCA/sign" src="https://img.shields.io/badge/github-OCA%2Fsign-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sign-17-0/sign-17-0-project_task_sign_oca"><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/sign&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows you to generate manual and automatic signature
374379
requests from project tasks to task customers.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -387,7 +392,7 @@ <h1 class="title">Project Task Sign Oca</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="configuration">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
391396
<ol class="arabic simple">
392397
<li>Go to Sign &gt; Settings &gt; Roles and create a role with the following
393398
data:</li>
@@ -413,7 +418,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
413418
</ul>
414419
</div>
415420
<div class="section" id="usage">
416-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
421+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
417422
<p>Creating a Signature Request from a Project Task:</p>
418423
<ul class="simple">
419424
<li>Go to Projects &gt; Tasks.</li>
@@ -427,8 +432,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
427432
<p>Automatic Signature Request creation:</p>
428433
<ul class="simple">
429434
<li>Define a template in Project &gt; Configuration &gt; Settings.</li>
430-
<li>When an customer is assigned to a task, a Sign Request will be
431-
created (and sent) automatically.</li>
435+
<li>When an customer is assigned to a task, a Sign Request will be created
436+
(and sent) automatically.</li>
432437
</ul>
433438
<p>Viewing Signature Requests:</p>
434439
<ul class="simple">
@@ -442,23 +447,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
442447
</ul>
443448
</div>
444449
<div class="section" id="bug-tracker">
445-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
450+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
446451
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sign/issues">GitHub Issues</a>.
447452
In case of trouble, please check there if your issue has already been reported.
448453
If you spotted it first, help us to smash it by providing a detailed and welcomed
449454
<a class="reference external" href="https://github.com/OCA/sign/issues/new?body=module:%20project_task_sign_oca%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
450455
<p>Do not contact contributors directly about support or help with technical issues.</p>
451456
</div>
452457
<div class="section" id="credits">
453-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
458+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
454459
<div class="section" id="authors">
455-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
460+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
456461
<ul class="simple">
457462
<li>Escodoo</li>
458463
</ul>
459464
</div>
460465
<div class="section" id="contributors">
461-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
466+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
462467
<ul class="simple">
463468
<li><a class="reference external" href="https://www.escodoo.com.br">Escodoo</a>:<ul>
464469
<li>Marcel Savegnago &lt;<a class="reference external" href="mailto:marcel.savegnago&#64;escodoo.com.br">marcel.savegnago&#64;escodoo.com.br</a>&gt;</li>
@@ -468,7 +473,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
468473
</ul>
469474
</div>
470475
<div class="section" id="maintainers">
471-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
476+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
472477
<p>This module is maintained by the OCA.</p>
473478
<a class="reference external image-reference" href="https://odoo-community.org">
474479
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -483,5 +488,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
483488
</div>
484489
</div>
485490
</div>
491+
</div>
486492
</body>
487493
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-sign"
3-
version = "17.0.20250816.0"
3+
version = "17.0.20251123.0"
44
dependencies = [
55
"odoo-addon-agreement_sign_oca>=17.0dev,<17.1dev",
66
"odoo-addon-maintenance_sign_oca>=17.0dev,<17.1dev",
7+
"odoo-addon-project_task_sign_oca>=17.0dev,<17.1dev",
78
"odoo-addon-sign_oca>=17.0dev,<17.1dev",
89
]
910
classifiers=[

0 commit comments

Comments
 (0)