diff --git a/base_business_document_import/tests/test_business_document_import.py b/base_business_document_import/tests/test_business_document_import.py index 282b135b7ab..a93a32bcc19 100644 --- a/base_business_document_import/tests/test_business_document_import.py +++ b/base_business_document_import/tests/test_business_document_import.py @@ -63,7 +63,6 @@ def test_match_shipping_partner(self): 'country_id': self.env.ref('base.fr').id, 'type': 'invoice', }) - demo_partner2 = self.env.ref('base.res_partner_2') shipping_dict = { 'partner': {'email': 'contact@akretion.com'}, 'address': {}, @@ -85,13 +84,6 @@ def test_match_shipping_partner(self): 'country_id': self.env.ref('base.fr').id, 'email': 'contact@alex.com', }) - cpartner2 = rpo.create({ - 'name': 'Joe Taylor', - 'parent_id': partner2.id, - 'type': 'delivery', - 'zip': '69005', - 'country_id': self.env.ref('base.fr').id, - }) shipping_dict = { 'partner': {'email': 'contact@alex.com'}, 'address': {'country_code': 'FR', 'zip': '69009'},