← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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, ....

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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:
  New

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, ....





Follow ups

References