Skip to content

Commit cf752cb

Browse files
committed
[MIG]agreement_legal_sale: Migration to 16.0
1 parent cfdc1a1 commit cf752cb

File tree

7 files changed

+103
-76
lines changed

7 files changed

+103
-76
lines changed

agreement_legal_sale/README.rst

+20-13
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,31 @@
22
Agreement Legal Sale
33
====================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:56733c20e702eb98a24373cd239a8110683ac4e3ccec99f7189746b277516b20
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
1215
:alt: Beta
1316
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1417
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1518
:alt: License: AGPL-3
16-
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github
17-
:target: https://github.com/OCA/contract/tree/14.0/agreement_legal_sale
18-
:alt: OCA/contract
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fagreement-lightgray.png?logo=github
20+
:target: https://github.com/OCA/agreement/tree/16.0/agreement_legal_sale
21+
:alt: OCA/agreement
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20-
:target: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_legal_sale
23+
:target: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal_sale
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/110/14.0
24-
:alt: Try me on Runbot
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/agreement&target_branch=16.0
27+
:alt: Try me on Runboat
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

2831
Odoo Sales App does not support the management of legal content for agreements
2932
and contracts. It's also not integrated with the Agreement App.
@@ -72,10 +75,10 @@ The roadmap is documented on https://github.com/OCA/contract/issues.
7275
Bug Tracker
7376
===========
7477

75-
Bugs are tracked on `GitHub Issues <https://github.com/OCA/contract/issues>`_.
78+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/agreement/issues>`_.
7679
In case of trouble, please check there if your issue has already been reported.
77-
If you spotted it first, help us smashing it by providing a detailed and welcomed
78-
`feedback <https://github.com/OCA/contract/issues/new?body=module:%20agreement_legal_sale%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
80+
If you spotted it first, help us to smash it by providing a detailed and welcomed
81+
`feedback <https://github.com/OCA/agreement/issues/new?body=module:%20agreement_legal_sale%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7982

8083
Do not contact contributors directly about support or help with technical issues.
8184

@@ -94,6 +97,10 @@ Contributors
9497
* Maxime Chambreuil <[email protected]>
9598
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
9699

100+
* `Binhex <https://www.binhex.cloud>`_:
101+
102+
* Adasat Torres de León <[email protected]>
103+
97104
Other credits
98105
~~~~~~~~~~~~~
99106

@@ -126,6 +133,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
126133

127134
|maintainer-osi-scampbell| |maintainer-max3903|
128135

129-
This module is part of the `OCA/contract <https://github.com/OCA/contract/tree/14.0/agreement_legal_sale>`_ project on GitHub.
136+
This module is part of the `OCA/agreement <https://github.com/OCA/agreement/tree/16.0/agreement_legal_sale>`_ project on GitHub.
130137

131138
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

agreement_legal_sale/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
{
55
"name": "Agreement Legal Sale",
66
"summary": "Create an agreement when the sale order is confirmed",
7-
"version": "14.0.1.0.1",
7+
"version": "16.0.1.0.0",
88
"license": "AGPL-3",
99
"author": "Open Source Integrators, Odoo Community Association (OCA)",
1010
"category": "Agreement",
11-
"website": "https://github.com/OCA/contract",
11+
"website": "https://github.com/OCA/agreement",
1212
"depends": ["agreement_legal", "agreement_sale", "agreement_serviceprofile"],
1313
"data": [
1414
"views/agreement.xml",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
* Steven Campbell <[email protected]>
22
* Maxime Chambreuil <[email protected]>
33
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
4+
5+
* `Binhex <https://www.binhex.cloud>`_:
6+
7+
* Adasat Torres de León <[email protected]>

agreement_legal_sale/static/description/index.html

+39-31
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
76
<title>Agreement Legal Sale</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -366,30 +366,32 @@ <h1 class="title">Agreement Legal Sale</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:56733c20e702eb98a24373cd239a8110683ac4e3ccec99f7189746b277516b20
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/OCA/contract/tree/14.0/agreement_legal_sale"><img alt="OCA/contract" src="https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_legal_sale"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/110/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
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/agreement/tree/16.0/agreement_legal_sale"><img alt="OCA/agreement" src="https://img.shields.io/badge/github-OCA%2Fagreement-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal_sale"><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/agreement&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371373
<p>Odoo Sales App does not support the management of legal content for agreements
372374
and contracts. It’s also not integrated with the Agreement App.</p>
373375
<p>This module is for companies that needs their customer to sign an agreement
374376
with all the legal information based on the selected agreement template.</p>
375377
<p><strong>Table of contents</strong></p>
376378
<div class="contents local topic" id="contents">
377379
<ul class="simple">
378-
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
379-
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
380-
<li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li>
381-
<li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li>
382-
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul>
383-
<li><a class="reference internal" href="#authors" id="id6">Authors</a></li>
384-
<li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li>
385-
<li><a class="reference internal" href="#other-credits" id="id8">Other credits</a></li>
386-
<li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li>
380+
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
381+
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
382+
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-3">Known issues / Roadmap</a></li>
383+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
384+
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
385+
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
386+
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
387+
<li><a class="reference internal" href="#other-credits" id="toc-entry-8">Other credits</a></li>
388+
<li><a class="reference internal" href="#maintainers" id="toc-entry-9">Maintainers</a></li>
387389
</ul>
388390
</li>
389391
</ul>
390392
</div>
391393
<div class="section" id="configuration">
392-
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
394+
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
393395
<p>To configure this module:</p>
394396
<ul class="simple">
395397
<li>Go to Agreement &gt; Configuration &gt; Templates</li>
@@ -399,7 +401,7 @@ <h1><a class="toc-backref" href="#id1">Configuration</a></h1>
399401
</ul>
400402
</div>
401403
<div class="section" id="usage">
402-
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
404+
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
403405
<p>To use this module:</p>
404406
<ul class="simple">
405407
<li>Go to Sales</li>
@@ -418,51 +420,57 @@ <h1><a class="toc-backref" href="#id2">Usage</a></h1>
418420
</ul>
419421
</div>
420422
<div class="section" id="known-issues-roadmap">
421-
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
423+
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
422424
<p>The roadmap is documented on <a class="reference external" href="https://github.com/OCA/contract/issues">https://github.com/OCA/contract/issues</a>.</p>
423425
</div>
424426
<div class="section" id="bug-tracker">
425-
<h1><a class="toc-backref" href="#id4">Bug Tracker</a></h1>
426-
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/contract/issues">GitHub Issues</a>.
427+
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
428+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/agreement/issues">GitHub Issues</a>.
427429
In case of trouble, please check there if your issue has already been reported.
428-
If you spotted it first, help us smashing it by providing a detailed and welcomed
429-
<a class="reference external" href="https://github.com/OCA/contract/issues/new?body=module:%20agreement_legal_sale%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
430+
If you spotted it first, help us to smash it by providing a detailed and welcomed
431+
<a class="reference external" href="https://github.com/OCA/agreement/issues/new?body=module:%20agreement_legal_sale%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
430432
<p>Do not contact contributors directly about support or help with technical issues.</p>
431433
</div>
432434
<div class="section" id="credits">
433-
<h1><a class="toc-backref" href="#id5">Credits</a></h1>
435+
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
434436
<div class="section" id="authors">
435-
<h2><a class="toc-backref" href="#id6">Authors</a></h2>
437+
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
436438
<ul class="simple">
437439
<li>Open Source Integrators</li>
438440
</ul>
439441
</div>
440442
<div class="section" id="contributors">
441-
<h2><a class="toc-backref" href="#id7">Contributors</a></h2>
443+
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
442444
<ul class="simple">
443445
<li>Steven Campbell &lt;<a class="reference external" href="mailto:scampbell&#64;opensourceintegrators.com">scampbell&#64;opensourceintegrators.com</a>&gt;</li>
444446
<li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li>
445447
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
448+
<li><a class="reference external" href="https://www.binhex.cloud">Binhex</a>:<ul>
449+
<li>Adasat Torres de León &lt;<a class="reference external" href="mailto:a.torres&#64;binhex.cloud">a.torres&#64;binhex.cloud</a>&gt;</li>
450+
</ul>
451+
</li>
446452
</ul>
447453
</div>
448454
<div class="section" id="other-credits">
449-
<h2><a class="toc-backref" href="#id8">Other credits</a></h2>
455+
<h2><a class="toc-backref" href="#toc-entry-8">Other credits</a></h2>
450456
<p>The development of this module has been financially supported by:</p>
451457
<ul class="simple">
452458
<li>Pavlov Media</li>
453459
<li>Open Source Integrators</li>
454460
</ul>
455461
</div>
456462
<div class="section" id="maintainers">
457-
<h2><a class="toc-backref" href="#id9">Maintainers</a></h2>
463+
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
458464
<p>This module is maintained by the OCA.</p>
459-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
465+
<a class="reference external image-reference" href="https://odoo-community.org">
466+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
467+
</a>
460468
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
461469
mission is to support the collaborative development of Odoo features and
462470
promote its widespread use.</p>
463471
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
464-
<p><a class="reference external" href="https://github.com/osi-scampbell"><img alt="osi-scampbell" src="https://github.com/osi-scampbell.png?size=40px" /></a> <a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p>
465-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/contract/tree/14.0/agreement_legal_sale">OCA/contract</a> project on GitHub.</p>
472+
<p><a class="reference external image-reference" href="https://github.com/osi-scampbell"><img alt="osi-scampbell" src="https://github.com/osi-scampbell.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p>
473+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/agreement/tree/16.0/agreement_legal_sale">OCA/agreement</a> project on GitHub.</p>
466474
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
467475
</div>
468476
</div>

0 commit comments

Comments
 (0)