X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=account.py;h=b7b7a999a222b3326665a7a2f8e264fa3152523a;hp=16c44177472c785e89854fcae37d282fe02c407c;hb=HEAD;hpb=9a6b522248ba698d84156df50b52c1add96ab4e6 diff --git a/account.py b/account.py index 16c4417..196e2c7 100644 --- a/account.py +++ b/account.py @@ -3,7 +3,7 @@ # # etudesetchantiersidf module for OpenERP, Custom module for Étude et # Chantiers île-de-France -# Copyright (C) 2014-2017 etudesetchantiersidf +# Copyright (C) 2014-2023 etudesetchantiersidf # () # # 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."), }