[IMP] Module 'auditlog' - Clean up vim lines
parent
886ddfe3a0
commit
54d052fc1d
|
@ -20,5 +20,3 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
|
@ -36,5 +36,3 @@
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'active': False,
|
'active': False,
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
from . import rule
|
from . import rule
|
||||||
from . import log
|
from . import log
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
|
@ -56,5 +56,3 @@ class auditlog_log_line(models.Model):
|
||||||
new_value_text = fields.Text(u"New value Text")
|
new_value_text = fields.Text(u"New value Text")
|
||||||
field_name = fields.Char(u"Technical name", size=64)
|
field_name = fields.Char(u"Technical name", size=64)
|
||||||
field_description = fields.Char(u"Description", size=64)
|
field_description = fields.Char(u"Description", size=64)
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
|
@ -428,5 +428,3 @@ class auditlog_rule(models.Model):
|
||||||
ir_value.unlink()
|
ir_value.unlink()
|
||||||
self.write({'state': 'draft'})
|
self.write({'state': 'draft'})
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
Loading…
Reference in New Issue