[PYTHON] ~sage export: export account lines even if balance is equal to 0
[burette/etudesetchantiersidf.git] / account.py
index b7b7a99..330e09d 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2019 etudesetchantiersidf
+#    Copyright (C) 2014-2022 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 = {
-        '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."),
     }