Browse Source

Update vat number in test not listed on VIES.

14.0
Fekete Mihai 7 years ago
committed by Alexis de Lattre
parent
commit
7e17db19bd
  1. 2
      partner_create_by_vat/tests/test_partner_create_by_vat.py

2
partner_create_by_vat/tests/test_partner_create_by_vat.py

@ -64,7 +64,7 @@ class TestPartnerCreatebyVAT(TransactionCase):
def test_create_from_vat2(self):
# Create an partner from VAT number field
self.partner2_id = self.partner_model.create({'name': '1',
'vat': 'ro16507426',
'vat': 'ro4400972',
'is_company': True})
# Check VAT number not listed on VIES

Loading…
Cancel
Save