From 9d97e13216b7c3a912f4be827476a32ff1441652 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Thu, 23 Jan 2025 09:21:18 -0500 Subject: [PATCH] Fix broken and unused import --- purchase_customer_requisition/tests/test_purchase_order.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/purchase_customer_requisition/tests/test_purchase_order.py b/purchase_customer_requisition/tests/test_purchase_order.py index 4995ff5..62a9590 100644 --- a/purchase_customer_requisition/tests/test_purchase_order.py +++ b/purchase_customer_requisition/tests/test_purchase_order.py @@ -1,6 +1,3 @@ -from odoo.addons.sale_purchase_inter_company_rules.models.purchase_order import ( - purchase_order, -) from odoo.tests import TransactionCase, tagged, Form from odoo import Command, fields from datetime import timedelta