59
59
return super(account_account_activable, self).write(cr, uid, ids, vals, context=context)
61
def search(self, cr, uid, args, offset=0, limit=None, order=None,
61
def search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False):
62
# UF-419: If the args contains journaltype value of Bank, Cheque, Cash, then add the search condition to show only accounts class 5
65
80
if context.get('filter_inactive_accounts'):