base: remove unused code

bzr revid: ced-e0f9f174aca8f4e376747cde62ead4b110903974
This commit is contained in:
ced 2007-07-10 15:24:43 +00:00
parent d3e7cc769a
commit 515960334c
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ class ir_sequence(osv.osv):
'number_next': lambda *a: 1,
'padding' : lambda *a : 0,
}
# Unactivated dur to multi-company environment
#_sql_constraints = [
# ('code_uniq', 'unique (code)', 'There is already a sequence of the same type in the system !')
#]
def _process(self, s):
return (s or '') % {'year':time.strftime('%Y'), 'month': time.strftime('%m'), 'day':time.strftime('%d')}