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

Bug #695432 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Medium
OpenERP R&D Addons Team 3

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

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Dr. Ferdinand,

You are right, I confirm the issue.
This can be a blocking point when migration takes place.
We let the Addons3 team decide for the suitable solution.

Thanks.

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
qdp (OpenERP) (qdp) wrote :

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
Revision history for this message
Ferdinand (office-chricar) wrote :

thanks, just good to know what to do with longer code of V5

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.