details:   https://code.tryton.org/tryton/commit/c81ff0ed70bc
branch:    default
user:      Cédric Krier <[email protected]>
date:      Fri Jan 16 17:01:25 2026 +0100
description:
        Do not sort party identifier selection
diffstat:

 modules/party/configuration.py                       |  2 +-
 modules/web_shop_vue_storefront/tests/test_module.py |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c9324dad92f4 -r c81ff0ed70bc modules/party/configuration.py
--- a/modules/party/configuration.py    Sun Jan 11 12:12:51 2026 +0100
+++ b/modules/party/configuration.py    Fri Jan 16 17:01:25 2026 +0100
@@ -25,7 +25,7 @@
     party_sequence = fields.MultiValue(party_sequence)
     party_lang = fields.MultiValue(party_lang)
     identifier_types = fields.MultiSelection(
-        IDENTIFIER_TYPES, "Identifier Types",
+        IDENTIFIER_TYPES, "Identifier Types", sort=False,
         help="Defines which identifier types are available.\n"
         "Leave empty for all of them.")
 
diff -r c9324dad92f4 -r c81ff0ed70bc 
modules/web_shop_vue_storefront/tests/test_module.py
--- a/modules/web_shop_vue_storefront/tests/test_module.py      Sun Jan 11 
12:12:51 2026 +0100
+++ b/modules/web_shop_vue_storefront/tests/test_module.py      Fri Jan 16 
17:01:25 2026 +0100
@@ -35,7 +35,7 @@
     }
 ADDRESS_COMPANY = ADDRESS.copy()
 ADDRESS_COMPANY['company'] = 'Saber'
-ADDRESS_COMPANY['vat_id'] = 'BE0500923836'
+ADDRESS_COMPANY['vat_id'] = '0500923836'
 
 
 class WebVueStorefrontTestCase(CompanyTestMixin, ModuleTestCase):

Reply via email to