51
54
raise osv.except_osv(_('Warning !'), _('Activation date must be lower than inactivation date!'))
53
56
def create(self, cr, uid, vals, context=None):
55
58
return super(account_account_activable, self).create(cr, uid, vals, context=context)
57
60
def write(self, cr, uid, ids, vals, context=None):
59
62
return super(account_account_activable, self).write(cr, uid, ids, vals, context=context)
61
64
def search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False):
64
70
if context.get('filter_inactive_accounts'):