Devishree Brahmbhatt (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-802539-dbr into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #802539 in OpenERP Addons: "[trunk] : Error when Reset to Unconfirmed 
Meeting"
  https://bugs.launchpad.net/openobject-addons/+bug/802539

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-802539-dbr/+merge/66072

Fix : Reset to Unconfirmed meeting problem
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-802539-dbr/+merge/66072
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-802539-dbr.
=== modified file 'crm/crm.py'
--- crm/crm.py	2011-06-27 09:44:20 +0000
+++ crm/crm.py	2011-06-28 05:42:47 +0000
@@ -236,7 +236,6 @@
         """
         cases = self.browse(cr, uid, ids)
         cases[0].state # to fill the browse record cache
-        self._history(cr, uid, cases, _('Draft'))
         self.write(cr, uid, ids, {'state': 'draft', 'active': True})
         self._action(cr, uid, cases, 'draft')
         return True

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to