Try to create a fiscal year

Bug #552492 reported by Stephane Wirtel (OpenERP)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Low
Unassigned

Bug Description

Création de compte pour la 1ere fois. et saisie du 1er exercisse comptable sur une période de 18 mois (pour rappel le premier exercice comptable d'une entreprise peut durée jusqu'à 23 mois

-----
Traceback (most recent call last):
  File "/mnt/openerp/server/bin/netsvc.py", line 244, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/mnt/openerp/server/bin/netsvc.py", line 73, in __call__
    return getattr(self, method)(*params)
  File "/mnt/openerp/server/bin/addons/use_control/services.py", line 72, in execute
    return super(recording_objects_proxy, self).execute(db, uid, passwd, object, method, *args)
  File "/mnt/openerp/server/bin/service/web_services.py", line 579, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/mnt/openerp/server/bin/osv/osv.py", line 61, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/mnt/openerp/server/bin/osv/osv.py", line 120, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/mnt/openerp/server/bin/osv/osv.py", line 112, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/mnt/openerp/server/bin/osv/orm.py", line 1540, in create
    if self._columns[field]._classic_write:
KeyError: 'overdue_msg'

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) wrote :

Hello stephane,

This error traceback is valid for non-updated databases where after 5.0.5, we had added overdue_msg field.
I would like to request you to update the database and check again.

Thanks.

Changed in openobject-addons:
status: New → Invalid
Changed in openobject-addons:
milestone: 5.0.9 → 5.0.10
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.