[PYTHON] ~update copyright
[burette/etudesetchantiersidf.git] / account.py
index 5b5a90c..196e2c7 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2015 etudesetchantiersidf
+#    Copyright (C) 2014-2023 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
@@ -32,7 +32,7 @@ class account_journal(osv.osv):
     _inherit = 'account.journal'
 
     _columns = {
     _inherit = 'account.journal'
 
     _columns = {
-        'code': fields.char('Code', size=7, required=True, help="The code will be displayed on reports."),
+        'code': fields.char('Code', size=15, required=True, help="The code will be displayed on reports."),
     }
 
 
     }