← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 729779] Re: [revno 181] traceback when properties on phase

 

** Changed in: openerp-btp
     Assignee: (unassigned) => Sebastien LANGE - http://www.Syleam.fr (alnslang)

** Changed in: openerp-btp
       Status: New => Fix Released

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

Title:
  [revno 181] traceback when properties on phase

Status in Open Erp BTP:
  Fix Released

Bug description:
  hi

  we get a traceback because for each type of line we display the same
  form and we can "calculate" when we choose a line where type is
  "phase".

  maybe revert in the code for this and display a lighter form whithout
  all those features for this type of line ?

  Environment Information : 
  System : Linux-2.6.28-18-generic-i686-with-Ubuntu-9.04-jaunty
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 9.04
  Release:	9.04
  Codename:	jaunty
  Operating System Release : 2.6.28-18-generic
  Operating System Version : #60-Ubuntu SMP Fri Mar 12 04:40:52 UTC 2010
  Operating System Architecture : 32bit
  Operating System Locale : fr_FR.UTF8
  Python Version : 2.6.2
  OpenERP-Client Version : 5.0.15
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/home/bruno/pgi_50/server/5.0/bin/netsvc.py", line 299, in dispatch
      result = LocalService(service_name)(method, *params)
    File "/home/bruno/pgi_50/server/5.0/bin/netsvc.py", line 77, in __call__
      return getattr(self, method)(*params)
    File "/home/bruno/pgi_50/server/5.0/bin/service/web_services.py", line 577, in execute
      res = service.execute(db, uid, object, method, *args)
    File "/home/bruno/pgi_50/server/5.0/bin/osv/osv.py", line 58, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/bruno/pgi_50/server/5.0/bin/osv/osv.py", line 119, in execute
      res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/bruno/pgi_50/server/5.0/bin/osv/osv.py", line 111, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
  AttributeError: 'sale.order.line' object has no attribute 'write_compute'



References