Skip to content

Commit

Permalink
[MIG] sale_order_weight: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Jan 15, 2025
1 parent 73b58ca commit c40a32e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions sale_order_weight/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Contributors

- Andrea Cometa <[email protected]>
- Simone Rubino <[email protected]>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion sale_order_weight/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Sale Order Weight",
"summary": "Add products weight in report for sale order",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Apulia Software, Agile Business Group,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-reporting",
Expand Down
1 change: 1 addition & 0 deletions sale_order_weight/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Andrea Cometa \<<[email protected]>\>
- Simone Rubino \<<[email protected]>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
1 change: 1 addition & 0 deletions sale_order_weight/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Andrea Cometa &lt;<a class="reference external" href="mailto:a.cometa&#64;apuliasoftware.it">a.cometa&#64;apuliasoftware.it</a>&gt;</li>
<li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;agilebg.com">simone.rubino&#64;agilebg.com</a>&gt;</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
2 changes: 1 addition & 1 deletion sale_order_weight/views/sale_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</t>
</td>
</xpath>
<xpath expr="//p[@t-field='doc.note']" position="before">
<xpath expr="//span[@t-field='doc.note']" position="before">
<t t-set="order_weight" t-value="doc.total_weight()" />
<t t-if="order_weight">
<span>
Expand Down

0 comments on commit c40a32e

Please sign in to comment.