← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 765761] Re: Cannot use Company Financial Setting Wizard - ou cannot define children to account with internal type different of view

 

*** This bug is a duplicate of bug 710689 ***
    https://bugs.launchpad.net/bugs/710689

Hi,

i don't see neither why this bug is written as duplicate of bug 710689,
it seems two really distinct errors! Please set it back as a normal bug.

"ie: You are using the account 6253 but few month later you need to break down this cost into 62531 and 62532. This is not possible."
Frederic, here is how your supposed to handle that case currently (i'm not saying that's it is nice to do like this, or that it won't never change, just that it is possible currently :-))
=> define a new account tmp
=> move account 6253 as child of tmp
=> rename account 6253 as 62531
=> create new account 62532 as child of tmp
=> rename tmp account into 6253 and move it in the right place of the chart of account
Feel free to comment on the expert accounting mailing list, i think it's the best place to discuss such strategic behavior.

Thanks,
Quentin

-- 
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/765761

Title:
  Cannot use Company Financial Setting Wizard - ou cannot define
  children to account with internal type different of view

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  Server is 6.0.2 (client 6.0.1)

  Trying to create a new DB with accounting. I always go the same error
  (Belgian chart of account and also the standard for The Nederlands).

  Configuration Error! You cannot define children to account with
  internal type differnt of view".

  Next if you click on configure you get:

  Environment Information : 
  System : Windows-Vista-6.1.7600
  OS Name : nt
  Operating System Release : Vista
  Operating System Version : 6.1.7600
  Operating System Architecture : 32bit
  Operating System Locale : en_GB.cp1252
  Python Version : 2.5.2
  OpenERP-Client Version : 6.0.1
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/chanon/OPENERP/openerpv6training/openerp/server/bin/osv/orm.py", line 1980, in write
      self.datas[object_id].update(vals2)
  KeyError: 1


References