Skip to content

Commit 13cf54d

Browse files
author
Lukas Tran
committed
[MIG] agreement_sale: Migration to 18.0
1 parent 7fb9dfd commit 13cf54d

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

agreement_sale/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Contributors
6565

6666
- Alexis de Lattre <[email protected]>
6767
- Italo LOPES <[email protected]>
68+
- Nhan Tran <[email protected]>
6869

6970
Maintainers
7071
-----------

agreement_sale/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Agreement Sale",
66
"summary": "Agreement on sales",
7-
"version": "17.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"category": "Contract",
99
"author": "Akretion, " "Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/agreement",

agreement_sale/models/sale.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ class SaleOrder(models.Model):
2121
string="Agreement Type",
2222
ondelete="restrict",
2323
tracking=True,
24-
copy=True,
2524
)

agreement_sale/readme/CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Alexis de Lattre \<<[email protected]>\>
22
- Italo LOPES \<<[email protected]>\>
3+
- Nhan Tran \<<[email protected]>\>

agreement_sale/static/description/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
412412
<ul class="simple">
413413
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
414414
<li>Italo LOPES &lt;<a class="reference external" href="mailto:italo.lopes&#64;camptocamp.com">italo.lopes&#64;camptocamp.com</a>&gt;</li>
415+
<li>Nhan Tran &lt;<a class="reference external" href="mailto:nhant&#64;trobz.com">nhant&#64;trobz.com</a>&gt;</li>
415416
</ul>
416417
</div>
417418
<div class="section" id="maintainers">

0 commit comments

Comments
 (0)