X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=account.py;fp=account.py;h=330e09ddd3defbd5a020ded9932496b1ca58d62c;hp=d7af0241a774127587dee83a71b7461a1c4ea82d;hb=49864a83b7275d0a9dd4ba1b97414b4a268ef72b;hpb=41dc75f3e98ded3722031150354b54c7348c7f8b diff --git a/account.py b/account.py index d7af024..330e09d 100644 --- a/account.py +++ b/account.py @@ -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."), }