# HG changeset patch
# User Feng Shu <tumashu@163.com>
# Date 1658464105 -28800
#      Fri Jul 22 12:28:25 2022 +0800
# Node ID f86fe27a725bfaf8764fe4774a17c6c42cc69a2f
# Parent  5a59335c817d1d899c3e8e6e0e3697fb850f7588
health_dentistry: Do not translate code of dentistry procedure

diff -r 5a59335c817d -r f86fe27a725b tryton/health_dentistry/health_dentistry.py
--- a/tryton/health_dentistry/health_dentistry.py	Fri Jul 22 12:25:22 2022 +0800
+++ b/tryton/health_dentistry/health_dentistry.py	Fri Jul 22 12:28:25 2022 +0800
@@ -277,9 +277,8 @@
     __name__ = 'gnuhealth.dentistry.procedure'
 
     name = fields.Char('Procedure', required=True, translate=True)
-    code = fields.Char(
-        'Code', required=True, translate=True,
-        help='Please use CAPITAL LETTERS and no spaces')
+    code = fields.Char('Code', required=True,
+                       help='Please use CAPITAL LETTERS and no spaces')
 
     @classmethod
     def __setup__(cls):
