← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 695432] Re: [6.0] accout_journal.code size reduced from 16 (V5) to 5 char (V6)

 

hello ferdinand,

yes the reason was that we wanted to save space on reports, and having a
smaller code garantee us to display meaningfull information on the
reports (as we print only the code of the journal, not the name).

Is there any problem with that or it was only a question? assuming it
was just a question, i'm setting it as invalid.

Thanks

** Changed in: openobject-addons
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/695432

Title:
  [6.0] accout_journal.code size reduced from 16 (V5) to 5 char (V6)

Status in OpenObject Addons Modules:
  Invalid

Bug description:
  any reason for this reduction?
r 4117
class account_journal(osv.osv):
    _name = "account.journal"
    _description = "Journal"
    _columns = {
        'name': fields.char('Journal Name', size=64, required=True),
        'code': fields.char('Code', size=5, ....





References