Skip to content

Commit

Permalink
[MIG] sale_report_salesperson_from_partner: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Jan 17, 2025
1 parent 775c29c commit c8e05dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sale_report_salesperson_from_partner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Contributors

- Pilar Vargas

- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)

Maintainers
-----------

Expand Down
2 changes: 1 addition & 1 deletion sale_report_salesperson_from_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sale Report Salesperson From Partner",
"version": "16.0.1.1.0",
"version": "17.0.1.0.0",
"author": "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-reporting",
"category": "Sales",
Expand Down
2 changes: 2 additions & 0 deletions sale_report_salesperson_from_partner/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- [Tecnativa](https://www.tecnativa.com):

> - Pilar Vargas
- \[Heliconia Solutions Pvt. Ltd.\](<https://www.heliconia.io>)
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
</ul>
</blockquote>
</li>
<li><p class="first">[Heliconia Solutions Pvt. Ltd.](<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>)</p>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ def test_sale_report_user_from_partner_id(self):
self.salesperson,
)
self.assertEqual(
sale_report.order_id,
sale_report.order_reference,
self.order,
)

0 comments on commit c8e05dd

Please sign in to comment.