← Back to team overview

credativ team mailing list archive

[Bug 907665] Re: can't Add a internal note in state in_progress

 

Fix landed in trunk
revno: 6134
revision-id: tde@xxxxxxxxxxx-20111222170205-bfpf6t7skyz1883z

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/907665

Title:
  can't Add a internal note in state in_progress

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  step:-

  1] install Event
  2] open a form view Marketing/Events Organisation/Registrations tab Emails
  3] click on Add internal Note and then in wizard add your note and change a state to in_progress add click add
  so it's give AttributeError: 'event.registration' object has no attribute 'case_open'

  Trace-back
  ----------
  Traceback (most recent call last):
    File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/mma/home/workplace/rdtools/server/trunk-configrework2-create-products-mma/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/mma/home/workplace/rdtools/addons/trunk/crm/wizard/crm_add_note.py", line 47, in action_add
      getattr(case_pool, act)(cr, uid, [case.id])
  AttributeError: 'event.registration' object has no attribute 'case_open'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/907665/+subscriptions


References