X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=account.py;h=196e2c7ca6f3da89dd9f4c91936c3a8813de0274;hb=HEAD;hp=16c44177472c785e89854fcae37d282fe02c407c;hpb=9a6b522248ba698d84156df50b52c1add96ab4e6;p=burette%2Fetudesetchantiersidf.git 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."), }