bzr revid: stephane@tinyerp.com-20090106124451-f0yvot5leuzkrry5
This commit is contained in:
Stephane Wirtel 2009-01-06 13:44:51 +01:00
parent 1eefc2e1f4
commit 6405b7ffc3
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class stock_tracking(osv.osv):
return res
def unlink(self, cr ,uid, ids):
raise osv.except_osv(_('Error'), _('You can not remove a lot line !"))
raise osv.except_osv(_('Error'), _('You can not remove a lot line !'))
stock_tracking()
#----------------------------------------------------------