details: https://code.tryton.org/tryton/commit/c9903ae43bec
branch: default
user: Cédric Krier <[email protected]>
date: Mon Dec 08 10:30:10 2025 +0100
description:
Do not translate Peppol document type
diffstat:
modules/edocument_peppol/edocument.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 21f5067a0599 -r c9903ae43bec modules/edocument_peppol/edocument.py
--- a/modules/edocument_peppol/edocument.py Mon Dec 08 10:29:42 2025 +0100
+++ b/modules/edocument_peppol/edocument.py Mon Dec 08 10:30:10 2025 +0100
@@ -38,7 +38,7 @@
type = fields.Selection([
(None, ""),
('bis-billing-3', "BIS Billing V3"),
- ], "Type",
+ ], "Type", translate=False,
states={
'readonly': _states['readonly'],
'required': Eval('state') != 'draft',