From 79edaab13c499a0533e56958a350dfa87969a506 Mon Sep 17 00:00:00 2001 From: Roger Date: Thu, 29 Aug 2024 12:59:40 +0200 Subject: [PATCH] [FIX]sale_order_priority: Fix tests --- sale_order_priority/README.rst | 2 +- sale_order_priority/__manifest__.py | 2 +- sale_order_priority/static/description/index.html | 2 +- sale_order_priority/tests/test_sale_stock.py | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sale_order_priority/README.rst b/sale_order_priority/README.rst index ddde5a75909..8700600bb14 100644 --- a/sale_order_priority/README.rst +++ b/sale_order_priority/README.rst @@ -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 diff --git a/sale_order_priority/__manifest__.py b/sale_order_priority/__manifest__.py index cc586b0611d..8da1472dcd1 100644 --- a/sale_order_priority/__manifest__.py +++ b/sale_order_priority/__manifest__.py @@ -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)", diff --git a/sale_order_priority/static/description/index.html b/sale_order_priority/static/description/index.html index b9fcca2e4e8..7fe7a9622bc 100644 --- a/sale_order_priority/static/description/index.html +++ b/sale_order_priority/static/description/index.html @@ -367,7 +367,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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module adds the field Priority in sale order lines and sale diff --git a/sale_order_priority/tests/test_sale_stock.py b/sale_order_priority/tests/test_sale_stock.py index 0db94b146b4..e47de733b9d 100644 --- a/sale_order_priority/tests/test_sale_stock.py +++ b/sale_order_priority/tests/test_sale_stock.py @@ -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,