Skip to content

Commit

Permalink
[MIG] agreement_sale: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Tran committed Feb 4, 2025
1 parent 704e868 commit ec9047f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions agreement_sale/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contributors

- Alexis de Lattre <[email protected]>
- Italo LOPES <[email protected]>
- Nhan Tran <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion agreement_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Agreement Sale",
"summary": "Agreement on sales",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Contract",
"author": "Akretion, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/agreement",
Expand Down
1 change: 0 additions & 1 deletion agreement_sale/models/sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ class SaleOrder(models.Model):
string="Agreement Type",
ondelete="restrict",
tracking=True,
copy=True,
)
1 change: 1 addition & 0 deletions agreement_sale/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Alexis de Lattre \<<[email protected]>\>
- Italo LOPES \<<[email protected]>\>
- Nhan Tran \<<[email protected]>\>
1 change: 1 addition & 0 deletions agreement_sale/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
<li>Italo LOPES &lt;<a class="reference external" href="mailto:italo.lopes&#64;camptocamp.com">italo.lopes&#64;camptocamp.com</a>&gt;</li>
<li>Nhan Tran &lt;<a class="reference external" href="mailto:nhant&#64;trobz.com">nhant&#64;trobz.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down

0 comments on commit ec9047f

Please sign in to comment.