Skip to content

Commit

Permalink
[FIX]sale_order_priority: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger authored and HeliconiaSolutions committed Feb 27, 2025
1 parent 1e860c1 commit 79edaab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sale_order_priority/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Order Priority
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c48e2ef04228de832267a35bf35cd234bd9db221d5b0bf604705828f2c910484
!! source digest: sha256:f120bb5bd2bf60240867b4752d05ce94dc08c11555282373a5667c8226d434b0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_order_priority/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Sale Order Priority",
"summary": "Define priority on sale orders",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",
"category": "Sale Workflow",
"website": "https://github.com/OCA/sale-workflow",
"author": "Agile Business Group, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion sale_order_priority/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Sale Order Priority</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c48e2ef04228de832267a35bf35cd234bd9db221d5b0bf604705828f2c910484
!! source digest: sha256:f120bb5bd2bf60240867b4752d05ce94dc08c11555282373a5667c8226d434b0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/sale-workflow/tree/17.0/sale_order_priority"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_priority"><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/sale-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds the field <em>Priority</em> in sale order lines and sale
Expand Down
1 change: 1 addition & 0 deletions sale_order_priority/tests/test_sale_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def test_sale_order_priority(self):
{
"partner_id": self.partner.id,
"priority": sale_order_priority,
"company_id": self.company.id,
"order_line": [
(
0,
Expand Down

0 comments on commit 79edaab

Please sign in to comment.